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

models.logs-2014-03-28-intermediate.json Maven / Gradle / Ivy

{
  "customizationConfig" : {
    "attachPayloadTraitToMember" : { },
    "blacklistedSimpleMethods" : [ "deleteResourcePolicy", "putResourcePolicy" ],
    "calculateCrc32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ ],
    "customErrorCodeFieldName" : null,
    "customProtocolFactoryFqcn" : null,
    "customResponseMetadata" : null,
    "customRetryPolicy" : null,
    "customServiceMetadata" : null,
    "defaultSimpleMethodTestRegion" : null,
    "deprecatedOperations" : [ ],
    "deprecatedShapes" : [ ],
    "enableEndpointDiscoveryMethodRequired" : false,
    "excludeClientCreateMethod" : false,
    "modelMarshallerDefaultValueSupplier" : { },
    "operationModifiers" : null,
    "paginationCustomization" : {
      "GetLogEvents" : "LastPageHasPreviousToken"
    },
    "renameShapes" : null,
    "sdkModeledExceptionBaseClassName" : null,
    "sdkRequestBaseClassName" : null,
    "sdkResponseBaseClassName" : null,
    "serviceSpecificClientConfigClass" : null,
    "serviceSpecificHttpConfig" : null,
    "shapeModifiers" : null,
    "shapeSubstitutions" : null,
    "shareModelConfig" : null,
    "skipSyncClientGeneration" : false,
    "useAutoConstructList" : true,
    "useAutoConstructMap" : true,
    "utilitiesMethod" : null,
    "verifiedSimpleMethods" : [ "describeDestinations", "describeExportTasks", "describeLogGroups", "describeMetricFilters", "describeQueries", "describeResourcePolicies" ]
  },
  "metadata" : {
    "apiVersion" : "2014-03-28",
    "asyncBuilder" : "DefaultCloudWatchLogsAsyncClientBuilder",
    "asyncBuilderInterface" : "CloudWatchLogsAsyncClientBuilder",
    "asyncClient" : "DefaultCloudWatchLogsAsyncClient",
    "asyncInterface" : "CloudWatchLogsAsyncClient",
    "authPolicyPackageName" : null,
    "authType" : "V4",
    "baseBuilder" : "DefaultCloudWatchLogsBaseClientBuilder",
    "baseBuilderInterface" : "CloudWatchLogsBaseClientBuilder",
    "baseExceptionName" : "CloudWatchLogsException",
    "baseRequestName" : "CloudWatchLogsRequest",
    "baseResponseName" : "CloudWatchLogsResponse",
    "cborProtocol" : false,
    "clientPackageName" : "cloudwatchlogs",
    "contentType" : null,
    "defaultEndpoint" : null,
    "defaultEndpointWithoutHttpProtocol" : null,
    "defaultRegion" : null,
    "descriptiveServiceName" : "Amazon CloudWatch Logs",
    "documentation" : "

You can use Amazon CloudWatch Logs to monitor, store, and access your log files from Amazon EC2 instances, AWS CloudTrail, or other sources. You can then retrieve the associated log data from CloudWatch Logs using the CloudWatch console, CloudWatch Logs commands in the AWS CLI, CloudWatch Logs API, or CloudWatch Logs SDK.

You can use CloudWatch Logs to:

  • Monitor logs from EC2 instances in real-time: You can use CloudWatch Logs to monitor applications and systems using log data. For example, CloudWatch Logs can track the number of errors that occur in your application logs and send you a notification whenever the rate of errors exceeds a threshold that you specify. CloudWatch Logs uses your log data for monitoring; so, no code changes are required. For example, you can monitor application logs for specific literal terms (such as \"NullReferenceException\") or count the number of occurrences of a literal term at a particular position in log data (such as \"404\" status codes in an Apache access log). When the term you are searching for is found, CloudWatch Logs reports the data to a CloudWatch metric that you specify.

  • Monitor AWS CloudTrail logged events: You can create alarms in CloudWatch and receive notifications of particular API activity as captured by CloudTrail and use the notification to perform troubleshooting.

  • Archive log data: You can use CloudWatch Logs to store your log data in highly durable storage. You can change the log retention setting so that any log events older than this setting are automatically deleted. The CloudWatch Logs agent makes it easy to quickly send both rotated and non-rotated log data off of a host and into the log service. You can then access the raw log data when you need it.

", "endpointPrefix" : "logs", "fullAuthPolicyPackageName" : "software.amazon.awssdk.services", "fullClientPackageName" : "software.amazon.awssdk.services.cloudwatchlogs", "fullModelPackageName" : "software.amazon.awssdk.services.cloudwatchlogs.model", "fullPaginatorsPackageName" : "software.amazon.awssdk.services.cloudwatchlogs.paginators", "fullRequestTransformPackageName" : "software.amazon.awssdk.services.cloudwatchlogs.transform", "fullTransformPackageName" : "software.amazon.awssdk.services.cloudwatchlogs.transform", "ionProtocol" : false, "jsonProtocol" : true, "jsonVersion" : "1.1", "modelPackageName" : "cloudwatchlogs.model", "paginatorsPackageName" : "cloudwatchlogs.paginators", "protocol" : "json", "queryProtocol" : false, "requestTransformPackageName" : "cloudwatchlogs.transform", "requiresApiKey" : false, "requiresIamSigners" : false, "rootPackageName" : "software.amazon.awssdk.services", "serviceId" : "CloudWatch Logs", "serviceName" : "CloudWatchLogs", "signingName" : "logs", "syncBuilder" : "DefaultCloudWatchLogsClientBuilder", "syncBuilderInterface" : "CloudWatchLogsClientBuilder", "syncClient" : "DefaultCloudWatchLogsClient", "syncInterface" : "CloudWatchLogsClient", "transformPackageName" : "cloudwatchlogs.transform", "uid" : "logs-2014-03-28", "xmlProtocol" : false }, "operations" : { "AssociateKmsKey" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Associates the specified AWS Key Management Service (AWS KMS) customer master key (CMK) with the specified log group.

Associating an AWS KMS CMK with a log group overrides any existing associations between the log group and a CMK. After a CMK is associated with a log group, all newly ingested data for the log group is encrypted using the CMK. This association is stored as long as the data encrypted with the CMK is still within Amazon CloudWatch Logs. This enables Amazon CloudWatch Logs to decrypt this data whenever it is requested.

Important: CloudWatch Logs supports only symmetric CMKs. Do not use an associate an asymmetric CMK with your log group. For more information, see Using Symmetric and Asymmetric Keys.

Note that it can take up to 5 minutes for this operation to take effect.

If you attempt to associate a CMK with a log group but the CMK does not exist or the CMK is disabled, you will receive an InvalidParameterException error.

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

A parameter is specified incorrectly.

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

The specified resource does not exist.

", "httpStatusCode" : null }, { "exceptionName" : "OperationAbortedException", "documentation" : "

Multiple requests to update the same resource were in conflict.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service cannot complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "AssociateKmsKeyRequest", "variableName" : "associateKmsKeyRequest", "variableType" : "AssociateKmsKeyRequest", "documentation" : "", "simpleType" : "AssociateKmsKeyRequest", "variableSetterType" : "AssociateKmsKeyRequest" }, "methodName" : "associateKmsKey", "operationName" : "AssociateKmsKey", "paginated" : false, "returnType" : { "returnType" : "AssociateKmsKeyResponse", "documentation" : null }, "syncReturnType" : "AssociateKmsKeyResponse" }, "CancelExportTask" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Cancels the specified export task.

The task must be in the PENDING or RUNNING state.

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

A parameter is specified incorrectly.

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

The specified resource does not exist.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidOperationException", "documentation" : "

The operation is not valid on the specified resource.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service cannot complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CancelExportTaskRequest", "variableName" : "cancelExportTaskRequest", "variableType" : "CancelExportTaskRequest", "documentation" : "", "simpleType" : "CancelExportTaskRequest", "variableSetterType" : "CancelExportTaskRequest" }, "methodName" : "cancelExportTask", "operationName" : "CancelExportTask", "paginated" : false, "returnType" : { "returnType" : "CancelExportTaskResponse", "documentation" : null }, "syncReturnType" : "CancelExportTaskResponse" }, "CreateExportTask" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates an export task, which allows you to efficiently export data from a log group to an Amazon S3 bucket.

This is an asynchronous call. If all the required information is provided, this operation initiates an export task and responds with the ID of the task. After the task has started, you can use DescribeExportTasks to get the status of the export task. Each account can only have one active (RUNNING or PENDING) export task at a time. To cancel an export task, use CancelExportTask.

You can export logs from multiple log groups or multiple time ranges to the same S3 bucket. To separate out log data for each export task, you can specify a prefix to be used as the Amazon S3 key prefix for all exported objects.

Exporting to S3 buckets that are encrypted with AES-256 is supported. Exporting to S3 buckets encrypted with SSE-KMS is not supported.

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

A parameter is specified incorrectly.

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

You have reached the maximum number of resources that can be created.

", "httpStatusCode" : null }, { "exceptionName" : "OperationAbortedException", "documentation" : "

Multiple requests to update the same resource were in conflict.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service cannot complete the request.

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

The specified resource does not exist.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceAlreadyExistsException", "documentation" : "

The specified resource already exists.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateExportTaskRequest", "variableName" : "createExportTaskRequest", "variableType" : "CreateExportTaskRequest", "documentation" : "", "simpleType" : "CreateExportTaskRequest", "variableSetterType" : "CreateExportTaskRequest" }, "methodName" : "createExportTask", "operationName" : "CreateExportTask", "paginated" : false, "returnType" : { "returnType" : "CreateExportTaskResponse", "documentation" : null }, "syncReturnType" : "CreateExportTaskResponse" }, "CreateLogGroup" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a log group with the specified name.

You can create up to 20,000 log groups per account.

You must use the following guidelines when naming a log group:

  • Log group names must be unique within a region for an AWS account.

  • Log group names can be between 1 and 512 characters long.

  • Log group names consist of the following characters: a-z, A-Z, 0-9, '_' (underscore), '-' (hyphen), '/' (forward slash), '.' (period), and '#' (number sign)

If you associate a AWS Key Management Service (AWS KMS) customer master key (CMK) with the log group, ingested data is encrypted using the CMK. This association is stored as long as the data encrypted with the CMK is still within Amazon CloudWatch Logs. This enables Amazon CloudWatch Logs to decrypt this data whenever it is requested.

If you attempt to associate a CMK with the log group but the CMK does not exist or the CMK is disabled, you will receive an InvalidParameterException error.

Important: CloudWatch Logs supports only symmetric CMKs. Do not associate an asymmetric CMK with your log group. For more information, see Using Symmetric and Asymmetric Keys.

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

A parameter is specified incorrectly.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceAlreadyExistsException", "documentation" : "

The specified resource already exists.

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

You have reached the maximum number of resources that can be created.

", "httpStatusCode" : null }, { "exceptionName" : "OperationAbortedException", "documentation" : "

Multiple requests to update the same resource were in conflict.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service cannot complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateLogGroupRequest", "variableName" : "createLogGroupRequest", "variableType" : "CreateLogGroupRequest", "documentation" : "", "simpleType" : "CreateLogGroupRequest", "variableSetterType" : "CreateLogGroupRequest" }, "methodName" : "createLogGroup", "operationName" : "CreateLogGroup", "paginated" : false, "returnType" : { "returnType" : "CreateLogGroupResponse", "documentation" : null }, "syncReturnType" : "CreateLogGroupResponse" }, "CreateLogStream" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a log stream for the specified log group.

There is no limit on the number of log streams that you can create for a log group. There is a limit of 50 TPS on CreateLogStream operations, after which transactions are throttled.

You must use the following guidelines when naming a log stream:

  • Log stream names must be unique within the log group.

  • Log stream names can be between 1 and 512 characters long.

  • The ':' (colon) and '*' (asterisk) characters are not allowed.

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

A parameter is specified incorrectly.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceAlreadyExistsException", "documentation" : "

The specified resource already exists.

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

The specified resource does not exist.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service cannot complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateLogStreamRequest", "variableName" : "createLogStreamRequest", "variableType" : "CreateLogStreamRequest", "documentation" : "", "simpleType" : "CreateLogStreamRequest", "variableSetterType" : "CreateLogStreamRequest" }, "methodName" : "createLogStream", "operationName" : "CreateLogStream", "paginated" : false, "returnType" : { "returnType" : "CreateLogStreamResponse", "documentation" : null }, "syncReturnType" : "CreateLogStreamResponse" }, "DeleteDestination" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified destination, and eventually disables all the subscription filters that publish to it. This operation does not delete the physical resource encapsulated by the destination.

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

A parameter is specified incorrectly.

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

The specified resource does not exist.

", "httpStatusCode" : null }, { "exceptionName" : "OperationAbortedException", "documentation" : "

Multiple requests to update the same resource were in conflict.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service cannot complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteDestinationRequest", "variableName" : "deleteDestinationRequest", "variableType" : "DeleteDestinationRequest", "documentation" : "", "simpleType" : "DeleteDestinationRequest", "variableSetterType" : "DeleteDestinationRequest" }, "methodName" : "deleteDestination", "operationName" : "DeleteDestination", "paginated" : false, "returnType" : { "returnType" : "DeleteDestinationResponse", "documentation" : null }, "syncReturnType" : "DeleteDestinationResponse" }, "DeleteLogGroup" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified log group and permanently deletes all the archived log events associated with the log group.

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

A parameter is specified incorrectly.

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

The specified resource does not exist.

", "httpStatusCode" : null }, { "exceptionName" : "OperationAbortedException", "documentation" : "

Multiple requests to update the same resource were in conflict.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service cannot complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteLogGroupRequest", "variableName" : "deleteLogGroupRequest", "variableType" : "DeleteLogGroupRequest", "documentation" : "", "simpleType" : "DeleteLogGroupRequest", "variableSetterType" : "DeleteLogGroupRequest" }, "methodName" : "deleteLogGroup", "operationName" : "DeleteLogGroup", "paginated" : false, "returnType" : { "returnType" : "DeleteLogGroupResponse", "documentation" : null }, "syncReturnType" : "DeleteLogGroupResponse" }, "DeleteLogStream" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified log stream and permanently deletes all the archived log events associated with the log stream.

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

A parameter is specified incorrectly.

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

The specified resource does not exist.

", "httpStatusCode" : null }, { "exceptionName" : "OperationAbortedException", "documentation" : "

Multiple requests to update the same resource were in conflict.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service cannot complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteLogStreamRequest", "variableName" : "deleteLogStreamRequest", "variableType" : "DeleteLogStreamRequest", "documentation" : "", "simpleType" : "DeleteLogStreamRequest", "variableSetterType" : "DeleteLogStreamRequest" }, "methodName" : "deleteLogStream", "operationName" : "DeleteLogStream", "paginated" : false, "returnType" : { "returnType" : "DeleteLogStreamResponse", "documentation" : null }, "syncReturnType" : "DeleteLogStreamResponse" }, "DeleteMetricFilter" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified metric filter.

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

A parameter is specified incorrectly.

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

The specified resource does not exist.

", "httpStatusCode" : null }, { "exceptionName" : "OperationAbortedException", "documentation" : "

Multiple requests to update the same resource were in conflict.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service cannot complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteMetricFilterRequest", "variableName" : "deleteMetricFilterRequest", "variableType" : "DeleteMetricFilterRequest", "documentation" : "", "simpleType" : "DeleteMetricFilterRequest", "variableSetterType" : "DeleteMetricFilterRequest" }, "methodName" : "deleteMetricFilter", "operationName" : "DeleteMetricFilter", "paginated" : false, "returnType" : { "returnType" : "DeleteMetricFilterResponse", "documentation" : null }, "syncReturnType" : "DeleteMetricFilterResponse" }, "DeleteQueryDefinition" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "", "endpointCacheRequired" : false, "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "

A parameter is specified incorrectly.

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

The specified resource does not exist.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service cannot complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteQueryDefinitionRequest", "variableName" : "deleteQueryDefinitionRequest", "variableType" : "DeleteQueryDefinitionRequest", "documentation" : "", "simpleType" : "DeleteQueryDefinitionRequest", "variableSetterType" : "DeleteQueryDefinitionRequest" }, "methodName" : "deleteQueryDefinition", "operationName" : "DeleteQueryDefinition", "paginated" : false, "returnType" : { "returnType" : "DeleteQueryDefinitionResponse", "documentation" : null }, "syncReturnType" : "DeleteQueryDefinitionResponse" }, "DeleteResourcePolicy" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a resource policy from this account. This revokes the access of the identities in that policy to put log events to this account.

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

A parameter is specified incorrectly.

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

The specified resource does not exist.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service cannot complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteResourcePolicyRequest", "variableName" : "deleteResourcePolicyRequest", "variableType" : "DeleteResourcePolicyRequest", "documentation" : "", "simpleType" : "DeleteResourcePolicyRequest", "variableSetterType" : "DeleteResourcePolicyRequest" }, "methodName" : "deleteResourcePolicy", "operationName" : "DeleteResourcePolicy", "paginated" : false, "returnType" : { "returnType" : "DeleteResourcePolicyResponse", "documentation" : null }, "syncReturnType" : "DeleteResourcePolicyResponse" }, "DeleteRetentionPolicy" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified retention policy.

Log events do not expire if they belong to log groups without a retention policy.

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

A parameter is specified incorrectly.

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

The specified resource does not exist.

", "httpStatusCode" : null }, { "exceptionName" : "OperationAbortedException", "documentation" : "

Multiple requests to update the same resource were in conflict.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service cannot complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteRetentionPolicyRequest", "variableName" : "deleteRetentionPolicyRequest", "variableType" : "DeleteRetentionPolicyRequest", "documentation" : "", "simpleType" : "DeleteRetentionPolicyRequest", "variableSetterType" : "DeleteRetentionPolicyRequest" }, "methodName" : "deleteRetentionPolicy", "operationName" : "DeleteRetentionPolicy", "paginated" : false, "returnType" : { "returnType" : "DeleteRetentionPolicyResponse", "documentation" : null }, "syncReturnType" : "DeleteRetentionPolicyResponse" }, "DeleteSubscriptionFilter" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified subscription filter.

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

A parameter is specified incorrectly.

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

The specified resource does not exist.

", "httpStatusCode" : null }, { "exceptionName" : "OperationAbortedException", "documentation" : "

Multiple requests to update the same resource were in conflict.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service cannot complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteSubscriptionFilterRequest", "variableName" : "deleteSubscriptionFilterRequest", "variableType" : "DeleteSubscriptionFilterRequest", "documentation" : "", "simpleType" : "DeleteSubscriptionFilterRequest", "variableSetterType" : "DeleteSubscriptionFilterRequest" }, "methodName" : "deleteSubscriptionFilter", "operationName" : "DeleteSubscriptionFilter", "paginated" : false, "returnType" : { "returnType" : "DeleteSubscriptionFilterResponse", "documentation" : null }, "syncReturnType" : "DeleteSubscriptionFilterResponse" }, "DescribeDestinations" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists all your destinations. The results are ASCII-sorted by destination name.

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

A parameter is specified incorrectly.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service cannot complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeDestinationsRequest", "variableName" : "describeDestinationsRequest", "variableType" : "DescribeDestinationsRequest", "documentation" : "", "simpleType" : "DescribeDestinationsRequest", "variableSetterType" : "DescribeDestinationsRequest" }, "methodName" : "describeDestinations", "operationName" : "DescribeDestinations", "paginated" : true, "returnType" : { "returnType" : "DescribeDestinationsResponse", "documentation" : null }, "syncReturnType" : "DescribeDestinationsResponse" }, "DescribeExportTasks" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the specified export tasks. You can list all your export tasks or filter the results based on task ID or task status.

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

A parameter is specified incorrectly.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service cannot complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeExportTasksRequest", "variableName" : "describeExportTasksRequest", "variableType" : "DescribeExportTasksRequest", "documentation" : "", "simpleType" : "DescribeExportTasksRequest", "variableSetterType" : "DescribeExportTasksRequest" }, "methodName" : "describeExportTasks", "operationName" : "DescribeExportTasks", "paginated" : false, "returnType" : { "returnType" : "DescribeExportTasksResponse", "documentation" : null }, "syncReturnType" : "DescribeExportTasksResponse" }, "DescribeLogGroups" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the specified log groups. You can list all your log groups or filter the results by prefix. The results are ASCII-sorted by log group name.

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

A parameter is specified incorrectly.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service cannot complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeLogGroupsRequest", "variableName" : "describeLogGroupsRequest", "variableType" : "DescribeLogGroupsRequest", "documentation" : "", "simpleType" : "DescribeLogGroupsRequest", "variableSetterType" : "DescribeLogGroupsRequest" }, "methodName" : "describeLogGroups", "operationName" : "DescribeLogGroups", "paginated" : true, "returnType" : { "returnType" : "DescribeLogGroupsResponse", "documentation" : null }, "syncReturnType" : "DescribeLogGroupsResponse" }, "DescribeLogStreams" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the log streams for the specified log group. You can list all the log streams or filter the results by prefix. You can also control how the results are ordered.

This operation has a limit of five transactions per second, after which transactions are throttled.

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

A parameter is specified incorrectly.

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

The specified resource does not exist.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service cannot complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeLogStreamsRequest", "variableName" : "describeLogStreamsRequest", "variableType" : "DescribeLogStreamsRequest", "documentation" : "", "simpleType" : "DescribeLogStreamsRequest", "variableSetterType" : "DescribeLogStreamsRequest" }, "methodName" : "describeLogStreams", "operationName" : "DescribeLogStreams", "paginated" : true, "returnType" : { "returnType" : "DescribeLogStreamsResponse", "documentation" : null }, "syncReturnType" : "DescribeLogStreamsResponse" }, "DescribeMetricFilters" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the specified metric filters. You can list all the metric filters or filter the results by log name, prefix, metric name, or metric namespace. The results are ASCII-sorted by filter name.

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

A parameter is specified incorrectly.

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

The specified resource does not exist.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service cannot complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeMetricFiltersRequest", "variableName" : "describeMetricFiltersRequest", "variableType" : "DescribeMetricFiltersRequest", "documentation" : "", "simpleType" : "DescribeMetricFiltersRequest", "variableSetterType" : "DescribeMetricFiltersRequest" }, "methodName" : "describeMetricFilters", "operationName" : "DescribeMetricFilters", "paginated" : true, "returnType" : { "returnType" : "DescribeMetricFiltersResponse", "documentation" : null }, "syncReturnType" : "DescribeMetricFiltersResponse" }, "DescribeQueries" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns a list of CloudWatch Logs Insights queries that are scheduled, executing, or have been executed recently in this account. You can request all queries, or limit it to queries of a specific log group or queries with a certain status.

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

A parameter is specified incorrectly.

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

The specified resource does not exist.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service cannot complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeQueriesRequest", "variableName" : "describeQueriesRequest", "variableType" : "DescribeQueriesRequest", "documentation" : "", "simpleType" : "DescribeQueriesRequest", "variableSetterType" : "DescribeQueriesRequest" }, "methodName" : "describeQueries", "operationName" : "DescribeQueries", "paginated" : false, "returnType" : { "returnType" : "DescribeQueriesResponse", "documentation" : null }, "syncReturnType" : "DescribeQueriesResponse" }, "DescribeQueryDefinitions" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "", "endpointCacheRequired" : false, "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "

A parameter is specified incorrectly.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service cannot complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeQueryDefinitionsRequest", "variableName" : "describeQueryDefinitionsRequest", "variableType" : "DescribeQueryDefinitionsRequest", "documentation" : "", "simpleType" : "DescribeQueryDefinitionsRequest", "variableSetterType" : "DescribeQueryDefinitionsRequest" }, "methodName" : "describeQueryDefinitions", "operationName" : "DescribeQueryDefinitions", "paginated" : false, "returnType" : { "returnType" : "DescribeQueryDefinitionsResponse", "documentation" : null }, "syncReturnType" : "DescribeQueryDefinitionsResponse" }, "DescribeResourcePolicies" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the resource policies in this account.

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

A parameter is specified incorrectly.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service cannot complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeResourcePoliciesRequest", "variableName" : "describeResourcePoliciesRequest", "variableType" : "DescribeResourcePoliciesRequest", "documentation" : "", "simpleType" : "DescribeResourcePoliciesRequest", "variableSetterType" : "DescribeResourcePoliciesRequest" }, "methodName" : "describeResourcePolicies", "operationName" : "DescribeResourcePolicies", "paginated" : false, "returnType" : { "returnType" : "DescribeResourcePoliciesResponse", "documentation" : null }, "syncReturnType" : "DescribeResourcePoliciesResponse" }, "DescribeSubscriptionFilters" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the subscription filters for the specified log group. You can list all the subscription filters or filter the results by prefix. The results are ASCII-sorted by filter name.

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

A parameter is specified incorrectly.

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

The specified resource does not exist.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service cannot complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeSubscriptionFiltersRequest", "variableName" : "describeSubscriptionFiltersRequest", "variableType" : "DescribeSubscriptionFiltersRequest", "documentation" : "", "simpleType" : "DescribeSubscriptionFiltersRequest", "variableSetterType" : "DescribeSubscriptionFiltersRequest" }, "methodName" : "describeSubscriptionFilters", "operationName" : "DescribeSubscriptionFilters", "paginated" : true, "returnType" : { "returnType" : "DescribeSubscriptionFiltersResponse", "documentation" : null }, "syncReturnType" : "DescribeSubscriptionFiltersResponse" }, "DisassociateKmsKey" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Disassociates the associated AWS Key Management Service (AWS KMS) customer master key (CMK) from the specified log group.

After the AWS KMS CMK is disassociated from the log group, AWS CloudWatch Logs stops encrypting newly ingested data for the log group. All previously ingested data remains encrypted, and AWS CloudWatch Logs requires permissions for the CMK whenever the encrypted data is requested.

Note that it can take up to 5 minutes for this operation to take effect.

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

A parameter is specified incorrectly.

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

The specified resource does not exist.

", "httpStatusCode" : null }, { "exceptionName" : "OperationAbortedException", "documentation" : "

Multiple requests to update the same resource were in conflict.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service cannot complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DisassociateKmsKeyRequest", "variableName" : "disassociateKmsKeyRequest", "variableType" : "DisassociateKmsKeyRequest", "documentation" : "", "simpleType" : "DisassociateKmsKeyRequest", "variableSetterType" : "DisassociateKmsKeyRequest" }, "methodName" : "disassociateKmsKey", "operationName" : "DisassociateKmsKey", "paginated" : false, "returnType" : { "returnType" : "DisassociateKmsKeyResponse", "documentation" : null }, "syncReturnType" : "DisassociateKmsKeyResponse" }, "FilterLogEvents" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists log events from the specified log group. You can list all the log events or filter the results using a filter pattern, a time range, and the name of the log stream.

By default, this operation returns as many log events as can fit in 1 MB (up to 10,000 log events), or all the events found within the time range that you specify. If the results include a token, then there are more log events available, and you can get additional results by specifying the token in a subsequent call.

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

A parameter is specified incorrectly.

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

The specified resource does not exist.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service cannot complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "FilterLogEventsRequest", "variableName" : "filterLogEventsRequest", "variableType" : "FilterLogEventsRequest", "documentation" : "", "simpleType" : "FilterLogEventsRequest", "variableSetterType" : "FilterLogEventsRequest" }, "methodName" : "filterLogEvents", "operationName" : "FilterLogEvents", "paginated" : true, "returnType" : { "returnType" : "FilterLogEventsResponse", "documentation" : null }, "syncReturnType" : "FilterLogEventsResponse" }, "GetLogEvents" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists log events from the specified log stream. You can list all the log events or filter using a time range.

By default, this operation returns as many log events as can fit in a response size of 1MB (up to 10,000 log events). You can get additional log events by specifying one of the tokens in a subsequent call.

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

A parameter is specified incorrectly.

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

The specified resource does not exist.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service cannot complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetLogEventsRequest", "variableName" : "getLogEventsRequest", "variableType" : "GetLogEventsRequest", "documentation" : "", "simpleType" : "GetLogEventsRequest", "variableSetterType" : "GetLogEventsRequest" }, "methodName" : "getLogEvents", "operationName" : "GetLogEvents", "paginated" : true, "returnType" : { "returnType" : "GetLogEventsResponse", "documentation" : null }, "syncReturnType" : "GetLogEventsResponse" }, "GetLogGroupFields" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns a list of the fields that are included in log events in the specified log group, along with the percentage of log events that contain each field. The search is limited to a time period that you specify.

In the results, fields that start with @ are fields generated by CloudWatch Logs. For example, @timestamp is the timestamp of each log event. For more information about the fields that are generated by CloudWatch logs, see Supported Logs and Discovered Fields.

The response results are sorted by the frequency percentage, starting with the highest percentage.

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

A parameter is specified incorrectly.

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

You have reached the maximum number of resources that can be created.

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

The specified resource does not exist.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service cannot complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetLogGroupFieldsRequest", "variableName" : "getLogGroupFieldsRequest", "variableType" : "GetLogGroupFieldsRequest", "documentation" : "", "simpleType" : "GetLogGroupFieldsRequest", "variableSetterType" : "GetLogGroupFieldsRequest" }, "methodName" : "getLogGroupFields", "operationName" : "GetLogGroupFields", "paginated" : false, "returnType" : { "returnType" : "GetLogGroupFieldsResponse", "documentation" : null }, "syncReturnType" : "GetLogGroupFieldsResponse" }, "GetLogRecord" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves all the fields and values of a single log event. All fields are retrieved, even if the original query that produced the logRecordPointer retrieved only a subset of fields. Fields are returned as field name/field value pairs.

Additionally, the entire unparsed log event is returned within @message.

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

A parameter is specified incorrectly.

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

You have reached the maximum number of resources that can be created.

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

The specified resource does not exist.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service cannot complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetLogRecordRequest", "variableName" : "getLogRecordRequest", "variableType" : "GetLogRecordRequest", "documentation" : "", "simpleType" : "GetLogRecordRequest", "variableSetterType" : "GetLogRecordRequest" }, "methodName" : "getLogRecord", "operationName" : "GetLogRecord", "paginated" : false, "returnType" : { "returnType" : "GetLogRecordResponse", "documentation" : null }, "syncReturnType" : "GetLogRecordResponse" }, "GetQueryResults" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the results from the specified query.

Only the fields requested in the query are returned, along with a @ptr field which is the identifier for the log record. You can use the value of @ptr in a GetLogRecord operation to get the full log record.

GetQueryResults does not start a query execution. To run a query, use StartQuery.

If the value of the Status field in the output is Running, this operation returns only partial results. If you see a value of Scheduled or Running for the status, you can retry the operation later to see the final results.

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

A parameter is specified incorrectly.

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

The specified resource does not exist.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service cannot complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetQueryResultsRequest", "variableName" : "getQueryResultsRequest", "variableType" : "GetQueryResultsRequest", "documentation" : "", "simpleType" : "GetQueryResultsRequest", "variableSetterType" : "GetQueryResultsRequest" }, "methodName" : "getQueryResults", "operationName" : "GetQueryResults", "paginated" : false, "returnType" : { "returnType" : "GetQueryResultsResponse", "documentation" : null }, "syncReturnType" : "GetQueryResultsResponse" }, "ListTagsLogGroup" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the tags for the specified log group.

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

The specified resource does not exist.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service cannot complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListTagsLogGroupRequest", "variableName" : "listTagsLogGroupRequest", "variableType" : "ListTagsLogGroupRequest", "documentation" : "", "simpleType" : "ListTagsLogGroupRequest", "variableSetterType" : "ListTagsLogGroupRequest" }, "methodName" : "listTagsLogGroup", "operationName" : "ListTagsLogGroup", "paginated" : false, "returnType" : { "returnType" : "ListTagsLogGroupResponse", "documentation" : null }, "syncReturnType" : "ListTagsLogGroupResponse" }, "PutDestination" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates or updates a destination. This operation is used only to create destinations for cross-account subscriptions.

A destination encapsulates a physical resource (such as an Amazon Kinesis stream) and enables you to subscribe to a real-time stream of log events for a different account, ingested using PutLogEvents.

Through an access policy, a destination controls what is written to it. By default, PutDestination does not set any access policy with the destination, which means a cross-account user cannot call PutSubscriptionFilter against this destination. To enable this, the destination owner must call PutDestinationPolicy after PutDestination.

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

A parameter is specified incorrectly.

", "httpStatusCode" : null }, { "exceptionName" : "OperationAbortedException", "documentation" : "

Multiple requests to update the same resource were in conflict.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service cannot complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "PutDestinationRequest", "variableName" : "putDestinationRequest", "variableType" : "PutDestinationRequest", "documentation" : "", "simpleType" : "PutDestinationRequest", "variableSetterType" : "PutDestinationRequest" }, "methodName" : "putDestination", "operationName" : "PutDestination", "paginated" : false, "returnType" : { "returnType" : "PutDestinationResponse", "documentation" : null }, "syncReturnType" : "PutDestinationResponse" }, "PutDestinationPolicy" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates or updates an access policy associated with an existing destination. An access policy is an IAM policy document that is used to authorize claims to register a subscription filter against a given destination.

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

A parameter is specified incorrectly.

", "httpStatusCode" : null }, { "exceptionName" : "OperationAbortedException", "documentation" : "

Multiple requests to update the same resource were in conflict.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service cannot complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "PutDestinationPolicyRequest", "variableName" : "putDestinationPolicyRequest", "variableType" : "PutDestinationPolicyRequest", "documentation" : "", "simpleType" : "PutDestinationPolicyRequest", "variableSetterType" : "PutDestinationPolicyRequest" }, "methodName" : "putDestinationPolicy", "operationName" : "PutDestinationPolicy", "paginated" : false, "returnType" : { "returnType" : "PutDestinationPolicyResponse", "documentation" : null }, "syncReturnType" : "PutDestinationPolicyResponse" }, "PutLogEvents" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Uploads a batch of log events to the specified log stream.

You must include the sequence token obtained from the response of the previous call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token in the expectedSequenceToken field from InvalidSequenceTokenException. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls may be successful, or one may be rejected.

The batch of events must satisfy the following constraints:

  • The maximum batch size is 1,048,576 bytes, and this size is calculated as the sum of all event messages in UTF-8, plus 26 bytes for each log event.

  • None of the log events in the batch can be more than 2 hours in the future.

  • None of the log events in the batch can be older than 14 days or older than the retention period of the log group.

  • The log events in the batch must be in chronological ordered by their timestamp. The timestamp is the time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. (In AWS Tools for PowerShell and the AWS SDK for .NET, the timestamp is specified in .NET format: yyyy-mm-ddThh:mm:ss. For example, 2017-09-15T13:45:30.)

  • A batch of log events in a single request cannot span more than 24 hours. Otherwise, the operation fails.

  • The maximum number of log events in a batch is 10,000.

  • There is a quota of 5 requests per second per log stream. Additional requests are throttled. This quota can't be changed.

If a call to PutLogEvents returns \"UnrecognizedClientException\" the most likely cause is an invalid AWS access key ID or secret key.

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

A parameter is specified incorrectly.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidSequenceTokenException", "documentation" : "

The sequence token is not valid. You can get the correct sequence token in the expectedSequenceToken field in the InvalidSequenceTokenException message.

", "httpStatusCode" : null }, { "exceptionName" : "DataAlreadyAcceptedException", "documentation" : "

The event was already logged.

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

The specified resource does not exist.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service cannot complete the request.

", "httpStatusCode" : null }, { "exceptionName" : "UnrecognizedClientException", "documentation" : "

The most likely cause is an invalid AWS access key ID or secret key.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "PutLogEventsRequest", "variableName" : "putLogEventsRequest", "variableType" : "PutLogEventsRequest", "documentation" : "", "simpleType" : "PutLogEventsRequest", "variableSetterType" : "PutLogEventsRequest" }, "methodName" : "putLogEvents", "operationName" : "PutLogEvents", "paginated" : false, "returnType" : { "returnType" : "PutLogEventsResponse", "documentation" : null }, "syncReturnType" : "PutLogEventsResponse" }, "PutMetricFilter" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates or updates a metric filter and associates it with the specified log group. Metric filters allow you to configure rules to extract metric data from log events ingested through PutLogEvents.

The maximum number of metric filters that can be associated with a log group is 100.

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

A parameter is specified incorrectly.

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

The specified resource does not exist.

", "httpStatusCode" : null }, { "exceptionName" : "OperationAbortedException", "documentation" : "

Multiple requests to update the same resource were in conflict.

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

You have reached the maximum number of resources that can be created.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service cannot complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "PutMetricFilterRequest", "variableName" : "putMetricFilterRequest", "variableType" : "PutMetricFilterRequest", "documentation" : "", "simpleType" : "PutMetricFilterRequest", "variableSetterType" : "PutMetricFilterRequest" }, "methodName" : "putMetricFilter", "operationName" : "PutMetricFilter", "paginated" : false, "returnType" : { "returnType" : "PutMetricFilterResponse", "documentation" : null }, "syncReturnType" : "PutMetricFilterResponse" }, "PutQueryDefinition" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "", "endpointCacheRequired" : false, "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "

A parameter is specified incorrectly.

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

The specified resource does not exist.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service cannot complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "PutQueryDefinitionRequest", "variableName" : "putQueryDefinitionRequest", "variableType" : "PutQueryDefinitionRequest", "documentation" : "", "simpleType" : "PutQueryDefinitionRequest", "variableSetterType" : "PutQueryDefinitionRequest" }, "methodName" : "putQueryDefinition", "operationName" : "PutQueryDefinition", "paginated" : false, "returnType" : { "returnType" : "PutQueryDefinitionResponse", "documentation" : null }, "syncReturnType" : "PutQueryDefinitionResponse" }, "PutResourcePolicy" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates or updates a resource policy allowing other AWS services to put log events to this account, such as Amazon Route 53. An account can have up to 10 resource policies per region.

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

A parameter is specified incorrectly.

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

You have reached the maximum number of resources that can be created.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service cannot complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "PutResourcePolicyRequest", "variableName" : "putResourcePolicyRequest", "variableType" : "PutResourcePolicyRequest", "documentation" : "", "simpleType" : "PutResourcePolicyRequest", "variableSetterType" : "PutResourcePolicyRequest" }, "methodName" : "putResourcePolicy", "operationName" : "PutResourcePolicy", "paginated" : false, "returnType" : { "returnType" : "PutResourcePolicyResponse", "documentation" : null }, "syncReturnType" : "PutResourcePolicyResponse" }, "PutRetentionPolicy" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Sets the retention of the specified log group. A retention policy allows you to configure the number of days for which to retain log events in the specified log group.

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

A parameter is specified incorrectly.

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

The specified resource does not exist.

", "httpStatusCode" : null }, { "exceptionName" : "OperationAbortedException", "documentation" : "

Multiple requests to update the same resource were in conflict.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service cannot complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "PutRetentionPolicyRequest", "variableName" : "putRetentionPolicyRequest", "variableType" : "PutRetentionPolicyRequest", "documentation" : "", "simpleType" : "PutRetentionPolicyRequest", "variableSetterType" : "PutRetentionPolicyRequest" }, "methodName" : "putRetentionPolicy", "operationName" : "PutRetentionPolicy", "paginated" : false, "returnType" : { "returnType" : "PutRetentionPolicyResponse", "documentation" : null }, "syncReturnType" : "PutRetentionPolicyResponse" }, "PutSubscriptionFilter" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates or updates a subscription filter and associates it with the specified log group. Subscription filters allow you to subscribe to a real-time stream of log events ingested through PutLogEvents and have them delivered to a specific destination. Currently, the supported destinations are:

  • An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.

  • A logical destination that belongs to a different account, for cross-account delivery.

  • An Amazon Kinesis Firehose delivery stream that belongs to the same account as the subscription filter, for same-account delivery.

  • An AWS Lambda function that belongs to the same account as the subscription filter, for same-account delivery.

There can only be one subscription filter associated with a log group. If you are updating an existing filter, you must specify the correct name in filterName. Otherwise, the call fails because you cannot associate a second filter with a log group.

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

A parameter is specified incorrectly.

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

The specified resource does not exist.

", "httpStatusCode" : null }, { "exceptionName" : "OperationAbortedException", "documentation" : "

Multiple requests to update the same resource were in conflict.

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

You have reached the maximum number of resources that can be created.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service cannot complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "PutSubscriptionFilterRequest", "variableName" : "putSubscriptionFilterRequest", "variableType" : "PutSubscriptionFilterRequest", "documentation" : "", "simpleType" : "PutSubscriptionFilterRequest", "variableSetterType" : "PutSubscriptionFilterRequest" }, "methodName" : "putSubscriptionFilter", "operationName" : "PutSubscriptionFilter", "paginated" : false, "returnType" : { "returnType" : "PutSubscriptionFilterResponse", "documentation" : null }, "syncReturnType" : "PutSubscriptionFilterResponse" }, "StartQuery" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Schedules a query of a log group using CloudWatch Logs Insights. You specify the log group and time range to query, and the query string to use.

For more information, see CloudWatch Logs Insights Query Syntax.

Queries time out after 15 minutes of execution. If your queries are timing out, reduce the time range being searched, or partition your query into a number of queries.

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

The query string is not valid. Details about this error are displayed in a QueryCompileError object. For more information, see QueryCompileError\"/>.

For more information about valid query syntax, see CloudWatch Logs Insights Query Syntax.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

A parameter is specified incorrectly.

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

You have reached the maximum number of resources that can be created.

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

The specified resource does not exist.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service cannot complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "StartQueryRequest", "variableName" : "startQueryRequest", "variableType" : "StartQueryRequest", "documentation" : "", "simpleType" : "StartQueryRequest", "variableSetterType" : "StartQueryRequest" }, "methodName" : "startQuery", "operationName" : "StartQuery", "paginated" : false, "returnType" : { "returnType" : "StartQueryResponse", "documentation" : null }, "syncReturnType" : "StartQueryResponse" }, "StopQuery" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Stops a CloudWatch Logs Insights query that is in progress. If the query has already ended, the operation returns an error indicating that the specified query is not running.

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

A parameter is specified incorrectly.

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

The specified resource does not exist.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service cannot complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "StopQueryRequest", "variableName" : "stopQueryRequest", "variableType" : "StopQueryRequest", "documentation" : "", "simpleType" : "StopQueryRequest", "variableSetterType" : "StopQueryRequest" }, "methodName" : "stopQuery", "operationName" : "StopQuery", "paginated" : false, "returnType" : { "returnType" : "StopQueryResponse", "documentation" : null }, "syncReturnType" : "StopQueryResponse" }, "TagLogGroup" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Adds or updates the specified tags for the specified log group.

To list the tags for a log group, use ListTagsLogGroup. To remove tags, use UntagLogGroup.

For more information about tags, see Tag Log Groups in Amazon CloudWatch Logs in the Amazon CloudWatch Logs User Guide.

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

The specified resource does not exist.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidParameterException", "documentation" : "

A parameter is specified incorrectly.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "TagLogGroupRequest", "variableName" : "tagLogGroupRequest", "variableType" : "TagLogGroupRequest", "documentation" : "", "simpleType" : "TagLogGroupRequest", "variableSetterType" : "TagLogGroupRequest" }, "methodName" : "tagLogGroup", "operationName" : "TagLogGroup", "paginated" : false, "returnType" : { "returnType" : "TagLogGroupResponse", "documentation" : null }, "syncReturnType" : "TagLogGroupResponse" }, "TestMetricFilter" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Tests the filter pattern of a metric filter against a sample of log event messages. You can use this operation to validate the correctness of a metric filter pattern.

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

A parameter is specified incorrectly.

", "httpStatusCode" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service cannot complete the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "TestMetricFilterRequest", "variableName" : "testMetricFilterRequest", "variableType" : "TestMetricFilterRequest", "documentation" : "", "simpleType" : "TestMetricFilterRequest", "variableSetterType" : "TestMetricFilterRequest" }, "methodName" : "testMetricFilter", "operationName" : "TestMetricFilter", "paginated" : false, "returnType" : { "returnType" : "TestMetricFilterResponse", "documentation" : null }, "syncReturnType" : "TestMetricFilterResponse" }, "UntagLogGroup" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Removes the specified tags from the specified log group.

To list the tags for a log group, use ListTagsLogGroup. To add tags, use TagLogGroup.

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

The specified resource does not exist.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UntagLogGroupRequest", "variableName" : "untagLogGroupRequest", "variableType" : "UntagLogGroupRequest", "documentation" : "", "simpleType" : "UntagLogGroupRequest", "variableSetterType" : "UntagLogGroupRequest" }, "methodName" : "untagLogGroup", "operationName" : "UntagLogGroup", "paginated" : false, "returnType" : { "returnType" : "UntagLogGroupResponse", "documentation" : null }, "syncReturnType" : "UntagLogGroupResponse" } }, "shapes" : { "AssociateKmsKeyRequest" : { "c2jName" : "AssociateKmsKeyRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "AssociateKmsKey", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.AssociateKmsKey", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "kmsKeyId", "c2jShape" : "KmsKeyId", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) and Using Symmetric and Asymmetric Keys.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) and Using Symmetric and Asymmetric Keys.

\n@return The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) and Using Symmetric and Asymmetric Keys.\n@deprecated Use {@link #kmsKeyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) and Using Symmetric and Asymmetric Keys.

\n@param kmsKeyId The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) and Using Symmetric and Asymmetric Keys.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #kmsKeyId(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) and Using Symmetric and Asymmetric Keys.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KmsKeyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKmsKeyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyId", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) and Using Symmetric and Asymmetric Keys.

\n@param kmsKeyId The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) and Using Symmetric and Asymmetric Keys.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsKeyId", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) and Using Symmetric and Asymmetric Keys.

\n@return The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) and Using Symmetric and Asymmetric Keys.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "kmsKeyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "kmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyId", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) and Using Symmetric and Asymmetric Keys.

\n@param kmsKeyId The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) and Using Symmetric and Asymmetric Keys.", "setterMethodName" : "setKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) and Using Symmetric and Asymmetric Keys.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "KmsKeyId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "kmsKeyId", "c2jShape" : "KmsKeyId", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) and Using Symmetric and Asymmetric Keys.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) and Using Symmetric and Asymmetric Keys.

\n@return The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) and Using Symmetric and Asymmetric Keys.\n@deprecated Use {@link #kmsKeyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) and Using Symmetric and Asymmetric Keys.

\n@param kmsKeyId The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) and Using Symmetric and Asymmetric Keys.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #kmsKeyId(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) and Using Symmetric and Asymmetric Keys.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KmsKeyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKmsKeyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyId", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) and Using Symmetric and Asymmetric Keys.

\n@param kmsKeyId The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) and Using Symmetric and Asymmetric Keys.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsKeyId", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) and Using Symmetric and Asymmetric Keys.

\n@return The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) and Using Symmetric and Asymmetric Keys.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "kmsKeyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "kmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyId", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) and Using Symmetric and Asymmetric Keys.

\n@param kmsKeyId The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) and Using Symmetric and Asymmetric Keys.", "setterMethodName" : "setKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) and Using Symmetric and Asymmetric Keys.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LogGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "kmsKeyId", "c2jShape" : "KmsKeyId", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) and Using Symmetric and Asymmetric Keys.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) and Using Symmetric and Asymmetric Keys.

\n@return The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) and Using Symmetric and Asymmetric Keys.\n@deprecated Use {@link #kmsKeyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) and Using Symmetric and Asymmetric Keys.

\n@param kmsKeyId The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) and Using Symmetric and Asymmetric Keys.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #kmsKeyId(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) and Using Symmetric and Asymmetric Keys.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KmsKeyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKmsKeyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyId", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) and Using Symmetric and Asymmetric Keys.

\n@param kmsKeyId The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) and Using Symmetric and Asymmetric Keys.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsKeyId", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) and Using Symmetric and Asymmetric Keys.

\n@return The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) and Using Symmetric and Asymmetric Keys.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "kmsKeyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "kmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyId", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) and Using Symmetric and Asymmetric Keys.

\n@param kmsKeyId The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) and Using Symmetric and Asymmetric Keys.", "setterMethodName" : "setKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS) and Using Symmetric and Asymmetric Keys.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "logGroupName", "kmsKeyId" ], "shapeName" : "AssociateKmsKeyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AssociateKmsKeyRequest", "variableName" : "associateKmsKeyRequest", "variableType" : "AssociateKmsKeyRequest", "documentation" : null, "simpleType" : "AssociateKmsKeyRequest", "variableSetterType" : "AssociateKmsKeyRequest" }, "wrapper" : false, "xmlNamespace" : null }, "AssociateKmsKeyResponse" : { "c2jName" : "AssociateKmsKeyResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AssociateKmsKeyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AssociateKmsKeyResponse", "variableName" : "associateKmsKeyResponse", "variableType" : "AssociateKmsKeyResponse", "documentation" : null, "simpleType" : "AssociateKmsKeyResponse", "variableSetterType" : "AssociateKmsKeyResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CancelExportTaskRequest" : { "c2jName" : "CancelExportTaskRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CancelExportTask", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.CancelExportTask", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTaskId", "beanStyleSetterMethodName" : "setTaskId", "c2jName" : "taskId", "c2jShape" : "ExportTaskId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the export task.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #taskId(String)}.\n@param taskId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID of the export task.

\n@return The ID of the export task.\n@deprecated Use {@link #taskId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the export task.

\n@param taskId The ID of the export task.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #taskId(String)}\n", "documentation" : "

The ID of the export task.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TaskId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTaskId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskId", "fluentSetterDocumentation" : "

The ID of the export task.

\n@param taskId The ID of the export task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskId", "getterDocumentation" : "

The ID of the export task.

\n@return The ID of the export task.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "taskId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TaskId", "sensitive" : false, "setterDocumentation" : "

The ID of the export task.

\n@param taskId The ID of the export task.", "setterMethodName" : "setTaskId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "taskId", "variableType" : "String", "documentation" : "

The ID of the export task.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TaskId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTaskId", "beanStyleSetterMethodName" : "setTaskId", "c2jName" : "taskId", "c2jShape" : "ExportTaskId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the export task.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #taskId(String)}.\n@param taskId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID of the export task.

\n@return The ID of the export task.\n@deprecated Use {@link #taskId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the export task.

\n@param taskId The ID of the export task.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #taskId(String)}\n", "documentation" : "

The ID of the export task.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TaskId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTaskId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskId", "fluentSetterDocumentation" : "

The ID of the export task.

\n@param taskId The ID of the export task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskId", "getterDocumentation" : "

The ID of the export task.

\n@return The ID of the export task.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "taskId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TaskId", "sensitive" : false, "setterDocumentation" : "

The ID of the export task.

\n@param taskId The ID of the export task.", "setterMethodName" : "setTaskId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "taskId", "variableType" : "String", "documentation" : "

The ID of the export task.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTaskId", "beanStyleSetterMethodName" : "setTaskId", "c2jName" : "taskId", "c2jShape" : "ExportTaskId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the export task.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #taskId(String)}.\n@param taskId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID of the export task.

\n@return The ID of the export task.\n@deprecated Use {@link #taskId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the export task.

\n@param taskId The ID of the export task.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #taskId(String)}\n", "documentation" : "

The ID of the export task.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TaskId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTaskId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskId", "fluentSetterDocumentation" : "

The ID of the export task.

\n@param taskId The ID of the export task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskId", "getterDocumentation" : "

The ID of the export task.

\n@return The ID of the export task.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "taskId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TaskId", "sensitive" : false, "setterDocumentation" : "

The ID of the export task.

\n@param taskId The ID of the export task.", "setterMethodName" : "setTaskId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "taskId", "variableType" : "String", "documentation" : "

The ID of the export task.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "taskId" ], "shapeName" : "CancelExportTaskRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CancelExportTaskRequest", "variableName" : "cancelExportTaskRequest", "variableType" : "CancelExportTaskRequest", "documentation" : null, "simpleType" : "CancelExportTaskRequest", "variableSetterType" : "CancelExportTaskRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CancelExportTaskResponse" : { "c2jName" : "CancelExportTaskResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CancelExportTaskResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CancelExportTaskResponse", "variableName" : "cancelExportTaskResponse", "variableType" : "CancelExportTaskResponse", "documentation" : null, "simpleType" : "CancelExportTaskResponse", "variableSetterType" : "CancelExportTaskResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateExportTaskRequest" : { "c2jName" : "CreateExportTaskRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateExportTask", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.CreateExportTask", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTaskName", "beanStyleSetterMethodName" : "setTaskName", "c2jName" : "taskName", "c2jShape" : "ExportTaskName", "defaultConsumerFluentSetterDocumentation" : "

The name of the export task.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #taskName(String)}.\n@param taskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the export task.

\n@return The name of the export task.\n@deprecated Use {@link #taskName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the export task.

\n@param taskName The name of the export task.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #taskName(String)}\n", "documentation" : "

The name of the export task.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TaskName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTaskName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskName", "fluentSetterDocumentation" : "

The name of the export task.

\n@param taskName The name of the export task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskName", "getterDocumentation" : "

The name of the export task.

\n@return The name of the export task.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "taskName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TaskName", "sensitive" : false, "setterDocumentation" : "

The name of the export task.

\n@param taskName The name of the export task.", "setterMethodName" : "setTaskName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "taskName", "variableType" : "String", "documentation" : "

The name of the export task.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogStreamNamePrefix", "beanStyleSetterMethodName" : "setLogStreamNamePrefix", "c2jName" : "logStreamNamePrefix", "c2jShape" : "LogStreamName", "defaultConsumerFluentSetterDocumentation" : "

Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamNamePrefix(String)}.\n@param logStreamNamePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamNamePrefix(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.

\n@return Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.\n@deprecated Use {@link #logStreamNamePrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.

\n@param logStreamNamePrefix Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logStreamNamePrefix(String)}\n", "documentation" : "

Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogStreamNamePrefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogStreamNamePrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logStreamNamePrefix", "fluentSetterDocumentation" : "

Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.

\n@param logStreamNamePrefix Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamNamePrefix", "getterDocumentation" : "

Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.

\n@return Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logStreamNamePrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logStreamNamePrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogStreamNamePrefix", "sensitive" : false, "setterDocumentation" : "

Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.

\n@param logStreamNamePrefix Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.", "setterMethodName" : "setLogStreamNamePrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamNamePrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamNamePrefix", "variableType" : "String", "documentation" : "

Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFrom", "beanStyleSetterMethodName" : "setFrom", "c2jName" : "from", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #from(Long)}.\n@param from a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #from(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.

\n@return The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.\n@deprecated Use {@link #from()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.

\n@param from The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #from(Long)}\n", "documentation" : "

The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the From property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFrom", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "from", "fluentSetterDocumentation" : "

The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.

\n@param from The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "from", "getterDocumentation" : "

The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.

\n@return The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "from", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "from", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "From", "sensitive" : false, "setterDocumentation" : "

The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.

\n@param from The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.", "setterMethodName" : "setFrom", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "from", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "from", "variableType" : "Long", "documentation" : "

The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTo", "beanStyleSetterMethodName" : "setTo", "c2jName" : "to", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #to(Long)}.\n@param to a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #to(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

\n@return The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.\n@deprecated Use {@link #to()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

\n@param to The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #to(Long)}\n", "documentation" : "

The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the To property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTo", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "to", "fluentSetterDocumentation" : "

The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

\n@param to The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "to", "getterDocumentation" : "

The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

\n@return The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "to", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "to", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "To", "sensitive" : false, "setterDocumentation" : "

The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

\n@param to The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.", "setterMethodName" : "setTo", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "to", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "to", "variableType" : "Long", "documentation" : "

The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestination", "beanStyleSetterMethodName" : "setDestination", "c2jName" : "destination", "c2jShape" : "ExportDestinationBucket", "defaultConsumerFluentSetterDocumentation" : "

The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destination(String)}.\n@param destination a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destination(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.

\n@return The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.\n@deprecated Use {@link #destination()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.

\n@param destination The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destination(String)}\n", "documentation" : "

The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Destination property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestination", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destination", "fluentSetterDocumentation" : "

The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.

\n@param destination The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destination", "getterDocumentation" : "

The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.

\n@return The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destination", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Destination", "sensitive" : false, "setterDocumentation" : "

The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.

\n@param destination The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.", "setterMethodName" : "setDestination", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destination", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "destination", "variableType" : "String", "documentation" : "

The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestinationPrefix", "beanStyleSetterMethodName" : "setDestinationPrefix", "c2jName" : "destinationPrefix", "c2jShape" : "ExportDestinationPrefix", "defaultConsumerFluentSetterDocumentation" : "

The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationPrefix(String)}.\n@param destinationPrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationPrefix(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs.

\n@return The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs.\n@deprecated Use {@link #destinationPrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs.

\n@param destinationPrefix The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destinationPrefix(String)}\n", "documentation" : "

The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DestinationPrefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestinationPrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destinationPrefix", "fluentSetterDocumentation" : "

The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs.

\n@param destinationPrefix The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationPrefix", "getterDocumentation" : "

The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs.

\n@return The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destinationPrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destinationPrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DestinationPrefix", "sensitive" : false, "setterDocumentation" : "

The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs.

\n@param destinationPrefix The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs.", "setterMethodName" : "setDestinationPrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destinationPrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "destinationPrefix", "variableType" : "String", "documentation" : "

The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Destination" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestination", "beanStyleSetterMethodName" : "setDestination", "c2jName" : "destination", "c2jShape" : "ExportDestinationBucket", "defaultConsumerFluentSetterDocumentation" : "

The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destination(String)}.\n@param destination a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destination(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.

\n@return The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.\n@deprecated Use {@link #destination()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.

\n@param destination The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destination(String)}\n", "documentation" : "

The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Destination property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestination", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destination", "fluentSetterDocumentation" : "

The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.

\n@param destination The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destination", "getterDocumentation" : "

The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.

\n@return The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destination", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Destination", "sensitive" : false, "setterDocumentation" : "

The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.

\n@param destination The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.", "setterMethodName" : "setDestination", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destination", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "destination", "variableType" : "String", "documentation" : "

The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DestinationPrefix" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestinationPrefix", "beanStyleSetterMethodName" : "setDestinationPrefix", "c2jName" : "destinationPrefix", "c2jShape" : "ExportDestinationPrefix", "defaultConsumerFluentSetterDocumentation" : "

The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationPrefix(String)}.\n@param destinationPrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationPrefix(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs.

\n@return The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs.\n@deprecated Use {@link #destinationPrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs.

\n@param destinationPrefix The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destinationPrefix(String)}\n", "documentation" : "

The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DestinationPrefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestinationPrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destinationPrefix", "fluentSetterDocumentation" : "

The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs.

\n@param destinationPrefix The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationPrefix", "getterDocumentation" : "

The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs.

\n@return The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destinationPrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destinationPrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DestinationPrefix", "sensitive" : false, "setterDocumentation" : "

The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs.

\n@param destinationPrefix The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs.", "setterMethodName" : "setDestinationPrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destinationPrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "destinationPrefix", "variableType" : "String", "documentation" : "

The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "From" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFrom", "beanStyleSetterMethodName" : "setFrom", "c2jName" : "from", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #from(Long)}.\n@param from a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #from(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.

\n@return The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.\n@deprecated Use {@link #from()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.

\n@param from The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #from(Long)}\n", "documentation" : "

The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the From property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFrom", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "from", "fluentSetterDocumentation" : "

The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.

\n@param from The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "from", "getterDocumentation" : "

The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.

\n@return The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "from", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "from", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "From", "sensitive" : false, "setterDocumentation" : "

The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.

\n@param from The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.", "setterMethodName" : "setFrom", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "from", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "from", "variableType" : "Long", "documentation" : "

The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LogGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LogStreamNamePrefix" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogStreamNamePrefix", "beanStyleSetterMethodName" : "setLogStreamNamePrefix", "c2jName" : "logStreamNamePrefix", "c2jShape" : "LogStreamName", "defaultConsumerFluentSetterDocumentation" : "

Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamNamePrefix(String)}.\n@param logStreamNamePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamNamePrefix(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.

\n@return Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.\n@deprecated Use {@link #logStreamNamePrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.

\n@param logStreamNamePrefix Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logStreamNamePrefix(String)}\n", "documentation" : "

Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogStreamNamePrefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogStreamNamePrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logStreamNamePrefix", "fluentSetterDocumentation" : "

Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.

\n@param logStreamNamePrefix Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamNamePrefix", "getterDocumentation" : "

Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.

\n@return Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logStreamNamePrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logStreamNamePrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogStreamNamePrefix", "sensitive" : false, "setterDocumentation" : "

Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.

\n@param logStreamNamePrefix Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.", "setterMethodName" : "setLogStreamNamePrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamNamePrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamNamePrefix", "variableType" : "String", "documentation" : "

Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TaskName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTaskName", "beanStyleSetterMethodName" : "setTaskName", "c2jName" : "taskName", "c2jShape" : "ExportTaskName", "defaultConsumerFluentSetterDocumentation" : "

The name of the export task.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #taskName(String)}.\n@param taskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the export task.

\n@return The name of the export task.\n@deprecated Use {@link #taskName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the export task.

\n@param taskName The name of the export task.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #taskName(String)}\n", "documentation" : "

The name of the export task.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TaskName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTaskName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskName", "fluentSetterDocumentation" : "

The name of the export task.

\n@param taskName The name of the export task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskName", "getterDocumentation" : "

The name of the export task.

\n@return The name of the export task.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "taskName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TaskName", "sensitive" : false, "setterDocumentation" : "

The name of the export task.

\n@param taskName The name of the export task.", "setterMethodName" : "setTaskName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "taskName", "variableType" : "String", "documentation" : "

The name of the export task.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "To" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTo", "beanStyleSetterMethodName" : "setTo", "c2jName" : "to", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #to(Long)}.\n@param to a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #to(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

\n@return The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.\n@deprecated Use {@link #to()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

\n@param to The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #to(Long)}\n", "documentation" : "

The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the To property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTo", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "to", "fluentSetterDocumentation" : "

The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

\n@param to The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "to", "getterDocumentation" : "

The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

\n@return The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "to", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "to", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "To", "sensitive" : false, "setterDocumentation" : "

The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

\n@param to The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.", "setterMethodName" : "setTo", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "to", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "to", "variableType" : "Long", "documentation" : "

The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTaskName", "beanStyleSetterMethodName" : "setTaskName", "c2jName" : "taskName", "c2jShape" : "ExportTaskName", "defaultConsumerFluentSetterDocumentation" : "

The name of the export task.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #taskName(String)}.\n@param taskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the export task.

\n@return The name of the export task.\n@deprecated Use {@link #taskName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the export task.

\n@param taskName The name of the export task.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #taskName(String)}\n", "documentation" : "

The name of the export task.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TaskName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTaskName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskName", "fluentSetterDocumentation" : "

The name of the export task.

\n@param taskName The name of the export task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskName", "getterDocumentation" : "

The name of the export task.

\n@return The name of the export task.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "taskName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TaskName", "sensitive" : false, "setterDocumentation" : "

The name of the export task.

\n@param taskName The name of the export task.", "setterMethodName" : "setTaskName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "taskName", "variableType" : "String", "documentation" : "

The name of the export task.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogStreamNamePrefix", "beanStyleSetterMethodName" : "setLogStreamNamePrefix", "c2jName" : "logStreamNamePrefix", "c2jShape" : "LogStreamName", "defaultConsumerFluentSetterDocumentation" : "

Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamNamePrefix(String)}.\n@param logStreamNamePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamNamePrefix(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.

\n@return Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.\n@deprecated Use {@link #logStreamNamePrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.

\n@param logStreamNamePrefix Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logStreamNamePrefix(String)}\n", "documentation" : "

Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogStreamNamePrefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogStreamNamePrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logStreamNamePrefix", "fluentSetterDocumentation" : "

Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.

\n@param logStreamNamePrefix Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamNamePrefix", "getterDocumentation" : "

Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.

\n@return Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logStreamNamePrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logStreamNamePrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogStreamNamePrefix", "sensitive" : false, "setterDocumentation" : "

Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.

\n@param logStreamNamePrefix Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.", "setterMethodName" : "setLogStreamNamePrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamNamePrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamNamePrefix", "variableType" : "String", "documentation" : "

Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFrom", "beanStyleSetterMethodName" : "setFrom", "c2jName" : "from", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #from(Long)}.\n@param from a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #from(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.

\n@return The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.\n@deprecated Use {@link #from()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.

\n@param from The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #from(Long)}\n", "documentation" : "

The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the From property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFrom", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "from", "fluentSetterDocumentation" : "

The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.

\n@param from The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "from", "getterDocumentation" : "

The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.

\n@return The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "from", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "from", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "From", "sensitive" : false, "setterDocumentation" : "

The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.

\n@param from The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.", "setterMethodName" : "setFrom", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "from", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "from", "variableType" : "Long", "documentation" : "

The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTo", "beanStyleSetterMethodName" : "setTo", "c2jName" : "to", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #to(Long)}.\n@param to a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #to(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

\n@return The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.\n@deprecated Use {@link #to()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

\n@param to The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #to(Long)}\n", "documentation" : "

The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the To property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTo", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "to", "fluentSetterDocumentation" : "

The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

\n@param to The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "to", "getterDocumentation" : "

The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

\n@return The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "to", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "to", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "To", "sensitive" : false, "setterDocumentation" : "

The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

\n@param to The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.", "setterMethodName" : "setTo", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "to", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "to", "variableType" : "Long", "documentation" : "

The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestination", "beanStyleSetterMethodName" : "setDestination", "c2jName" : "destination", "c2jShape" : "ExportDestinationBucket", "defaultConsumerFluentSetterDocumentation" : "

The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destination(String)}.\n@param destination a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destination(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.

\n@return The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.\n@deprecated Use {@link #destination()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.

\n@param destination The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destination(String)}\n", "documentation" : "

The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Destination property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestination", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destination", "fluentSetterDocumentation" : "

The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.

\n@param destination The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destination", "getterDocumentation" : "

The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.

\n@return The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destination", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Destination", "sensitive" : false, "setterDocumentation" : "

The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.

\n@param destination The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.", "setterMethodName" : "setDestination", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destination", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "destination", "variableType" : "String", "documentation" : "

The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestinationPrefix", "beanStyleSetterMethodName" : "setDestinationPrefix", "c2jName" : "destinationPrefix", "c2jShape" : "ExportDestinationPrefix", "defaultConsumerFluentSetterDocumentation" : "

The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationPrefix(String)}.\n@param destinationPrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationPrefix(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs.

\n@return The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs.\n@deprecated Use {@link #destinationPrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs.

\n@param destinationPrefix The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destinationPrefix(String)}\n", "documentation" : "

The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DestinationPrefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestinationPrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destinationPrefix", "fluentSetterDocumentation" : "

The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs.

\n@param destinationPrefix The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationPrefix", "getterDocumentation" : "

The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs.

\n@return The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destinationPrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destinationPrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DestinationPrefix", "sensitive" : false, "setterDocumentation" : "

The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs.

\n@param destinationPrefix The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs.", "setterMethodName" : "setDestinationPrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destinationPrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "destinationPrefix", "variableType" : "String", "documentation" : "

The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "logGroupName", "from", "to", "destination" ], "shapeName" : "CreateExportTaskRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateExportTaskRequest", "variableName" : "createExportTaskRequest", "variableType" : "CreateExportTaskRequest", "documentation" : null, "simpleType" : "CreateExportTaskRequest", "variableSetterType" : "CreateExportTaskRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateExportTaskResponse" : { "c2jName" : "CreateExportTaskResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTaskId", "beanStyleSetterMethodName" : "setTaskId", "c2jName" : "taskId", "c2jShape" : "ExportTaskId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the export task.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #taskId(String)}.\n@param taskId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID of the export task.

\n@return The ID of the export task.\n@deprecated Use {@link #taskId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the export task.

\n@param taskId The ID of the export task.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #taskId(String)}\n", "documentation" : "

The ID of the export task.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TaskId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTaskId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskId", "fluentSetterDocumentation" : "

The ID of the export task.

\n@param taskId The ID of the export task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskId", "getterDocumentation" : "

The ID of the export task.

\n@return The ID of the export task.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "taskId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TaskId", "sensitive" : false, "setterDocumentation" : "

The ID of the export task.

\n@param taskId The ID of the export task.", "setterMethodName" : "setTaskId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "taskId", "variableType" : "String", "documentation" : "

The ID of the export task.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TaskId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTaskId", "beanStyleSetterMethodName" : "setTaskId", "c2jName" : "taskId", "c2jShape" : "ExportTaskId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the export task.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #taskId(String)}.\n@param taskId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID of the export task.

\n@return The ID of the export task.\n@deprecated Use {@link #taskId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the export task.

\n@param taskId The ID of the export task.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #taskId(String)}\n", "documentation" : "

The ID of the export task.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TaskId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTaskId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskId", "fluentSetterDocumentation" : "

The ID of the export task.

\n@param taskId The ID of the export task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskId", "getterDocumentation" : "

The ID of the export task.

\n@return The ID of the export task.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "taskId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TaskId", "sensitive" : false, "setterDocumentation" : "

The ID of the export task.

\n@param taskId The ID of the export task.", "setterMethodName" : "setTaskId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "taskId", "variableType" : "String", "documentation" : "

The ID of the export task.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTaskId", "beanStyleSetterMethodName" : "setTaskId", "c2jName" : "taskId", "c2jShape" : "ExportTaskId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the export task.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #taskId(String)}.\n@param taskId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID of the export task.

\n@return The ID of the export task.\n@deprecated Use {@link #taskId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the export task.

\n@param taskId The ID of the export task.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #taskId(String)}\n", "documentation" : "

The ID of the export task.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TaskId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTaskId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskId", "fluentSetterDocumentation" : "

The ID of the export task.

\n@param taskId The ID of the export task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskId", "getterDocumentation" : "

The ID of the export task.

\n@return The ID of the export task.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "taskId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TaskId", "sensitive" : false, "setterDocumentation" : "

The ID of the export task.

\n@param taskId The ID of the export task.", "setterMethodName" : "setTaskId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "taskId", "variableType" : "String", "documentation" : "

The ID of the export task.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateExportTaskResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateExportTaskResponse", "variableName" : "createExportTaskResponse", "variableType" : "CreateExportTaskResponse", "documentation" : null, "simpleType" : "CreateExportTaskResponse", "variableSetterType" : "CreateExportTaskResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateLogGroupRequest" : { "c2jName" : "CreateLogGroupRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateLogGroup", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.CreateLogGroup", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "kmsKeyId", "c2jShape" : "KmsKeyId", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).

\n@return The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).\n@deprecated Use {@link #kmsKeyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).

\n@param kmsKeyId The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #kmsKeyId(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KmsKeyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKmsKeyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyId", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).

\n@param kmsKeyId The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsKeyId", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).

\n@return The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "kmsKeyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "kmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyId", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).

\n@param kmsKeyId The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).", "setterMethodName" : "setKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

The key-value pairs to use for the tags.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #tags(Map)}.\n@param tags a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The key-value pairs to use for the tags.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return The key-value pairs to use for the tags.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The key-value pairs to use for the tags.

\n@param tags The key-value pairs to use for the tags.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

The key-value pairs to use for the tags.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

The key-value pairs to use for the tags.

\n@param tags The key-value pairs to use for the tags.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

The key-value pairs to use for the tags.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return The key-value pairs to use for the tags.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

The key-value pairs to use for the tags.

\n@param tags The key-value pairs to use for the tags.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

The key-value pairs to use for the tags.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "KmsKeyId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "kmsKeyId", "c2jShape" : "KmsKeyId", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).

\n@return The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).\n@deprecated Use {@link #kmsKeyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).

\n@param kmsKeyId The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #kmsKeyId(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KmsKeyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKmsKeyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyId", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).

\n@param kmsKeyId The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsKeyId", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).

\n@return The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "kmsKeyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "kmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyId", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).

\n@param kmsKeyId The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).", "setterMethodName" : "setKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LogGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

The key-value pairs to use for the tags.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #tags(Map)}.\n@param tags a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The key-value pairs to use for the tags.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return The key-value pairs to use for the tags.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The key-value pairs to use for the tags.

\n@param tags The key-value pairs to use for the tags.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

The key-value pairs to use for the tags.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

The key-value pairs to use for the tags.

\n@param tags The key-value pairs to use for the tags.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

The key-value pairs to use for the tags.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return The key-value pairs to use for the tags.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

The key-value pairs to use for the tags.

\n@param tags The key-value pairs to use for the tags.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

The key-value pairs to use for the tags.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "kmsKeyId", "c2jShape" : "KmsKeyId", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).

\n@return The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).\n@deprecated Use {@link #kmsKeyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).

\n@param kmsKeyId The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #kmsKeyId(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KmsKeyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKmsKeyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyId", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).

\n@param kmsKeyId The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsKeyId", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).

\n@return The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "kmsKeyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "kmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyId", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).

\n@param kmsKeyId The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).", "setterMethodName" : "setKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

The key-value pairs to use for the tags.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #tags(Map)}.\n@param tags a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The key-value pairs to use for the tags.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return The key-value pairs to use for the tags.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The key-value pairs to use for the tags.

\n@param tags The key-value pairs to use for the tags.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

The key-value pairs to use for the tags.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

The key-value pairs to use for the tags.

\n@param tags The key-value pairs to use for the tags.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

The key-value pairs to use for the tags.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return The key-value pairs to use for the tags.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

The key-value pairs to use for the tags.

\n@param tags The key-value pairs to use for the tags.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

The key-value pairs to use for the tags.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "logGroupName" ], "shapeName" : "CreateLogGroupRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateLogGroupRequest", "variableName" : "createLogGroupRequest", "variableType" : "CreateLogGroupRequest", "documentation" : null, "simpleType" : "CreateLogGroupRequest", "variableSetterType" : "CreateLogGroupRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateLogGroupResponse" : { "c2jName" : "CreateLogGroupResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateLogGroupResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateLogGroupResponse", "variableName" : "createLogGroupResponse", "variableType" : "CreateLogGroupResponse", "documentation" : null, "simpleType" : "CreateLogGroupResponse", "variableSetterType" : "CreateLogGroupResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateLogStreamRequest" : { "c2jName" : "CreateLogStreamRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateLogStream", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.CreateLogStream", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogStreamName", "beanStyleSetterMethodName" : "setLogStreamName", "c2jName" : "logStreamName", "c2jShape" : "LogStreamName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamName(String)}.\n@param logStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log stream.

\n@return The name of the log stream.\n@deprecated Use {@link #logStreamName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logStreamName(String)}\n", "documentation" : "

The name of the log stream.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogStreamName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogStreamName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logStreamName", "fluentSetterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamName", "getterDocumentation" : "

The name of the log stream.

\n@return The name of the log stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logStreamName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logStreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogStreamName", "sensitive" : false, "setterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.", "setterMethodName" : "setLogStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : "

The name of the log stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LogGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LogStreamName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogStreamName", "beanStyleSetterMethodName" : "setLogStreamName", "c2jName" : "logStreamName", "c2jShape" : "LogStreamName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamName(String)}.\n@param logStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log stream.

\n@return The name of the log stream.\n@deprecated Use {@link #logStreamName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logStreamName(String)}\n", "documentation" : "

The name of the log stream.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogStreamName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogStreamName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logStreamName", "fluentSetterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamName", "getterDocumentation" : "

The name of the log stream.

\n@return The name of the log stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logStreamName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logStreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogStreamName", "sensitive" : false, "setterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.", "setterMethodName" : "setLogStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : "

The name of the log stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogStreamName", "beanStyleSetterMethodName" : "setLogStreamName", "c2jName" : "logStreamName", "c2jShape" : "LogStreamName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamName(String)}.\n@param logStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log stream.

\n@return The name of the log stream.\n@deprecated Use {@link #logStreamName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logStreamName(String)}\n", "documentation" : "

The name of the log stream.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogStreamName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogStreamName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logStreamName", "fluentSetterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamName", "getterDocumentation" : "

The name of the log stream.

\n@return The name of the log stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logStreamName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logStreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogStreamName", "sensitive" : false, "setterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.", "setterMethodName" : "setLogStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : "

The name of the log stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "logGroupName", "logStreamName" ], "shapeName" : "CreateLogStreamRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateLogStreamRequest", "variableName" : "createLogStreamRequest", "variableType" : "CreateLogStreamRequest", "documentation" : null, "simpleType" : "CreateLogStreamRequest", "variableSetterType" : "CreateLogStreamRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateLogStreamResponse" : { "c2jName" : "CreateLogStreamResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateLogStreamResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateLogStreamResponse", "variableName" : "createLogStreamResponse", "variableType" : "CreateLogStreamResponse", "documentation" : null, "simpleType" : "CreateLogStreamResponse", "variableSetterType" : "CreateLogStreamResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DataAlreadyAcceptedException" : { "c2jName" : "DataAlreadyAcceptedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The event was already logged.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "DataAlreadyAcceptedException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getExpectedSequenceToken", "beanStyleSetterMethodName" : "setExpectedSequenceToken", "c2jName" : "expectedSequenceToken", "c2jShape" : "SequenceToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ExpectedSequenceToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #expectedSequenceToken(String)}.\n@param expectedSequenceToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expectedSequenceToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the ExpectedSequenceToken property for this object.\n@return The value of the ExpectedSequenceToken property for this object.\n@deprecated Use {@link #expectedSequenceToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the ExpectedSequenceToken property for this object.\n\n@param expectedSequenceToken The new value for the ExpectedSequenceToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #expectedSequenceToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ExpectedSequenceToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasExpectedSequenceToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "expectedSequenceToken", "fluentSetterDocumentation" : "Sets the value of the ExpectedSequenceToken property for this object.\n\n@param expectedSequenceToken The new value for the ExpectedSequenceToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expectedSequenceToken", "getterDocumentation" : "Returns the value of the ExpectedSequenceToken property for this object.\n@return The value of the ExpectedSequenceToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "expectedSequenceToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "expectedSequenceToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExpectedSequenceToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the ExpectedSequenceToken property for this object.\n\n@param expectedSequenceToken The new value for the ExpectedSequenceToken property for this object.", "setterMethodName" : "setExpectedSequenceToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "expectedSequenceToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "expectedSequenceToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ExpectedSequenceToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getExpectedSequenceToken", "beanStyleSetterMethodName" : "setExpectedSequenceToken", "c2jName" : "expectedSequenceToken", "c2jShape" : "SequenceToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ExpectedSequenceToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #expectedSequenceToken(String)}.\n@param expectedSequenceToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expectedSequenceToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the ExpectedSequenceToken property for this object.\n@return The value of the ExpectedSequenceToken property for this object.\n@deprecated Use {@link #expectedSequenceToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the ExpectedSequenceToken property for this object.\n\n@param expectedSequenceToken The new value for the ExpectedSequenceToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #expectedSequenceToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ExpectedSequenceToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasExpectedSequenceToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "expectedSequenceToken", "fluentSetterDocumentation" : "Sets the value of the ExpectedSequenceToken property for this object.\n\n@param expectedSequenceToken The new value for the ExpectedSequenceToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expectedSequenceToken", "getterDocumentation" : "Returns the value of the ExpectedSequenceToken property for this object.\n@return The value of the ExpectedSequenceToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "expectedSequenceToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "expectedSequenceToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExpectedSequenceToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the ExpectedSequenceToken property for this object.\n\n@param expectedSequenceToken The new value for the ExpectedSequenceToken property for this object.", "setterMethodName" : "setExpectedSequenceToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "expectedSequenceToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "expectedSequenceToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getExpectedSequenceToken", "beanStyleSetterMethodName" : "setExpectedSequenceToken", "c2jName" : "expectedSequenceToken", "c2jShape" : "SequenceToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ExpectedSequenceToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #expectedSequenceToken(String)}.\n@param expectedSequenceToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expectedSequenceToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the ExpectedSequenceToken property for this object.\n@return The value of the ExpectedSequenceToken property for this object.\n@deprecated Use {@link #expectedSequenceToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the ExpectedSequenceToken property for this object.\n\n@param expectedSequenceToken The new value for the ExpectedSequenceToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #expectedSequenceToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ExpectedSequenceToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasExpectedSequenceToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "expectedSequenceToken", "fluentSetterDocumentation" : "Sets the value of the ExpectedSequenceToken property for this object.\n\n@param expectedSequenceToken The new value for the ExpectedSequenceToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expectedSequenceToken", "getterDocumentation" : "Returns the value of the ExpectedSequenceToken property for this object.\n@return The value of the ExpectedSequenceToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "expectedSequenceToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "expectedSequenceToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExpectedSequenceToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the ExpectedSequenceToken property for this object.\n\n@param expectedSequenceToken The new value for the ExpectedSequenceToken property for this object.", "setterMethodName" : "setExpectedSequenceToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "expectedSequenceToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "expectedSequenceToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DataAlreadyAcceptedException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DataAlreadyAcceptedException", "variableName" : "dataAlreadyAcceptedException", "variableType" : "DataAlreadyAcceptedException", "documentation" : null, "simpleType" : "DataAlreadyAcceptedException", "variableSetterType" : "DataAlreadyAcceptedException" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteDestinationRequest" : { "c2jName" : "DeleteDestinationRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteDestination", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.DeleteDestination", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestinationName", "beanStyleSetterMethodName" : "setDestinationName", "c2jName" : "destinationName", "c2jShape" : "DestinationName", "defaultConsumerFluentSetterDocumentation" : "

The name of the destination.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationName(String)}.\n@param destinationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the destination.

\n@return The name of the destination.\n@deprecated Use {@link #destinationName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the destination.

\n@param destinationName The name of the destination.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destinationName(String)}\n", "documentation" : "

The name of the destination.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DestinationName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestinationName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destinationName", "fluentSetterDocumentation" : "

The name of the destination.

\n@param destinationName The name of the destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationName", "getterDocumentation" : "

The name of the destination.

\n@return The name of the destination.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destinationName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destinationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DestinationName", "sensitive" : false, "setterDocumentation" : "

The name of the destination.

\n@param destinationName The name of the destination.", "setterMethodName" : "setDestinationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destinationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "destinationName", "variableType" : "String", "documentation" : "

The name of the destination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DestinationName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestinationName", "beanStyleSetterMethodName" : "setDestinationName", "c2jName" : "destinationName", "c2jShape" : "DestinationName", "defaultConsumerFluentSetterDocumentation" : "

The name of the destination.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationName(String)}.\n@param destinationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the destination.

\n@return The name of the destination.\n@deprecated Use {@link #destinationName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the destination.

\n@param destinationName The name of the destination.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destinationName(String)}\n", "documentation" : "

The name of the destination.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DestinationName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestinationName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destinationName", "fluentSetterDocumentation" : "

The name of the destination.

\n@param destinationName The name of the destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationName", "getterDocumentation" : "

The name of the destination.

\n@return The name of the destination.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destinationName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destinationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DestinationName", "sensitive" : false, "setterDocumentation" : "

The name of the destination.

\n@param destinationName The name of the destination.", "setterMethodName" : "setDestinationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destinationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "destinationName", "variableType" : "String", "documentation" : "

The name of the destination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestinationName", "beanStyleSetterMethodName" : "setDestinationName", "c2jName" : "destinationName", "c2jShape" : "DestinationName", "defaultConsumerFluentSetterDocumentation" : "

The name of the destination.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationName(String)}.\n@param destinationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the destination.

\n@return The name of the destination.\n@deprecated Use {@link #destinationName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the destination.

\n@param destinationName The name of the destination.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destinationName(String)}\n", "documentation" : "

The name of the destination.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DestinationName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestinationName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destinationName", "fluentSetterDocumentation" : "

The name of the destination.

\n@param destinationName The name of the destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationName", "getterDocumentation" : "

The name of the destination.

\n@return The name of the destination.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destinationName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destinationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DestinationName", "sensitive" : false, "setterDocumentation" : "

The name of the destination.

\n@param destinationName The name of the destination.", "setterMethodName" : "setDestinationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destinationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "destinationName", "variableType" : "String", "documentation" : "

The name of the destination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "destinationName" ], "shapeName" : "DeleteDestinationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteDestinationRequest", "variableName" : "deleteDestinationRequest", "variableType" : "DeleteDestinationRequest", "documentation" : null, "simpleType" : "DeleteDestinationRequest", "variableSetterType" : "DeleteDestinationRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteDestinationResponse" : { "c2jName" : "DeleteDestinationResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteDestinationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteDestinationResponse", "variableName" : "deleteDestinationResponse", "variableType" : "DeleteDestinationResponse", "documentation" : null, "simpleType" : "DeleteDestinationResponse", "variableSetterType" : "DeleteDestinationResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteLogGroupRequest" : { "c2jName" : "DeleteLogGroupRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteLogGroup", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.DeleteLogGroup", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LogGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "logGroupName" ], "shapeName" : "DeleteLogGroupRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteLogGroupRequest", "variableName" : "deleteLogGroupRequest", "variableType" : "DeleteLogGroupRequest", "documentation" : null, "simpleType" : "DeleteLogGroupRequest", "variableSetterType" : "DeleteLogGroupRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteLogGroupResponse" : { "c2jName" : "DeleteLogGroupResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteLogGroupResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteLogGroupResponse", "variableName" : "deleteLogGroupResponse", "variableType" : "DeleteLogGroupResponse", "documentation" : null, "simpleType" : "DeleteLogGroupResponse", "variableSetterType" : "DeleteLogGroupResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteLogStreamRequest" : { "c2jName" : "DeleteLogStreamRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteLogStream", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.DeleteLogStream", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogStreamName", "beanStyleSetterMethodName" : "setLogStreamName", "c2jName" : "logStreamName", "c2jShape" : "LogStreamName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamName(String)}.\n@param logStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log stream.

\n@return The name of the log stream.\n@deprecated Use {@link #logStreamName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logStreamName(String)}\n", "documentation" : "

The name of the log stream.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogStreamName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogStreamName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logStreamName", "fluentSetterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamName", "getterDocumentation" : "

The name of the log stream.

\n@return The name of the log stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logStreamName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logStreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogStreamName", "sensitive" : false, "setterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.", "setterMethodName" : "setLogStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : "

The name of the log stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LogGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LogStreamName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogStreamName", "beanStyleSetterMethodName" : "setLogStreamName", "c2jName" : "logStreamName", "c2jShape" : "LogStreamName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamName(String)}.\n@param logStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log stream.

\n@return The name of the log stream.\n@deprecated Use {@link #logStreamName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logStreamName(String)}\n", "documentation" : "

The name of the log stream.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogStreamName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogStreamName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logStreamName", "fluentSetterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamName", "getterDocumentation" : "

The name of the log stream.

\n@return The name of the log stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logStreamName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logStreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogStreamName", "sensitive" : false, "setterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.", "setterMethodName" : "setLogStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : "

The name of the log stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogStreamName", "beanStyleSetterMethodName" : "setLogStreamName", "c2jName" : "logStreamName", "c2jShape" : "LogStreamName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamName(String)}.\n@param logStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log stream.

\n@return The name of the log stream.\n@deprecated Use {@link #logStreamName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logStreamName(String)}\n", "documentation" : "

The name of the log stream.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogStreamName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogStreamName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logStreamName", "fluentSetterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamName", "getterDocumentation" : "

The name of the log stream.

\n@return The name of the log stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logStreamName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logStreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogStreamName", "sensitive" : false, "setterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.", "setterMethodName" : "setLogStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : "

The name of the log stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "logGroupName", "logStreamName" ], "shapeName" : "DeleteLogStreamRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteLogStreamRequest", "variableName" : "deleteLogStreamRequest", "variableType" : "DeleteLogStreamRequest", "documentation" : null, "simpleType" : "DeleteLogStreamRequest", "variableSetterType" : "DeleteLogStreamRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteLogStreamResponse" : { "c2jName" : "DeleteLogStreamResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteLogStreamResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteLogStreamResponse", "variableName" : "deleteLogStreamResponse", "variableType" : "DeleteLogStreamResponse", "documentation" : null, "simpleType" : "DeleteLogStreamResponse", "variableSetterType" : "DeleteLogStreamResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteMetricFilterRequest" : { "c2jName" : "DeleteMetricFilterRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteMetricFilter", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.DeleteMetricFilter", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterName", "beanStyleSetterMethodName" : "setFilterName", "c2jName" : "filterName", "c2jShape" : "FilterName", "defaultConsumerFluentSetterDocumentation" : "

The name of the metric filter.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterName(String)}.\n@param filterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the metric filter.

\n@return The name of the metric filter.\n@deprecated Use {@link #filterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the metric filter.

\n@param filterName The name of the metric filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterName(String)}\n", "documentation" : "

The name of the metric filter.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterName", "fluentSetterDocumentation" : "

The name of the metric filter.

\n@param filterName The name of the metric filter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterName", "getterDocumentation" : "

The name of the metric filter.

\n@return The name of the metric filter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterName", "sensitive" : false, "setterDocumentation" : "

The name of the metric filter.

\n@param filterName The name of the metric filter.", "setterMethodName" : "setFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : "

The name of the metric filter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FilterName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterName", "beanStyleSetterMethodName" : "setFilterName", "c2jName" : "filterName", "c2jShape" : "FilterName", "defaultConsumerFluentSetterDocumentation" : "

The name of the metric filter.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterName(String)}.\n@param filterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the metric filter.

\n@return The name of the metric filter.\n@deprecated Use {@link #filterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the metric filter.

\n@param filterName The name of the metric filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterName(String)}\n", "documentation" : "

The name of the metric filter.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterName", "fluentSetterDocumentation" : "

The name of the metric filter.

\n@param filterName The name of the metric filter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterName", "getterDocumentation" : "

The name of the metric filter.

\n@return The name of the metric filter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterName", "sensitive" : false, "setterDocumentation" : "

The name of the metric filter.

\n@param filterName The name of the metric filter.", "setterMethodName" : "setFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : "

The name of the metric filter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LogGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterName", "beanStyleSetterMethodName" : "setFilterName", "c2jName" : "filterName", "c2jShape" : "FilterName", "defaultConsumerFluentSetterDocumentation" : "

The name of the metric filter.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterName(String)}.\n@param filterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the metric filter.

\n@return The name of the metric filter.\n@deprecated Use {@link #filterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the metric filter.

\n@param filterName The name of the metric filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterName(String)}\n", "documentation" : "

The name of the metric filter.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterName", "fluentSetterDocumentation" : "

The name of the metric filter.

\n@param filterName The name of the metric filter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterName", "getterDocumentation" : "

The name of the metric filter.

\n@return The name of the metric filter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterName", "sensitive" : false, "setterDocumentation" : "

The name of the metric filter.

\n@param filterName The name of the metric filter.", "setterMethodName" : "setFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : "

The name of the metric filter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "logGroupName", "filterName" ], "shapeName" : "DeleteMetricFilterRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteMetricFilterRequest", "variableName" : "deleteMetricFilterRequest", "variableType" : "DeleteMetricFilterRequest", "documentation" : null, "simpleType" : "DeleteMetricFilterRequest", "variableSetterType" : "DeleteMetricFilterRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteMetricFilterResponse" : { "c2jName" : "DeleteMetricFilterResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteMetricFilterResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteMetricFilterResponse", "variableName" : "deleteMetricFilterResponse", "variableType" : "DeleteMetricFilterResponse", "documentation" : null, "simpleType" : "DeleteMetricFilterResponse", "variableSetterType" : "DeleteMetricFilterResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteQueryDefinitionRequest" : { "c2jName" : "DeleteQueryDefinitionRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteQueryDefinition", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.DeleteQueryDefinition", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryDefinitionId", "beanStyleSetterMethodName" : "setQueryDefinitionId", "c2jName" : "queryDefinitionId", "c2jShape" : "QueryId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryDefinitionId(String)}.\n@param queryDefinitionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryDefinitionId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the QueryDefinitionId property for this object.\n@return The value of the QueryDefinitionId property for this object.\n@deprecated Use {@link #queryDefinitionId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\n@param queryDefinitionId The new value for the QueryDefinitionId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryDefinitionId(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryDefinitionId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryDefinitionId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryDefinitionId", "fluentSetterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\n@param queryDefinitionId The new value for the QueryDefinitionId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryDefinitionId", "getterDocumentation" : "Returns the value of the QueryDefinitionId property for this object.\n@return The value of the QueryDefinitionId property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryDefinitionId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryDefinitionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryDefinitionId", "sensitive" : false, "setterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\n@param queryDefinitionId The new value for the QueryDefinitionId property for this object.", "setterMethodName" : "setQueryDefinitionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryDefinitionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryDefinitionId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "QueryDefinitionId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryDefinitionId", "beanStyleSetterMethodName" : "setQueryDefinitionId", "c2jName" : "queryDefinitionId", "c2jShape" : "QueryId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryDefinitionId(String)}.\n@param queryDefinitionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryDefinitionId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the QueryDefinitionId property for this object.\n@return The value of the QueryDefinitionId property for this object.\n@deprecated Use {@link #queryDefinitionId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\n@param queryDefinitionId The new value for the QueryDefinitionId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryDefinitionId(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryDefinitionId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryDefinitionId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryDefinitionId", "fluentSetterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\n@param queryDefinitionId The new value for the QueryDefinitionId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryDefinitionId", "getterDocumentation" : "Returns the value of the QueryDefinitionId property for this object.\n@return The value of the QueryDefinitionId property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryDefinitionId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryDefinitionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryDefinitionId", "sensitive" : false, "setterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\n@param queryDefinitionId The new value for the QueryDefinitionId property for this object.", "setterMethodName" : "setQueryDefinitionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryDefinitionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryDefinitionId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryDefinitionId", "beanStyleSetterMethodName" : "setQueryDefinitionId", "c2jName" : "queryDefinitionId", "c2jShape" : "QueryId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryDefinitionId(String)}.\n@param queryDefinitionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryDefinitionId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the QueryDefinitionId property for this object.\n@return The value of the QueryDefinitionId property for this object.\n@deprecated Use {@link #queryDefinitionId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\n@param queryDefinitionId The new value for the QueryDefinitionId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryDefinitionId(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryDefinitionId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryDefinitionId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryDefinitionId", "fluentSetterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\n@param queryDefinitionId The new value for the QueryDefinitionId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryDefinitionId", "getterDocumentation" : "Returns the value of the QueryDefinitionId property for this object.\n@return The value of the QueryDefinitionId property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryDefinitionId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryDefinitionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryDefinitionId", "sensitive" : false, "setterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\n@param queryDefinitionId The new value for the QueryDefinitionId property for this object.", "setterMethodName" : "setQueryDefinitionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryDefinitionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryDefinitionId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "queryDefinitionId" ], "shapeName" : "DeleteQueryDefinitionRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteQueryDefinitionRequest", "variableName" : "deleteQueryDefinitionRequest", "variableType" : "DeleteQueryDefinitionRequest", "documentation" : null, "simpleType" : "DeleteQueryDefinitionRequest", "variableSetterType" : "DeleteQueryDefinitionRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteQueryDefinitionResponse" : { "c2jName" : "DeleteQueryDefinitionResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSuccess", "beanStyleSetterMethodName" : "setSuccess", "c2jName" : "success", "c2jShape" : "Success", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Success property for this object.\n\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #success(Boolean)}.\n@param success a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #success(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Success property for this object.\n@return The value of the Success property for this object.\n@deprecated Use {@link #success()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Success property for this object.\n\n@param success The new value for the Success property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #success(Boolean)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Success property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSuccess", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "success", "fluentSetterDocumentation" : "Sets the value of the Success property for this object.\n\n@param success The new value for the Success property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "success", "getterDocumentation" : "Returns the value of the Success property for this object.\n@return The value of the Success property for this object.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "success", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "success", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Success", "sensitive" : false, "setterDocumentation" : "Sets the value of the Success property for this object.\n\n@param success The new value for the Success property for this object.", "setterMethodName" : "setSuccess", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "success", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "success", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Success" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSuccess", "beanStyleSetterMethodName" : "setSuccess", "c2jName" : "success", "c2jShape" : "Success", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Success property for this object.\n\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #success(Boolean)}.\n@param success a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #success(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Success property for this object.\n@return The value of the Success property for this object.\n@deprecated Use {@link #success()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Success property for this object.\n\n@param success The new value for the Success property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #success(Boolean)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Success property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSuccess", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "success", "fluentSetterDocumentation" : "Sets the value of the Success property for this object.\n\n@param success The new value for the Success property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "success", "getterDocumentation" : "Returns the value of the Success property for this object.\n@return The value of the Success property for this object.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "success", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "success", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Success", "sensitive" : false, "setterDocumentation" : "Sets the value of the Success property for this object.\n\n@param success The new value for the Success property for this object.", "setterMethodName" : "setSuccess", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "success", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "success", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSuccess", "beanStyleSetterMethodName" : "setSuccess", "c2jName" : "success", "c2jShape" : "Success", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Success property for this object.\n\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #success(Boolean)}.\n@param success a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #success(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Success property for this object.\n@return The value of the Success property for this object.\n@deprecated Use {@link #success()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Success property for this object.\n\n@param success The new value for the Success property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #success(Boolean)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Success property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSuccess", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "success", "fluentSetterDocumentation" : "Sets the value of the Success property for this object.\n\n@param success The new value for the Success property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "success", "getterDocumentation" : "Returns the value of the Success property for this object.\n@return The value of the Success property for this object.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "success", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "success", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Success", "sensitive" : false, "setterDocumentation" : "Sets the value of the Success property for this object.\n\n@param success The new value for the Success property for this object.", "setterMethodName" : "setSuccess", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "success", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "success", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteQueryDefinitionResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteQueryDefinitionResponse", "variableName" : "deleteQueryDefinitionResponse", "variableType" : "DeleteQueryDefinitionResponse", "documentation" : null, "simpleType" : "DeleteQueryDefinitionResponse", "variableSetterType" : "DeleteQueryDefinitionResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteResourcePolicyRequest" : { "c2jName" : "DeleteResourcePolicyRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteResourcePolicy", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.DeleteResourcePolicy", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyName", "beanStyleSetterMethodName" : "setPolicyName", "c2jName" : "policyName", "c2jShape" : "PolicyName", "defaultConsumerFluentSetterDocumentation" : "

The name of the policy to be revoked. This parameter is required.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyName(String)}.\n@param policyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the policy to be revoked. This parameter is required.

\n@return The name of the policy to be revoked. This parameter is required.\n@deprecated Use {@link #policyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the policy to be revoked. This parameter is required.

\n@param policyName The name of the policy to be revoked. This parameter is required.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policyName(String)}\n", "documentation" : "

The name of the policy to be revoked. This parameter is required.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyName", "fluentSetterDocumentation" : "

The name of the policy to be revoked. This parameter is required.

\n@param policyName The name of the policy to be revoked. This parameter is required.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyName", "getterDocumentation" : "

The name of the policy to be revoked. This parameter is required.

\n@return The name of the policy to be revoked. This parameter is required.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "policyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "policyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyName", "sensitive" : false, "setterDocumentation" : "

The name of the policy to be revoked. This parameter is required.

\n@param policyName The name of the policy to be revoked. This parameter is required.", "setterMethodName" : "setPolicyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "

The name of the policy to be revoked. This parameter is required.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PolicyName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyName", "beanStyleSetterMethodName" : "setPolicyName", "c2jName" : "policyName", "c2jShape" : "PolicyName", "defaultConsumerFluentSetterDocumentation" : "

The name of the policy to be revoked. This parameter is required.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyName(String)}.\n@param policyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the policy to be revoked. This parameter is required.

\n@return The name of the policy to be revoked. This parameter is required.\n@deprecated Use {@link #policyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the policy to be revoked. This parameter is required.

\n@param policyName The name of the policy to be revoked. This parameter is required.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policyName(String)}\n", "documentation" : "

The name of the policy to be revoked. This parameter is required.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyName", "fluentSetterDocumentation" : "

The name of the policy to be revoked. This parameter is required.

\n@param policyName The name of the policy to be revoked. This parameter is required.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyName", "getterDocumentation" : "

The name of the policy to be revoked. This parameter is required.

\n@return The name of the policy to be revoked. This parameter is required.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "policyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "policyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyName", "sensitive" : false, "setterDocumentation" : "

The name of the policy to be revoked. This parameter is required.

\n@param policyName The name of the policy to be revoked. This parameter is required.", "setterMethodName" : "setPolicyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "

The name of the policy to be revoked. This parameter is required.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyName", "beanStyleSetterMethodName" : "setPolicyName", "c2jName" : "policyName", "c2jShape" : "PolicyName", "defaultConsumerFluentSetterDocumentation" : "

The name of the policy to be revoked. This parameter is required.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyName(String)}.\n@param policyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the policy to be revoked. This parameter is required.

\n@return The name of the policy to be revoked. This parameter is required.\n@deprecated Use {@link #policyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the policy to be revoked. This parameter is required.

\n@param policyName The name of the policy to be revoked. This parameter is required.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policyName(String)}\n", "documentation" : "

The name of the policy to be revoked. This parameter is required.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyName", "fluentSetterDocumentation" : "

The name of the policy to be revoked. This parameter is required.

\n@param policyName The name of the policy to be revoked. This parameter is required.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyName", "getterDocumentation" : "

The name of the policy to be revoked. This parameter is required.

\n@return The name of the policy to be revoked. This parameter is required.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "policyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "policyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyName", "sensitive" : false, "setterDocumentation" : "

The name of the policy to be revoked. This parameter is required.

\n@param policyName The name of the policy to be revoked. This parameter is required.", "setterMethodName" : "setPolicyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "

The name of the policy to be revoked. This parameter is required.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteResourcePolicyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteResourcePolicyRequest", "variableName" : "deleteResourcePolicyRequest", "variableType" : "DeleteResourcePolicyRequest", "documentation" : null, "simpleType" : "DeleteResourcePolicyRequest", "variableSetterType" : "DeleteResourcePolicyRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteResourcePolicyResponse" : { "c2jName" : "DeleteResourcePolicyResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteResourcePolicyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteResourcePolicyResponse", "variableName" : "deleteResourcePolicyResponse", "variableType" : "DeleteResourcePolicyResponse", "documentation" : null, "simpleType" : "DeleteResourcePolicyResponse", "variableSetterType" : "DeleteResourcePolicyResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteRetentionPolicyRequest" : { "c2jName" : "DeleteRetentionPolicyRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteRetentionPolicy", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.DeleteRetentionPolicy", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LogGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "logGroupName" ], "shapeName" : "DeleteRetentionPolicyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteRetentionPolicyRequest", "variableName" : "deleteRetentionPolicyRequest", "variableType" : "DeleteRetentionPolicyRequest", "documentation" : null, "simpleType" : "DeleteRetentionPolicyRequest", "variableSetterType" : "DeleteRetentionPolicyRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteRetentionPolicyResponse" : { "c2jName" : "DeleteRetentionPolicyResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteRetentionPolicyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteRetentionPolicyResponse", "variableName" : "deleteRetentionPolicyResponse", "variableType" : "DeleteRetentionPolicyResponse", "documentation" : null, "simpleType" : "DeleteRetentionPolicyResponse", "variableSetterType" : "DeleteRetentionPolicyResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteSubscriptionFilterRequest" : { "c2jName" : "DeleteSubscriptionFilterRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteSubscriptionFilter", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.DeleteSubscriptionFilter", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterName", "beanStyleSetterMethodName" : "setFilterName", "c2jName" : "filterName", "c2jShape" : "FilterName", "defaultConsumerFluentSetterDocumentation" : "

The name of the subscription filter.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterName(String)}.\n@param filterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the subscription filter.

\n@return The name of the subscription filter.\n@deprecated Use {@link #filterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the subscription filter.

\n@param filterName The name of the subscription filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterName(String)}\n", "documentation" : "

The name of the subscription filter.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterName", "fluentSetterDocumentation" : "

The name of the subscription filter.

\n@param filterName The name of the subscription filter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterName", "getterDocumentation" : "

The name of the subscription filter.

\n@return The name of the subscription filter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterName", "sensitive" : false, "setterDocumentation" : "

The name of the subscription filter.

\n@param filterName The name of the subscription filter.", "setterMethodName" : "setFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : "

The name of the subscription filter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FilterName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterName", "beanStyleSetterMethodName" : "setFilterName", "c2jName" : "filterName", "c2jShape" : "FilterName", "defaultConsumerFluentSetterDocumentation" : "

The name of the subscription filter.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterName(String)}.\n@param filterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the subscription filter.

\n@return The name of the subscription filter.\n@deprecated Use {@link #filterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the subscription filter.

\n@param filterName The name of the subscription filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterName(String)}\n", "documentation" : "

The name of the subscription filter.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterName", "fluentSetterDocumentation" : "

The name of the subscription filter.

\n@param filterName The name of the subscription filter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterName", "getterDocumentation" : "

The name of the subscription filter.

\n@return The name of the subscription filter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterName", "sensitive" : false, "setterDocumentation" : "

The name of the subscription filter.

\n@param filterName The name of the subscription filter.", "setterMethodName" : "setFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : "

The name of the subscription filter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LogGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterName", "beanStyleSetterMethodName" : "setFilterName", "c2jName" : "filterName", "c2jShape" : "FilterName", "defaultConsumerFluentSetterDocumentation" : "

The name of the subscription filter.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterName(String)}.\n@param filterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the subscription filter.

\n@return The name of the subscription filter.\n@deprecated Use {@link #filterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the subscription filter.

\n@param filterName The name of the subscription filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterName(String)}\n", "documentation" : "

The name of the subscription filter.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterName", "fluentSetterDocumentation" : "

The name of the subscription filter.

\n@param filterName The name of the subscription filter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterName", "getterDocumentation" : "

The name of the subscription filter.

\n@return The name of the subscription filter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterName", "sensitive" : false, "setterDocumentation" : "

The name of the subscription filter.

\n@param filterName The name of the subscription filter.", "setterMethodName" : "setFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : "

The name of the subscription filter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "logGroupName", "filterName" ], "shapeName" : "DeleteSubscriptionFilterRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteSubscriptionFilterRequest", "variableName" : "deleteSubscriptionFilterRequest", "variableType" : "DeleteSubscriptionFilterRequest", "documentation" : null, "simpleType" : "DeleteSubscriptionFilterRequest", "variableSetterType" : "DeleteSubscriptionFilterRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteSubscriptionFilterResponse" : { "c2jName" : "DeleteSubscriptionFilterResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteSubscriptionFilterResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteSubscriptionFilterResponse", "variableName" : "deleteSubscriptionFilterResponse", "variableType" : "DeleteSubscriptionFilterResponse", "documentation" : null, "simpleType" : "DeleteSubscriptionFilterResponse", "variableSetterType" : "DeleteSubscriptionFilterResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeDestinationsRequest" : { "c2jName" : "DescribeDestinationsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeDestinations", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.DescribeDestinations", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestinationNamePrefix", "beanStyleSetterMethodName" : "setDestinationNamePrefix", "c2jName" : "DestinationNamePrefix", "c2jShape" : "DestinationName", "defaultConsumerFluentSetterDocumentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationNamePrefix(String)}.\n@param destinationNamePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationNamePrefix(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

\n@return The prefix to match. If you don't specify a value, no prefix filter is applied.\n@deprecated Use {@link #destinationNamePrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

\n@param destinationNamePrefix The prefix to match. If you don't specify a value, no prefix filter is applied.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destinationNamePrefix(String)}\n", "documentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DestinationNamePrefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestinationNamePrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destinationNamePrefix", "fluentSetterDocumentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

\n@param destinationNamePrefix The prefix to match. If you don't specify a value, no prefix filter is applied.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationNamePrefix", "getterDocumentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

\n@return The prefix to match. If you don't specify a value, no prefix filter is applied.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DestinationNamePrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DestinationNamePrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DestinationNamePrefix", "sensitive" : false, "setterDocumentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

\n@param destinationNamePrefix The prefix to match. If you don't specify a value, no prefix filter is applied.", "setterMethodName" : "setDestinationNamePrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destinationNamePrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "destinationNamePrefix", "variableType" : "String", "documentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@return The token for the next set of items to return. (You received this token from a previous call.)\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@return The token for the next set of items to return. (You received this token from a previous call.)", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "limit", "c2jShape" : "DescribeLimit", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@deprecated Use {@link #limit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limit(Integer)}\n", "documentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "limit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Limit", "sensitive" : false, "setterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DestinationNamePrefix" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestinationNamePrefix", "beanStyleSetterMethodName" : "setDestinationNamePrefix", "c2jName" : "DestinationNamePrefix", "c2jShape" : "DestinationName", "defaultConsumerFluentSetterDocumentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationNamePrefix(String)}.\n@param destinationNamePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationNamePrefix(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

\n@return The prefix to match. If you don't specify a value, no prefix filter is applied.\n@deprecated Use {@link #destinationNamePrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

\n@param destinationNamePrefix The prefix to match. If you don't specify a value, no prefix filter is applied.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destinationNamePrefix(String)}\n", "documentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DestinationNamePrefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestinationNamePrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destinationNamePrefix", "fluentSetterDocumentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

\n@param destinationNamePrefix The prefix to match. If you don't specify a value, no prefix filter is applied.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationNamePrefix", "getterDocumentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

\n@return The prefix to match. If you don't specify a value, no prefix filter is applied.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DestinationNamePrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DestinationNamePrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DestinationNamePrefix", "sensitive" : false, "setterDocumentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

\n@param destinationNamePrefix The prefix to match. If you don't specify a value, no prefix filter is applied.", "setterMethodName" : "setDestinationNamePrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destinationNamePrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "destinationNamePrefix", "variableType" : "String", "documentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Limit" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "limit", "c2jShape" : "DescribeLimit", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@deprecated Use {@link #limit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limit(Integer)}\n", "documentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "limit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Limit", "sensitive" : false, "setterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@return The token for the next set of items to return. (You received this token from a previous call.)\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@return The token for the next set of items to return. (You received this token from a previous call.)", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestinationNamePrefix", "beanStyleSetterMethodName" : "setDestinationNamePrefix", "c2jName" : "DestinationNamePrefix", "c2jShape" : "DestinationName", "defaultConsumerFluentSetterDocumentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationNamePrefix(String)}.\n@param destinationNamePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationNamePrefix(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

\n@return The prefix to match. If you don't specify a value, no prefix filter is applied.\n@deprecated Use {@link #destinationNamePrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

\n@param destinationNamePrefix The prefix to match. If you don't specify a value, no prefix filter is applied.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destinationNamePrefix(String)}\n", "documentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DestinationNamePrefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestinationNamePrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destinationNamePrefix", "fluentSetterDocumentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

\n@param destinationNamePrefix The prefix to match. If you don't specify a value, no prefix filter is applied.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationNamePrefix", "getterDocumentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

\n@return The prefix to match. If you don't specify a value, no prefix filter is applied.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DestinationNamePrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DestinationNamePrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DestinationNamePrefix", "sensitive" : false, "setterDocumentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

\n@param destinationNamePrefix The prefix to match. If you don't specify a value, no prefix filter is applied.", "setterMethodName" : "setDestinationNamePrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destinationNamePrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "destinationNamePrefix", "variableType" : "String", "documentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@return The token for the next set of items to return. (You received this token from a previous call.)\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@return The token for the next set of items to return. (You received this token from a previous call.)", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "limit", "c2jShape" : "DescribeLimit", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@deprecated Use {@link #limit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limit(Integer)}\n", "documentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "limit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Limit", "sensitive" : false, "setterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeDestinationsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeDestinationsRequest", "variableName" : "describeDestinationsRequest", "variableType" : "DescribeDestinationsRequest", "documentation" : null, "simpleType" : "DescribeDestinationsRequest", "variableSetterType" : "DescribeDestinationsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeDestinationsResponse" : { "c2jName" : "DescribeDestinationsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getDestinations", "beanStyleSetterMethodName" : "setDestinations", "c2jName" : "destinations", "c2jShape" : "Destinations", "defaultConsumerFluentSetterDocumentation" : "

The destinations.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #destinations(List)}.\n@param destinations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinations(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The destinations.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasDestinations()} to see if a value was sent in this field.\n

\n@return The destinations.\n@deprecated Use {@link #destinations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The destinations.

\n@param destinations The destinations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destinations(List)}\n", "documentation" : "

The destinations.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Destinations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestinations", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destinations", "fluentSetterDocumentation" : "

The destinations.

\n@param destinations The destinations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinations", "getterDocumentation" : "

The destinations.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasDestinations()} to see if a value was sent in this field.\n

\n@return The destinations.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destinations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destinations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Destination", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Destination.Builder} avoiding the need to create one manually via {@link Destination#builder()}.\n\nWhen the {@link Consumer} completes, {@link Destination.Builder#build()} is called immediately and its result is passed to {@link #member(Destination)}.\n@param member a consumer that will call methods on {@link Destination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Destination)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Destination)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Destination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Destination", "variableName" : "member", "variableType" : "Destination", "documentation" : null, "simpleType" : "Destination", "variableSetterType" : "Destination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Destination", "variableName" : "member", "variableType" : "Destination", "documentation" : "", "simpleType" : "Destination", "variableSetterType" : "Destination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Destination", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Destination", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Destinations", "sensitive" : false, "setterDocumentation" : "

The destinations.

\n@param destinations The destinations.", "setterMethodName" : "setDestinations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "destinations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "destinations", "variableType" : "java.util.List", "documentation" : "

The destinations.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Destinations" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getDestinations", "beanStyleSetterMethodName" : "setDestinations", "c2jName" : "destinations", "c2jShape" : "Destinations", "defaultConsumerFluentSetterDocumentation" : "

The destinations.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #destinations(List)}.\n@param destinations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinations(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The destinations.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasDestinations()} to see if a value was sent in this field.\n

\n@return The destinations.\n@deprecated Use {@link #destinations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The destinations.

\n@param destinations The destinations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destinations(List)}\n", "documentation" : "

The destinations.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Destinations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestinations", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destinations", "fluentSetterDocumentation" : "

The destinations.

\n@param destinations The destinations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinations", "getterDocumentation" : "

The destinations.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasDestinations()} to see if a value was sent in this field.\n

\n@return The destinations.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destinations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destinations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Destination", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Destination.Builder} avoiding the need to create one manually via {@link Destination#builder()}.\n\nWhen the {@link Consumer} completes, {@link Destination.Builder#build()} is called immediately and its result is passed to {@link #member(Destination)}.\n@param member a consumer that will call methods on {@link Destination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Destination)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Destination)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Destination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Destination", "variableName" : "member", "variableType" : "Destination", "documentation" : null, "simpleType" : "Destination", "variableSetterType" : "Destination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Destination", "variableName" : "member", "variableType" : "Destination", "documentation" : "", "simpleType" : "Destination", "variableSetterType" : "Destination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Destination", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Destination", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Destinations", "sensitive" : false, "setterDocumentation" : "

The destinations.

\n@param destinations The destinations.", "setterMethodName" : "setDestinations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "destinations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "destinations", "variableType" : "java.util.List", "documentation" : "

The destinations.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getDestinations", "beanStyleSetterMethodName" : "setDestinations", "c2jName" : "destinations", "c2jShape" : "Destinations", "defaultConsumerFluentSetterDocumentation" : "

The destinations.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #destinations(List)}.\n@param destinations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinations(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The destinations.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasDestinations()} to see if a value was sent in this field.\n

\n@return The destinations.\n@deprecated Use {@link #destinations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The destinations.

\n@param destinations The destinations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destinations(List)}\n", "documentation" : "

The destinations.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Destinations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestinations", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destinations", "fluentSetterDocumentation" : "

The destinations.

\n@param destinations The destinations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinations", "getterDocumentation" : "

The destinations.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasDestinations()} to see if a value was sent in this field.\n

\n@return The destinations.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destinations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destinations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Destination", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Destination.Builder} avoiding the need to create one manually via {@link Destination#builder()}.\n\nWhen the {@link Consumer} completes, {@link Destination.Builder#build()} is called immediately and its result is passed to {@link #member(Destination)}.\n@param member a consumer that will call methods on {@link Destination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Destination)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Destination)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Destination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Destination", "variableName" : "member", "variableType" : "Destination", "documentation" : null, "simpleType" : "Destination", "variableSetterType" : "Destination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Destination", "variableName" : "member", "variableType" : "Destination", "documentation" : "", "simpleType" : "Destination", "variableSetterType" : "Destination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Destination", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Destination", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Destinations", "sensitive" : false, "setterDocumentation" : "

The destinations.

\n@param destinations The destinations.", "setterMethodName" : "setDestinations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "destinations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "destinations", "variableType" : "java.util.List", "documentation" : "

The destinations.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeDestinationsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeDestinationsResponse", "variableName" : "describeDestinationsResponse", "variableType" : "DescribeDestinationsResponse", "documentation" : null, "simpleType" : "DescribeDestinationsResponse", "variableSetterType" : "DescribeDestinationsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeExportTasksRequest" : { "c2jName" : "DescribeExportTasksRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeExportTasks", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.DescribeExportTasks", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTaskId", "beanStyleSetterMethodName" : "setTaskId", "c2jName" : "taskId", "c2jShape" : "ExportTaskId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #taskId(String)}.\n@param taskId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.

\n@return The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.\n@deprecated Use {@link #taskId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.

\n@param taskId The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #taskId(String)}\n", "documentation" : "

The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TaskId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTaskId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskId", "fluentSetterDocumentation" : "

The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.

\n@param taskId The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskId", "getterDocumentation" : "

The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.

\n@return The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "taskId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TaskId", "sensitive" : false, "setterDocumentation" : "

The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.

\n@param taskId The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.", "setterMethodName" : "setTaskId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "taskId", "variableType" : "String", "documentation" : "

The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusCode", "beanStyleSetterMethodName" : "setStatusCode", "c2jName" : "statusCode", "c2jShape" : "ExportTaskStatusCode", "defaultConsumerFluentSetterDocumentation" : "

The status code of the export task. Specifying a status code filters the results to zero or more export tasks.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusCodeAsString(String)}.\n@param statusCodeValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The status code of the export task. Specifying a status code filters the results to zero or more export tasks.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #statusCode} will return {@link ExportTaskStatusCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusCodeAsString}.\n

\n@return The status code of the export task. Specifying a status code filters the results to zero or more export tasks.\n@see ExportTaskStatusCode\n@deprecated Use {@link #statusCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status code of the export task. Specifying a status code filters the results to zero or more export tasks.

\n@param statusCodeValue The status code of the export task. Specifying a status code filters the results to zero or more export tasks.\n@see ExportTaskStatusCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExportTaskStatusCode\n@deprecated Use {@link #statusCode(String)}\n", "documentation" : "

The status code of the export task. Specifying a status code filters the results to zero or more export tasks.

", "endpointDiscoveryId" : false, "enumType" : "ExportTaskStatusCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StatusCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatusCode", "fluentEnumGetterMethodName" : "statusCode", "fluentEnumSetterMethodName" : "statusCode", "fluentGetterMethodName" : "statusCodeAsString", "fluentSetterDocumentation" : "

The status code of the export task. Specifying a status code filters the results to zero or more export tasks.

\n@param statusCodeValue The status code of the export task. Specifying a status code filters the results to zero or more export tasks.\n@see ExportTaskStatusCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExportTaskStatusCode", "fluentSetterMethodName" : "statusCode", "getterDocumentation" : "

The status code of the export task. Specifying a status code filters the results to zero or more export tasks.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #statusCode} will return {@link ExportTaskStatusCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusCodeAsString}.\n

\n@return The status code of the export task. Specifying a status code filters the results to zero or more export tasks.\n@see ExportTaskStatusCode", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "statusCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "statusCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StatusCode", "sensitive" : false, "setterDocumentation" : "

The status code of the export task. Specifying a status code filters the results to zero or more export tasks.

\n@param statusCodeValue The status code of the export task. Specifying a status code filters the results to zero or more export tasks.\n@see ExportTaskStatusCode", "setterMethodName" : "setStatusCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusCodeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusCodeValue", "variableType" : "String", "documentation" : "

The status code of the export task. Specifying a status code filters the results to zero or more export tasks.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@return The token for the next set of items to return. (You received this token from a previous call.)\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@return The token for the next set of items to return. (You received this token from a previous call.)", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "limit", "c2jShape" : "DescribeLimit", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@deprecated Use {@link #limit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limit(Integer)}\n", "documentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "limit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Limit", "sensitive" : false, "setterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Limit" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "limit", "c2jShape" : "DescribeLimit", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@deprecated Use {@link #limit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limit(Integer)}\n", "documentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "limit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Limit", "sensitive" : false, "setterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@return The token for the next set of items to return. (You received this token from a previous call.)\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@return The token for the next set of items to return. (You received this token from a previous call.)", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StatusCode" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusCode", "beanStyleSetterMethodName" : "setStatusCode", "c2jName" : "statusCode", "c2jShape" : "ExportTaskStatusCode", "defaultConsumerFluentSetterDocumentation" : "

The status code of the export task. Specifying a status code filters the results to zero or more export tasks.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusCodeAsString(String)}.\n@param statusCodeValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The status code of the export task. Specifying a status code filters the results to zero or more export tasks.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #statusCode} will return {@link ExportTaskStatusCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusCodeAsString}.\n

\n@return The status code of the export task. Specifying a status code filters the results to zero or more export tasks.\n@see ExportTaskStatusCode\n@deprecated Use {@link #statusCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status code of the export task. Specifying a status code filters the results to zero or more export tasks.

\n@param statusCodeValue The status code of the export task. Specifying a status code filters the results to zero or more export tasks.\n@see ExportTaskStatusCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExportTaskStatusCode\n@deprecated Use {@link #statusCode(String)}\n", "documentation" : "

The status code of the export task. Specifying a status code filters the results to zero or more export tasks.

", "endpointDiscoveryId" : false, "enumType" : "ExportTaskStatusCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StatusCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatusCode", "fluentEnumGetterMethodName" : "statusCode", "fluentEnumSetterMethodName" : "statusCode", "fluentGetterMethodName" : "statusCodeAsString", "fluentSetterDocumentation" : "

The status code of the export task. Specifying a status code filters the results to zero or more export tasks.

\n@param statusCodeValue The status code of the export task. Specifying a status code filters the results to zero or more export tasks.\n@see ExportTaskStatusCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExportTaskStatusCode", "fluentSetterMethodName" : "statusCode", "getterDocumentation" : "

The status code of the export task. Specifying a status code filters the results to zero or more export tasks.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #statusCode} will return {@link ExportTaskStatusCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusCodeAsString}.\n

\n@return The status code of the export task. Specifying a status code filters the results to zero or more export tasks.\n@see ExportTaskStatusCode", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "statusCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "statusCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StatusCode", "sensitive" : false, "setterDocumentation" : "

The status code of the export task. Specifying a status code filters the results to zero or more export tasks.

\n@param statusCodeValue The status code of the export task. Specifying a status code filters the results to zero or more export tasks.\n@see ExportTaskStatusCode", "setterMethodName" : "setStatusCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusCodeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusCodeValue", "variableType" : "String", "documentation" : "

The status code of the export task. Specifying a status code filters the results to zero or more export tasks.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TaskId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTaskId", "beanStyleSetterMethodName" : "setTaskId", "c2jName" : "taskId", "c2jShape" : "ExportTaskId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #taskId(String)}.\n@param taskId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.

\n@return The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.\n@deprecated Use {@link #taskId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.

\n@param taskId The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #taskId(String)}\n", "documentation" : "

The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TaskId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTaskId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskId", "fluentSetterDocumentation" : "

The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.

\n@param taskId The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskId", "getterDocumentation" : "

The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.

\n@return The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "taskId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TaskId", "sensitive" : false, "setterDocumentation" : "

The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.

\n@param taskId The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.", "setterMethodName" : "setTaskId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "taskId", "variableType" : "String", "documentation" : "

The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTaskId", "beanStyleSetterMethodName" : "setTaskId", "c2jName" : "taskId", "c2jShape" : "ExportTaskId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #taskId(String)}.\n@param taskId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.

\n@return The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.\n@deprecated Use {@link #taskId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.

\n@param taskId The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #taskId(String)}\n", "documentation" : "

The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TaskId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTaskId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskId", "fluentSetterDocumentation" : "

The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.

\n@param taskId The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskId", "getterDocumentation" : "

The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.

\n@return The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "taskId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TaskId", "sensitive" : false, "setterDocumentation" : "

The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.

\n@param taskId The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.", "setterMethodName" : "setTaskId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "taskId", "variableType" : "String", "documentation" : "

The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusCode", "beanStyleSetterMethodName" : "setStatusCode", "c2jName" : "statusCode", "c2jShape" : "ExportTaskStatusCode", "defaultConsumerFluentSetterDocumentation" : "

The status code of the export task. Specifying a status code filters the results to zero or more export tasks.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusCodeAsString(String)}.\n@param statusCodeValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The status code of the export task. Specifying a status code filters the results to zero or more export tasks.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #statusCode} will return {@link ExportTaskStatusCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusCodeAsString}.\n

\n@return The status code of the export task. Specifying a status code filters the results to zero or more export tasks.\n@see ExportTaskStatusCode\n@deprecated Use {@link #statusCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status code of the export task. Specifying a status code filters the results to zero or more export tasks.

\n@param statusCodeValue The status code of the export task. Specifying a status code filters the results to zero or more export tasks.\n@see ExportTaskStatusCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExportTaskStatusCode\n@deprecated Use {@link #statusCode(String)}\n", "documentation" : "

The status code of the export task. Specifying a status code filters the results to zero or more export tasks.

", "endpointDiscoveryId" : false, "enumType" : "ExportTaskStatusCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StatusCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatusCode", "fluentEnumGetterMethodName" : "statusCode", "fluentEnumSetterMethodName" : "statusCode", "fluentGetterMethodName" : "statusCodeAsString", "fluentSetterDocumentation" : "

The status code of the export task. Specifying a status code filters the results to zero or more export tasks.

\n@param statusCodeValue The status code of the export task. Specifying a status code filters the results to zero or more export tasks.\n@see ExportTaskStatusCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExportTaskStatusCode", "fluentSetterMethodName" : "statusCode", "getterDocumentation" : "

The status code of the export task. Specifying a status code filters the results to zero or more export tasks.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #statusCode} will return {@link ExportTaskStatusCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusCodeAsString}.\n

\n@return The status code of the export task. Specifying a status code filters the results to zero or more export tasks.\n@see ExportTaskStatusCode", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "statusCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "statusCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StatusCode", "sensitive" : false, "setterDocumentation" : "

The status code of the export task. Specifying a status code filters the results to zero or more export tasks.

\n@param statusCodeValue The status code of the export task. Specifying a status code filters the results to zero or more export tasks.\n@see ExportTaskStatusCode", "setterMethodName" : "setStatusCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusCodeValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusCodeValue", "variableType" : "String", "documentation" : "

The status code of the export task. Specifying a status code filters the results to zero or more export tasks.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@return The token for the next set of items to return. (You received this token from a previous call.)\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@return The token for the next set of items to return. (You received this token from a previous call.)", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "limit", "c2jShape" : "DescribeLimit", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@deprecated Use {@link #limit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limit(Integer)}\n", "documentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "limit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Limit", "sensitive" : false, "setterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeExportTasksRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeExportTasksRequest", "variableName" : "describeExportTasksRequest", "variableType" : "DescribeExportTasksRequest", "documentation" : null, "simpleType" : "DescribeExportTasksRequest", "variableSetterType" : "DescribeExportTasksRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeExportTasksResponse" : { "c2jName" : "DescribeExportTasksResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getExportTasks", "beanStyleSetterMethodName" : "setExportTasks", "c2jName" : "exportTasks", "c2jShape" : "ExportTasks", "defaultConsumerFluentSetterDocumentation" : "

The export tasks.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #exportTasks(List)}.\n@param exportTasks a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #exportTasks(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The export tasks.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasExportTasks()} to see if a value was sent in this field.\n

\n@return The export tasks.\n@deprecated Use {@link #exportTasks()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The export tasks.

\n@param exportTasks The export tasks.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #exportTasks(List)}\n", "documentation" : "

The export tasks.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ExportTasks property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasExportTasks", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "exportTasks", "fluentSetterDocumentation" : "

The export tasks.

\n@param exportTasks The export tasks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "exportTasks", "getterDocumentation" : "

The export tasks.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasExportTasks()} to see if a value was sent in this field.\n

\n@return The export tasks.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "exportTasks", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "exportTasks", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ExportTask", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ExportTask.Builder} avoiding the need to create one manually via {@link ExportTask#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExportTask.Builder#build()} is called immediately and its result is passed to {@link #member(ExportTask)}.\n@param member a consumer that will call methods on {@link ExportTask.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ExportTask)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ExportTask)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ExportTask", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ExportTask", "variableName" : "member", "variableType" : "ExportTask", "documentation" : null, "simpleType" : "ExportTask", "variableSetterType" : "ExportTask" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ExportTask", "variableName" : "member", "variableType" : "ExportTask", "documentation" : "", "simpleType" : "ExportTask", "variableSetterType" : "ExportTask" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ExportTask", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ExportTask", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ExportTasks", "sensitive" : false, "setterDocumentation" : "

The export tasks.

\n@param exportTasks The export tasks.", "setterMethodName" : "setExportTasks", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "exportTasks", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "exportTasks", "variableType" : "java.util.List", "documentation" : "

The export tasks.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ExportTasks" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getExportTasks", "beanStyleSetterMethodName" : "setExportTasks", "c2jName" : "exportTasks", "c2jShape" : "ExportTasks", "defaultConsumerFluentSetterDocumentation" : "

The export tasks.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #exportTasks(List)}.\n@param exportTasks a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #exportTasks(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The export tasks.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasExportTasks()} to see if a value was sent in this field.\n

\n@return The export tasks.\n@deprecated Use {@link #exportTasks()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The export tasks.

\n@param exportTasks The export tasks.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #exportTasks(List)}\n", "documentation" : "

The export tasks.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ExportTasks property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasExportTasks", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "exportTasks", "fluentSetterDocumentation" : "

The export tasks.

\n@param exportTasks The export tasks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "exportTasks", "getterDocumentation" : "

The export tasks.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasExportTasks()} to see if a value was sent in this field.\n

\n@return The export tasks.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "exportTasks", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "exportTasks", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ExportTask", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ExportTask.Builder} avoiding the need to create one manually via {@link ExportTask#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExportTask.Builder#build()} is called immediately and its result is passed to {@link #member(ExportTask)}.\n@param member a consumer that will call methods on {@link ExportTask.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ExportTask)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ExportTask)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ExportTask", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ExportTask", "variableName" : "member", "variableType" : "ExportTask", "documentation" : null, "simpleType" : "ExportTask", "variableSetterType" : "ExportTask" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ExportTask", "variableName" : "member", "variableType" : "ExportTask", "documentation" : "", "simpleType" : "ExportTask", "variableSetterType" : "ExportTask" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ExportTask", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ExportTask", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ExportTasks", "sensitive" : false, "setterDocumentation" : "

The export tasks.

\n@param exportTasks The export tasks.", "setterMethodName" : "setExportTasks", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "exportTasks", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "exportTasks", "variableType" : "java.util.List", "documentation" : "

The export tasks.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getExportTasks", "beanStyleSetterMethodName" : "setExportTasks", "c2jName" : "exportTasks", "c2jShape" : "ExportTasks", "defaultConsumerFluentSetterDocumentation" : "

The export tasks.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #exportTasks(List)}.\n@param exportTasks a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #exportTasks(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The export tasks.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasExportTasks()} to see if a value was sent in this field.\n

\n@return The export tasks.\n@deprecated Use {@link #exportTasks()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The export tasks.

\n@param exportTasks The export tasks.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #exportTasks(List)}\n", "documentation" : "

The export tasks.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ExportTasks property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasExportTasks", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "exportTasks", "fluentSetterDocumentation" : "

The export tasks.

\n@param exportTasks The export tasks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "exportTasks", "getterDocumentation" : "

The export tasks.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasExportTasks()} to see if a value was sent in this field.\n

\n@return The export tasks.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "exportTasks", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "exportTasks", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ExportTask", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ExportTask.Builder} avoiding the need to create one manually via {@link ExportTask#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExportTask.Builder#build()} is called immediately and its result is passed to {@link #member(ExportTask)}.\n@param member a consumer that will call methods on {@link ExportTask.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ExportTask)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ExportTask)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ExportTask", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ExportTask", "variableName" : "member", "variableType" : "ExportTask", "documentation" : null, "simpleType" : "ExportTask", "variableSetterType" : "ExportTask" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ExportTask", "variableName" : "member", "variableType" : "ExportTask", "documentation" : "", "simpleType" : "ExportTask", "variableSetterType" : "ExportTask" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ExportTask", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ExportTask", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ExportTasks", "sensitive" : false, "setterDocumentation" : "

The export tasks.

\n@param exportTasks The export tasks.", "setterMethodName" : "setExportTasks", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "exportTasks", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "exportTasks", "variableType" : "java.util.List", "documentation" : "

The export tasks.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeExportTasksResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeExportTasksResponse", "variableName" : "describeExportTasksResponse", "variableType" : "DescribeExportTasksResponse", "documentation" : null, "simpleType" : "DescribeExportTasksResponse", "variableSetterType" : "DescribeExportTasksResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeLogGroupsRequest" : { "c2jName" : "DescribeLogGroupsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeLogGroups", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.DescribeLogGroups", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupNamePrefix", "beanStyleSetterMethodName" : "setLogGroupNamePrefix", "c2jName" : "logGroupNamePrefix", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The prefix to match.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupNamePrefix(String)}.\n@param logGroupNamePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupNamePrefix(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The prefix to match.

\n@return The prefix to match.\n@deprecated Use {@link #logGroupNamePrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The prefix to match.

\n@param logGroupNamePrefix The prefix to match.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupNamePrefix(String)}\n", "documentation" : "

The prefix to match.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupNamePrefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupNamePrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupNamePrefix", "fluentSetterDocumentation" : "

The prefix to match.

\n@param logGroupNamePrefix The prefix to match.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupNamePrefix", "getterDocumentation" : "

The prefix to match.

\n@return The prefix to match.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupNamePrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupNamePrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupNamePrefix", "sensitive" : false, "setterDocumentation" : "

The prefix to match.

\n@param logGroupNamePrefix The prefix to match.", "setterMethodName" : "setLogGroupNamePrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupNamePrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupNamePrefix", "variableType" : "String", "documentation" : "

The prefix to match.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@return The token for the next set of items to return. (You received this token from a previous call.)\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@return The token for the next set of items to return. (You received this token from a previous call.)", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "limit", "c2jShape" : "DescribeLimit", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@deprecated Use {@link #limit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limit(Integer)}\n", "documentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "limit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Limit", "sensitive" : false, "setterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Limit" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "limit", "c2jShape" : "DescribeLimit", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@deprecated Use {@link #limit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limit(Integer)}\n", "documentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "limit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Limit", "sensitive" : false, "setterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LogGroupNamePrefix" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupNamePrefix", "beanStyleSetterMethodName" : "setLogGroupNamePrefix", "c2jName" : "logGroupNamePrefix", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The prefix to match.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupNamePrefix(String)}.\n@param logGroupNamePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupNamePrefix(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The prefix to match.

\n@return The prefix to match.\n@deprecated Use {@link #logGroupNamePrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The prefix to match.

\n@param logGroupNamePrefix The prefix to match.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupNamePrefix(String)}\n", "documentation" : "

The prefix to match.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupNamePrefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupNamePrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupNamePrefix", "fluentSetterDocumentation" : "

The prefix to match.

\n@param logGroupNamePrefix The prefix to match.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupNamePrefix", "getterDocumentation" : "

The prefix to match.

\n@return The prefix to match.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupNamePrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupNamePrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupNamePrefix", "sensitive" : false, "setterDocumentation" : "

The prefix to match.

\n@param logGroupNamePrefix The prefix to match.", "setterMethodName" : "setLogGroupNamePrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupNamePrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupNamePrefix", "variableType" : "String", "documentation" : "

The prefix to match.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@return The token for the next set of items to return. (You received this token from a previous call.)\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@return The token for the next set of items to return. (You received this token from a previous call.)", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupNamePrefix", "beanStyleSetterMethodName" : "setLogGroupNamePrefix", "c2jName" : "logGroupNamePrefix", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The prefix to match.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupNamePrefix(String)}.\n@param logGroupNamePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupNamePrefix(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The prefix to match.

\n@return The prefix to match.\n@deprecated Use {@link #logGroupNamePrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The prefix to match.

\n@param logGroupNamePrefix The prefix to match.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupNamePrefix(String)}\n", "documentation" : "

The prefix to match.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupNamePrefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupNamePrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupNamePrefix", "fluentSetterDocumentation" : "

The prefix to match.

\n@param logGroupNamePrefix The prefix to match.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupNamePrefix", "getterDocumentation" : "

The prefix to match.

\n@return The prefix to match.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupNamePrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupNamePrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupNamePrefix", "sensitive" : false, "setterDocumentation" : "

The prefix to match.

\n@param logGroupNamePrefix The prefix to match.", "setterMethodName" : "setLogGroupNamePrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupNamePrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupNamePrefix", "variableType" : "String", "documentation" : "

The prefix to match.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@return The token for the next set of items to return. (You received this token from a previous call.)\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@return The token for the next set of items to return. (You received this token from a previous call.)", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "limit", "c2jShape" : "DescribeLimit", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@deprecated Use {@link #limit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limit(Integer)}\n", "documentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "limit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Limit", "sensitive" : false, "setterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeLogGroupsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeLogGroupsRequest", "variableName" : "describeLogGroupsRequest", "variableType" : "DescribeLogGroupsRequest", "documentation" : null, "simpleType" : "DescribeLogGroupsRequest", "variableSetterType" : "DescribeLogGroupsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeLogGroupsResponse" : { "c2jName" : "DescribeLogGroupsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLogGroups", "beanStyleSetterMethodName" : "setLogGroups", "c2jName" : "logGroups", "c2jShape" : "LogGroups", "defaultConsumerFluentSetterDocumentation" : "

The log groups.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #logGroups(List)}.\n@param logGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The log groups.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogGroups()} to see if a value was sent in this field.\n

\n@return The log groups.\n@deprecated Use {@link #logGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The log groups.

\n@param logGroups The log groups.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroups(List)}\n", "documentation" : "

The log groups.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroups", "fluentSetterDocumentation" : "

The log groups.

\n@param logGroups The log groups.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroups", "getterDocumentation" : "

The log groups.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogGroups()} to see if a value was sent in this field.\n

\n@return The log groups.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LogGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LogGroup.Builder} avoiding the need to create one manually via {@link LogGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link LogGroup.Builder#build()} is called immediately and its result is passed to {@link #member(LogGroup)}.\n@param member a consumer that will call methods on {@link LogGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LogGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(LogGroup)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "LogGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "LogGroup", "variableName" : "member", "variableType" : "LogGroup", "documentation" : null, "simpleType" : "LogGroup", "variableSetterType" : "LogGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LogGroup", "variableName" : "member", "variableType" : "LogGroup", "documentation" : "", "simpleType" : "LogGroup", "variableSetterType" : "LogGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LogGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LogGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LogGroups", "sensitive" : false, "setterDocumentation" : "

The log groups.

\n@param logGroups The log groups.", "setterMethodName" : "setLogGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "logGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "logGroups", "variableType" : "java.util.List", "documentation" : "

The log groups.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LogGroups" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLogGroups", "beanStyleSetterMethodName" : "setLogGroups", "c2jName" : "logGroups", "c2jShape" : "LogGroups", "defaultConsumerFluentSetterDocumentation" : "

The log groups.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #logGroups(List)}.\n@param logGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The log groups.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogGroups()} to see if a value was sent in this field.\n

\n@return The log groups.\n@deprecated Use {@link #logGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The log groups.

\n@param logGroups The log groups.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroups(List)}\n", "documentation" : "

The log groups.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroups", "fluentSetterDocumentation" : "

The log groups.

\n@param logGroups The log groups.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroups", "getterDocumentation" : "

The log groups.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogGroups()} to see if a value was sent in this field.\n

\n@return The log groups.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LogGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LogGroup.Builder} avoiding the need to create one manually via {@link LogGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link LogGroup.Builder#build()} is called immediately and its result is passed to {@link #member(LogGroup)}.\n@param member a consumer that will call methods on {@link LogGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LogGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(LogGroup)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "LogGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "LogGroup", "variableName" : "member", "variableType" : "LogGroup", "documentation" : null, "simpleType" : "LogGroup", "variableSetterType" : "LogGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LogGroup", "variableName" : "member", "variableType" : "LogGroup", "documentation" : "", "simpleType" : "LogGroup", "variableSetterType" : "LogGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LogGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LogGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LogGroups", "sensitive" : false, "setterDocumentation" : "

The log groups.

\n@param logGroups The log groups.", "setterMethodName" : "setLogGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "logGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "logGroups", "variableType" : "java.util.List", "documentation" : "

The log groups.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLogGroups", "beanStyleSetterMethodName" : "setLogGroups", "c2jName" : "logGroups", "c2jShape" : "LogGroups", "defaultConsumerFluentSetterDocumentation" : "

The log groups.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #logGroups(List)}.\n@param logGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The log groups.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogGroups()} to see if a value was sent in this field.\n

\n@return The log groups.\n@deprecated Use {@link #logGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The log groups.

\n@param logGroups The log groups.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroups(List)}\n", "documentation" : "

The log groups.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroups", "fluentSetterDocumentation" : "

The log groups.

\n@param logGroups The log groups.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroups", "getterDocumentation" : "

The log groups.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogGroups()} to see if a value was sent in this field.\n

\n@return The log groups.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LogGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LogGroup.Builder} avoiding the need to create one manually via {@link LogGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link LogGroup.Builder#build()} is called immediately and its result is passed to {@link #member(LogGroup)}.\n@param member a consumer that will call methods on {@link LogGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LogGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(LogGroup)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "LogGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "LogGroup", "variableName" : "member", "variableType" : "LogGroup", "documentation" : null, "simpleType" : "LogGroup", "variableSetterType" : "LogGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LogGroup", "variableName" : "member", "variableType" : "LogGroup", "documentation" : "", "simpleType" : "LogGroup", "variableSetterType" : "LogGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LogGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LogGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LogGroups", "sensitive" : false, "setterDocumentation" : "

The log groups.

\n@param logGroups The log groups.", "setterMethodName" : "setLogGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "logGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "logGroups", "variableType" : "java.util.List", "documentation" : "

The log groups.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeLogGroupsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeLogGroupsResponse", "variableName" : "describeLogGroupsResponse", "variableType" : "DescribeLogGroupsResponse", "documentation" : null, "simpleType" : "DescribeLogGroupsResponse", "variableSetterType" : "DescribeLogGroupsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeLogStreamsRequest" : { "c2jName" : "DescribeLogStreamsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeLogStreams", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.DescribeLogStreams", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogStreamNamePrefix", "beanStyleSetterMethodName" : "setLogStreamNamePrefix", "c2jName" : "logStreamNamePrefix", "c2jShape" : "LogStreamName", "defaultConsumerFluentSetterDocumentation" : "

The prefix to match.

If orderBy is LastEventTime,you cannot specify this parameter.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamNamePrefix(String)}.\n@param logStreamNamePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamNamePrefix(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The prefix to match.

If orderBy is LastEventTime,you cannot specify this parameter.

\n@return The prefix to match.

If orderBy is LastEventTime,you cannot specify this parameter.\n@deprecated Use {@link #logStreamNamePrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The prefix to match.

If orderBy is LastEventTime,you cannot specify this parameter.

\n@param logStreamNamePrefix The prefix to match.

If orderBy is LastEventTime,you cannot specify this parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logStreamNamePrefix(String)}\n", "documentation" : "

The prefix to match.

If orderBy is LastEventTime,you cannot specify this parameter.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogStreamNamePrefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogStreamNamePrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logStreamNamePrefix", "fluentSetterDocumentation" : "

The prefix to match.

If orderBy is LastEventTime,you cannot specify this parameter.

\n@param logStreamNamePrefix The prefix to match.

If orderBy is LastEventTime,you cannot specify this parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamNamePrefix", "getterDocumentation" : "

The prefix to match.

If orderBy is LastEventTime,you cannot specify this parameter.

\n@return The prefix to match.

If orderBy is LastEventTime,you cannot specify this parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logStreamNamePrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logStreamNamePrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogStreamNamePrefix", "sensitive" : false, "setterDocumentation" : "

The prefix to match.

If orderBy is LastEventTime,you cannot specify this parameter.

\n@param logStreamNamePrefix The prefix to match.

If orderBy is LastEventTime,you cannot specify this parameter.", "setterMethodName" : "setLogStreamNamePrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamNamePrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamNamePrefix", "variableType" : "String", "documentation" : "

The prefix to match.

If orderBy is LastEventTime,you cannot specify this parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOrderBy", "beanStyleSetterMethodName" : "setOrderBy", "c2jName" : "orderBy", "c2jShape" : "OrderBy", "defaultConsumerFluentSetterDocumentation" : "

If the value is LogStreamName, the results are ordered by log stream name. If the value is LastEventTime, the results are ordered by the event time. The default value is LogStreamName.

If you order the results by event time, you cannot specify the logStreamNamePrefix parameter.

lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #orderByAsString(String)}.\n@param orderBy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #orderBy(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If the value is LogStreamName, the results are ordered by log stream name. If the value is LastEventTime, the results are ordered by the event time. The default value is LogStreamName.

If you order the results by event time, you cannot specify the logStreamNamePrefix parameter.

lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #orderBy} will return {@link OrderBy#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #orderByAsString}.\n

\n@return If the value is LogStreamName, the results are ordered by log stream name. If the value is LastEventTime, the results are ordered by the event time. The default value is LogStreamName.

If you order the results by event time, you cannot specify the logStreamNamePrefix parameter.

lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.\n@see OrderBy\n@deprecated Use {@link #orderByAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the value is LogStreamName, the results are ordered by log stream name. If the value is LastEventTime, the results are ordered by the event time. The default value is LogStreamName.

If you order the results by event time, you cannot specify the logStreamNamePrefix parameter.

lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

\n@param orderBy If the value is LogStreamName, the results are ordered by log stream name. If the value is LastEventTime, the results are ordered by the event time. The default value is LogStreamName.

If you order the results by event time, you cannot specify the logStreamNamePrefix parameter.

lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.\n@see OrderBy\n@return Returns a reference to this object so that method calls can be chained together.\n@see OrderBy\n@deprecated Use {@link #orderBy(String)}\n", "documentation" : "

If the value is LogStreamName, the results are ordered by log stream name. If the value is LastEventTime, the results are ordered by the event time. The default value is LogStreamName.

If you order the results by event time, you cannot specify the logStreamNamePrefix parameter.

lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

", "endpointDiscoveryId" : false, "enumType" : "OrderBy", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OrderBy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOrderBy", "fluentEnumGetterMethodName" : "orderBy", "fluentEnumSetterMethodName" : "orderBy", "fluentGetterMethodName" : "orderByAsString", "fluentSetterDocumentation" : "

If the value is LogStreamName, the results are ordered by log stream name. If the value is LastEventTime, the results are ordered by the event time. The default value is LogStreamName.

If you order the results by event time, you cannot specify the logStreamNamePrefix parameter.

lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

\n@param orderBy If the value is LogStreamName, the results are ordered by log stream name. If the value is LastEventTime, the results are ordered by the event time. The default value is LogStreamName.

If you order the results by event time, you cannot specify the logStreamNamePrefix parameter.

lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.\n@see OrderBy\n@return Returns a reference to this object so that method calls can be chained together.\n@see OrderBy", "fluentSetterMethodName" : "orderBy", "getterDocumentation" : "

If the value is LogStreamName, the results are ordered by log stream name. If the value is LastEventTime, the results are ordered by the event time. The default value is LogStreamName.

If you order the results by event time, you cannot specify the logStreamNamePrefix parameter.

lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #orderBy} will return {@link OrderBy#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #orderByAsString}.\n

\n@return If the value is LogStreamName, the results are ordered by log stream name. If the value is LastEventTime, the results are ordered by the event time. The default value is LogStreamName.

If you order the results by event time, you cannot specify the logStreamNamePrefix parameter.

lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.\n@see OrderBy", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "orderBy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "orderBy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OrderBy", "sensitive" : false, "setterDocumentation" : "

If the value is LogStreamName, the results are ordered by log stream name. If the value is LastEventTime, the results are ordered by the event time. The default value is LogStreamName.

If you order the results by event time, you cannot specify the logStreamNamePrefix parameter.

lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

\n@param orderBy If the value is LogStreamName, the results are ordered by log stream name. If the value is LastEventTime, the results are ordered by the event time. The default value is LogStreamName.

If you order the results by event time, you cannot specify the logStreamNamePrefix parameter.

lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.\n@see OrderBy", "setterMethodName" : "setOrderBy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "orderBy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "orderBy", "variableType" : "String", "documentation" : "

If the value is LogStreamName, the results are ordered by log stream name. If the value is LastEventTime, the results are ordered by the event time. The default value is LogStreamName.

If you order the results by event time, you cannot specify the logStreamNamePrefix parameter.

lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescending", "beanStyleSetterMethodName" : "setDescending", "c2jName" : "descending", "c2jShape" : "Descending", "defaultConsumerFluentSetterDocumentation" : "

If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #descending(Boolean)}.\n@param descending a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #descending(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.

\n@return If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.\n@deprecated Use {@link #descending()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.

\n@param descending If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #descending(Boolean)}\n", "documentation" : "

If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Descending property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescending", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "descending", "fluentSetterDocumentation" : "

If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.

\n@param descending If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "descending", "getterDocumentation" : "

If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.

\n@return If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "descending", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "descending", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Descending", "sensitive" : false, "setterDocumentation" : "

If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.

\n@param descending If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.", "setterMethodName" : "setDescending", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "descending", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "descending", "variableType" : "Boolean", "documentation" : "

If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@return The token for the next set of items to return. (You received this token from a previous call.)\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@return The token for the next set of items to return. (You received this token from a previous call.)", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "limit", "c2jShape" : "DescribeLimit", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@deprecated Use {@link #limit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limit(Integer)}\n", "documentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "limit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Limit", "sensitive" : false, "setterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Descending" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescending", "beanStyleSetterMethodName" : "setDescending", "c2jName" : "descending", "c2jShape" : "Descending", "defaultConsumerFluentSetterDocumentation" : "

If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #descending(Boolean)}.\n@param descending a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #descending(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.

\n@return If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.\n@deprecated Use {@link #descending()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.

\n@param descending If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #descending(Boolean)}\n", "documentation" : "

If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Descending property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescending", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "descending", "fluentSetterDocumentation" : "

If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.

\n@param descending If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "descending", "getterDocumentation" : "

If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.

\n@return If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "descending", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "descending", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Descending", "sensitive" : false, "setterDocumentation" : "

If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.

\n@param descending If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.", "setterMethodName" : "setDescending", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "descending", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "descending", "variableType" : "Boolean", "documentation" : "

If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Limit" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "limit", "c2jShape" : "DescribeLimit", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@deprecated Use {@link #limit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limit(Integer)}\n", "documentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "limit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Limit", "sensitive" : false, "setterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LogGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LogStreamNamePrefix" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogStreamNamePrefix", "beanStyleSetterMethodName" : "setLogStreamNamePrefix", "c2jName" : "logStreamNamePrefix", "c2jShape" : "LogStreamName", "defaultConsumerFluentSetterDocumentation" : "

The prefix to match.

If orderBy is LastEventTime,you cannot specify this parameter.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamNamePrefix(String)}.\n@param logStreamNamePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamNamePrefix(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The prefix to match.

If orderBy is LastEventTime,you cannot specify this parameter.

\n@return The prefix to match.

If orderBy is LastEventTime,you cannot specify this parameter.\n@deprecated Use {@link #logStreamNamePrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The prefix to match.

If orderBy is LastEventTime,you cannot specify this parameter.

\n@param logStreamNamePrefix The prefix to match.

If orderBy is LastEventTime,you cannot specify this parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logStreamNamePrefix(String)}\n", "documentation" : "

The prefix to match.

If orderBy is LastEventTime,you cannot specify this parameter.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogStreamNamePrefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogStreamNamePrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logStreamNamePrefix", "fluentSetterDocumentation" : "

The prefix to match.

If orderBy is LastEventTime,you cannot specify this parameter.

\n@param logStreamNamePrefix The prefix to match.

If orderBy is LastEventTime,you cannot specify this parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamNamePrefix", "getterDocumentation" : "

The prefix to match.

If orderBy is LastEventTime,you cannot specify this parameter.

\n@return The prefix to match.

If orderBy is LastEventTime,you cannot specify this parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logStreamNamePrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logStreamNamePrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogStreamNamePrefix", "sensitive" : false, "setterDocumentation" : "

The prefix to match.

If orderBy is LastEventTime,you cannot specify this parameter.

\n@param logStreamNamePrefix The prefix to match.

If orderBy is LastEventTime,you cannot specify this parameter.", "setterMethodName" : "setLogStreamNamePrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamNamePrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamNamePrefix", "variableType" : "String", "documentation" : "

The prefix to match.

If orderBy is LastEventTime,you cannot specify this parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@return The token for the next set of items to return. (You received this token from a previous call.)\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@return The token for the next set of items to return. (You received this token from a previous call.)", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "OrderBy" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOrderBy", "beanStyleSetterMethodName" : "setOrderBy", "c2jName" : "orderBy", "c2jShape" : "OrderBy", "defaultConsumerFluentSetterDocumentation" : "

If the value is LogStreamName, the results are ordered by log stream name. If the value is LastEventTime, the results are ordered by the event time. The default value is LogStreamName.

If you order the results by event time, you cannot specify the logStreamNamePrefix parameter.

lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #orderByAsString(String)}.\n@param orderBy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #orderBy(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If the value is LogStreamName, the results are ordered by log stream name. If the value is LastEventTime, the results are ordered by the event time. The default value is LogStreamName.

If you order the results by event time, you cannot specify the logStreamNamePrefix parameter.

lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #orderBy} will return {@link OrderBy#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #orderByAsString}.\n

\n@return If the value is LogStreamName, the results are ordered by log stream name. If the value is LastEventTime, the results are ordered by the event time. The default value is LogStreamName.

If you order the results by event time, you cannot specify the logStreamNamePrefix parameter.

lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.\n@see OrderBy\n@deprecated Use {@link #orderByAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the value is LogStreamName, the results are ordered by log stream name. If the value is LastEventTime, the results are ordered by the event time. The default value is LogStreamName.

If you order the results by event time, you cannot specify the logStreamNamePrefix parameter.

lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

\n@param orderBy If the value is LogStreamName, the results are ordered by log stream name. If the value is LastEventTime, the results are ordered by the event time. The default value is LogStreamName.

If you order the results by event time, you cannot specify the logStreamNamePrefix parameter.

lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.\n@see OrderBy\n@return Returns a reference to this object so that method calls can be chained together.\n@see OrderBy\n@deprecated Use {@link #orderBy(String)}\n", "documentation" : "

If the value is LogStreamName, the results are ordered by log stream name. If the value is LastEventTime, the results are ordered by the event time. The default value is LogStreamName.

If you order the results by event time, you cannot specify the logStreamNamePrefix parameter.

lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

", "endpointDiscoveryId" : false, "enumType" : "OrderBy", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OrderBy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOrderBy", "fluentEnumGetterMethodName" : "orderBy", "fluentEnumSetterMethodName" : "orderBy", "fluentGetterMethodName" : "orderByAsString", "fluentSetterDocumentation" : "

If the value is LogStreamName, the results are ordered by log stream name. If the value is LastEventTime, the results are ordered by the event time. The default value is LogStreamName.

If you order the results by event time, you cannot specify the logStreamNamePrefix parameter.

lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

\n@param orderBy If the value is LogStreamName, the results are ordered by log stream name. If the value is LastEventTime, the results are ordered by the event time. The default value is LogStreamName.

If you order the results by event time, you cannot specify the logStreamNamePrefix parameter.

lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.\n@see OrderBy\n@return Returns a reference to this object so that method calls can be chained together.\n@see OrderBy", "fluentSetterMethodName" : "orderBy", "getterDocumentation" : "

If the value is LogStreamName, the results are ordered by log stream name. If the value is LastEventTime, the results are ordered by the event time. The default value is LogStreamName.

If you order the results by event time, you cannot specify the logStreamNamePrefix parameter.

lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #orderBy} will return {@link OrderBy#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #orderByAsString}.\n

\n@return If the value is LogStreamName, the results are ordered by log stream name. If the value is LastEventTime, the results are ordered by the event time. The default value is LogStreamName.

If you order the results by event time, you cannot specify the logStreamNamePrefix parameter.

lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.\n@see OrderBy", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "orderBy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "orderBy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OrderBy", "sensitive" : false, "setterDocumentation" : "

If the value is LogStreamName, the results are ordered by log stream name. If the value is LastEventTime, the results are ordered by the event time. The default value is LogStreamName.

If you order the results by event time, you cannot specify the logStreamNamePrefix parameter.

lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

\n@param orderBy If the value is LogStreamName, the results are ordered by log stream name. If the value is LastEventTime, the results are ordered by the event time. The default value is LogStreamName.

If you order the results by event time, you cannot specify the logStreamNamePrefix parameter.

lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.\n@see OrderBy", "setterMethodName" : "setOrderBy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "orderBy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "orderBy", "variableType" : "String", "documentation" : "

If the value is LogStreamName, the results are ordered by log stream name. If the value is LastEventTime, the results are ordered by the event time. The default value is LogStreamName.

If you order the results by event time, you cannot specify the logStreamNamePrefix parameter.

lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogStreamNamePrefix", "beanStyleSetterMethodName" : "setLogStreamNamePrefix", "c2jName" : "logStreamNamePrefix", "c2jShape" : "LogStreamName", "defaultConsumerFluentSetterDocumentation" : "

The prefix to match.

If orderBy is LastEventTime,you cannot specify this parameter.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamNamePrefix(String)}.\n@param logStreamNamePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamNamePrefix(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The prefix to match.

If orderBy is LastEventTime,you cannot specify this parameter.

\n@return The prefix to match.

If orderBy is LastEventTime,you cannot specify this parameter.\n@deprecated Use {@link #logStreamNamePrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The prefix to match.

If orderBy is LastEventTime,you cannot specify this parameter.

\n@param logStreamNamePrefix The prefix to match.

If orderBy is LastEventTime,you cannot specify this parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logStreamNamePrefix(String)}\n", "documentation" : "

The prefix to match.

If orderBy is LastEventTime,you cannot specify this parameter.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogStreamNamePrefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogStreamNamePrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logStreamNamePrefix", "fluentSetterDocumentation" : "

The prefix to match.

If orderBy is LastEventTime,you cannot specify this parameter.

\n@param logStreamNamePrefix The prefix to match.

If orderBy is LastEventTime,you cannot specify this parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamNamePrefix", "getterDocumentation" : "

The prefix to match.

If orderBy is LastEventTime,you cannot specify this parameter.

\n@return The prefix to match.

If orderBy is LastEventTime,you cannot specify this parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logStreamNamePrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logStreamNamePrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogStreamNamePrefix", "sensitive" : false, "setterDocumentation" : "

The prefix to match.

If orderBy is LastEventTime,you cannot specify this parameter.

\n@param logStreamNamePrefix The prefix to match.

If orderBy is LastEventTime,you cannot specify this parameter.", "setterMethodName" : "setLogStreamNamePrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamNamePrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamNamePrefix", "variableType" : "String", "documentation" : "

The prefix to match.

If orderBy is LastEventTime,you cannot specify this parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOrderBy", "beanStyleSetterMethodName" : "setOrderBy", "c2jName" : "orderBy", "c2jShape" : "OrderBy", "defaultConsumerFluentSetterDocumentation" : "

If the value is LogStreamName, the results are ordered by log stream name. If the value is LastEventTime, the results are ordered by the event time. The default value is LogStreamName.

If you order the results by event time, you cannot specify the logStreamNamePrefix parameter.

lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #orderByAsString(String)}.\n@param orderBy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #orderBy(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If the value is LogStreamName, the results are ordered by log stream name. If the value is LastEventTime, the results are ordered by the event time. The default value is LogStreamName.

If you order the results by event time, you cannot specify the logStreamNamePrefix parameter.

lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #orderBy} will return {@link OrderBy#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #orderByAsString}.\n

\n@return If the value is LogStreamName, the results are ordered by log stream name. If the value is LastEventTime, the results are ordered by the event time. The default value is LogStreamName.

If you order the results by event time, you cannot specify the logStreamNamePrefix parameter.

lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.\n@see OrderBy\n@deprecated Use {@link #orderByAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the value is LogStreamName, the results are ordered by log stream name. If the value is LastEventTime, the results are ordered by the event time. The default value is LogStreamName.

If you order the results by event time, you cannot specify the logStreamNamePrefix parameter.

lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

\n@param orderBy If the value is LogStreamName, the results are ordered by log stream name. If the value is LastEventTime, the results are ordered by the event time. The default value is LogStreamName.

If you order the results by event time, you cannot specify the logStreamNamePrefix parameter.

lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.\n@see OrderBy\n@return Returns a reference to this object so that method calls can be chained together.\n@see OrderBy\n@deprecated Use {@link #orderBy(String)}\n", "documentation" : "

If the value is LogStreamName, the results are ordered by log stream name. If the value is LastEventTime, the results are ordered by the event time. The default value is LogStreamName.

If you order the results by event time, you cannot specify the logStreamNamePrefix parameter.

lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

", "endpointDiscoveryId" : false, "enumType" : "OrderBy", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OrderBy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOrderBy", "fluentEnumGetterMethodName" : "orderBy", "fluentEnumSetterMethodName" : "orderBy", "fluentGetterMethodName" : "orderByAsString", "fluentSetterDocumentation" : "

If the value is LogStreamName, the results are ordered by log stream name. If the value is LastEventTime, the results are ordered by the event time. The default value is LogStreamName.

If you order the results by event time, you cannot specify the logStreamNamePrefix parameter.

lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

\n@param orderBy If the value is LogStreamName, the results are ordered by log stream name. If the value is LastEventTime, the results are ordered by the event time. The default value is LogStreamName.

If you order the results by event time, you cannot specify the logStreamNamePrefix parameter.

lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.\n@see OrderBy\n@return Returns a reference to this object so that method calls can be chained together.\n@see OrderBy", "fluentSetterMethodName" : "orderBy", "getterDocumentation" : "

If the value is LogStreamName, the results are ordered by log stream name. If the value is LastEventTime, the results are ordered by the event time. The default value is LogStreamName.

If you order the results by event time, you cannot specify the logStreamNamePrefix parameter.

lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #orderBy} will return {@link OrderBy#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #orderByAsString}.\n

\n@return If the value is LogStreamName, the results are ordered by log stream name. If the value is LastEventTime, the results are ordered by the event time. The default value is LogStreamName.

If you order the results by event time, you cannot specify the logStreamNamePrefix parameter.

lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.\n@see OrderBy", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "orderBy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "orderBy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OrderBy", "sensitive" : false, "setterDocumentation" : "

If the value is LogStreamName, the results are ordered by log stream name. If the value is LastEventTime, the results are ordered by the event time. The default value is LogStreamName.

If you order the results by event time, you cannot specify the logStreamNamePrefix parameter.

lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

\n@param orderBy If the value is LogStreamName, the results are ordered by log stream name. If the value is LastEventTime, the results are ordered by the event time. The default value is LogStreamName.

If you order the results by event time, you cannot specify the logStreamNamePrefix parameter.

lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.\n@see OrderBy", "setterMethodName" : "setOrderBy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "orderBy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "orderBy", "variableType" : "String", "documentation" : "

If the value is LogStreamName, the results are ordered by log stream name. If the value is LastEventTime, the results are ordered by the event time. The default value is LogStreamName.

If you order the results by event time, you cannot specify the logStreamNamePrefix parameter.

lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescending", "beanStyleSetterMethodName" : "setDescending", "c2jName" : "descending", "c2jShape" : "Descending", "defaultConsumerFluentSetterDocumentation" : "

If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #descending(Boolean)}.\n@param descending a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #descending(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.

\n@return If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.\n@deprecated Use {@link #descending()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.

\n@param descending If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #descending(Boolean)}\n", "documentation" : "

If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Descending property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescending", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "descending", "fluentSetterDocumentation" : "

If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.

\n@param descending If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "descending", "getterDocumentation" : "

If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.

\n@return If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "descending", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "descending", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Descending", "sensitive" : false, "setterDocumentation" : "

If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.

\n@param descending If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.", "setterMethodName" : "setDescending", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "descending", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "descending", "variableType" : "Boolean", "documentation" : "

If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@return The token for the next set of items to return. (You received this token from a previous call.)\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@return The token for the next set of items to return. (You received this token from a previous call.)", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "limit", "c2jShape" : "DescribeLimit", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@deprecated Use {@link #limit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limit(Integer)}\n", "documentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "limit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Limit", "sensitive" : false, "setterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "logGroupName" ], "shapeName" : "DescribeLogStreamsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeLogStreamsRequest", "variableName" : "describeLogStreamsRequest", "variableType" : "DescribeLogStreamsRequest", "documentation" : null, "simpleType" : "DescribeLogStreamsRequest", "variableSetterType" : "DescribeLogStreamsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeLogStreamsResponse" : { "c2jName" : "DescribeLogStreamsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLogStreams", "beanStyleSetterMethodName" : "setLogStreams", "c2jName" : "logStreams", "c2jShape" : "LogStreams", "defaultConsumerFluentSetterDocumentation" : "

The log streams.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #logStreams(List)}.\n@param logStreams a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreams(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The log streams.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogStreams()} to see if a value was sent in this field.\n

\n@return The log streams.\n@deprecated Use {@link #logStreams()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The log streams.

\n@param logStreams The log streams.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logStreams(List)}\n", "documentation" : "

The log streams.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogStreams property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogStreams", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logStreams", "fluentSetterDocumentation" : "

The log streams.

\n@param logStreams The log streams.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreams", "getterDocumentation" : "

The log streams.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogStreams()} to see if a value was sent in this field.\n

\n@return The log streams.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logStreams", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logStreams", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LogStream", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LogStream.Builder} avoiding the need to create one manually via {@link LogStream#builder()}.\n\nWhen the {@link Consumer} completes, {@link LogStream.Builder#build()} is called immediately and its result is passed to {@link #member(LogStream)}.\n@param member a consumer that will call methods on {@link LogStream.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LogStream)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(LogStream)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "LogStream", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "LogStream", "variableName" : "member", "variableType" : "LogStream", "documentation" : null, "simpleType" : "LogStream", "variableSetterType" : "LogStream" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LogStream", "variableName" : "member", "variableType" : "LogStream", "documentation" : "", "simpleType" : "LogStream", "variableSetterType" : "LogStream" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LogStream", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LogStream", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LogStreams", "sensitive" : false, "setterDocumentation" : "

The log streams.

\n@param logStreams The log streams.", "setterMethodName" : "setLogStreams", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "logStreams", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "logStreams", "variableType" : "java.util.List", "documentation" : "

The log streams.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LogStreams" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLogStreams", "beanStyleSetterMethodName" : "setLogStreams", "c2jName" : "logStreams", "c2jShape" : "LogStreams", "defaultConsumerFluentSetterDocumentation" : "

The log streams.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #logStreams(List)}.\n@param logStreams a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreams(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The log streams.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogStreams()} to see if a value was sent in this field.\n

\n@return The log streams.\n@deprecated Use {@link #logStreams()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The log streams.

\n@param logStreams The log streams.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logStreams(List)}\n", "documentation" : "

The log streams.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogStreams property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogStreams", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logStreams", "fluentSetterDocumentation" : "

The log streams.

\n@param logStreams The log streams.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreams", "getterDocumentation" : "

The log streams.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogStreams()} to see if a value was sent in this field.\n

\n@return The log streams.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logStreams", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logStreams", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LogStream", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LogStream.Builder} avoiding the need to create one manually via {@link LogStream#builder()}.\n\nWhen the {@link Consumer} completes, {@link LogStream.Builder#build()} is called immediately and its result is passed to {@link #member(LogStream)}.\n@param member a consumer that will call methods on {@link LogStream.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LogStream)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(LogStream)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "LogStream", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "LogStream", "variableName" : "member", "variableType" : "LogStream", "documentation" : null, "simpleType" : "LogStream", "variableSetterType" : "LogStream" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LogStream", "variableName" : "member", "variableType" : "LogStream", "documentation" : "", "simpleType" : "LogStream", "variableSetterType" : "LogStream" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LogStream", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LogStream", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LogStreams", "sensitive" : false, "setterDocumentation" : "

The log streams.

\n@param logStreams The log streams.", "setterMethodName" : "setLogStreams", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "logStreams", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "logStreams", "variableType" : "java.util.List", "documentation" : "

The log streams.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLogStreams", "beanStyleSetterMethodName" : "setLogStreams", "c2jName" : "logStreams", "c2jShape" : "LogStreams", "defaultConsumerFluentSetterDocumentation" : "

The log streams.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #logStreams(List)}.\n@param logStreams a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreams(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The log streams.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogStreams()} to see if a value was sent in this field.\n

\n@return The log streams.\n@deprecated Use {@link #logStreams()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The log streams.

\n@param logStreams The log streams.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logStreams(List)}\n", "documentation" : "

The log streams.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogStreams property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogStreams", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logStreams", "fluentSetterDocumentation" : "

The log streams.

\n@param logStreams The log streams.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreams", "getterDocumentation" : "

The log streams.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogStreams()} to see if a value was sent in this field.\n

\n@return The log streams.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logStreams", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logStreams", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LogStream", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LogStream.Builder} avoiding the need to create one manually via {@link LogStream#builder()}.\n\nWhen the {@link Consumer} completes, {@link LogStream.Builder#build()} is called immediately and its result is passed to {@link #member(LogStream)}.\n@param member a consumer that will call methods on {@link LogStream.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LogStream)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(LogStream)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "LogStream", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "LogStream", "variableName" : "member", "variableType" : "LogStream", "documentation" : null, "simpleType" : "LogStream", "variableSetterType" : "LogStream" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LogStream", "variableName" : "member", "variableType" : "LogStream", "documentation" : "", "simpleType" : "LogStream", "variableSetterType" : "LogStream" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LogStream", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LogStream", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LogStreams", "sensitive" : false, "setterDocumentation" : "

The log streams.

\n@param logStreams The log streams.", "setterMethodName" : "setLogStreams", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "logStreams", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "logStreams", "variableType" : "java.util.List", "documentation" : "

The log streams.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeLogStreamsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeLogStreamsResponse", "variableName" : "describeLogStreamsResponse", "variableType" : "DescribeLogStreamsResponse", "documentation" : null, "simpleType" : "DescribeLogStreamsResponse", "variableSetterType" : "DescribeLogStreamsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeMetricFiltersRequest" : { "c2jName" : "DescribeMetricFiltersRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeMetricFilters", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.DescribeMetricFilters", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterNamePrefix", "beanStyleSetterMethodName" : "setFilterNamePrefix", "c2jName" : "filterNamePrefix", "c2jShape" : "FilterName", "defaultConsumerFluentSetterDocumentation" : "

The prefix to match.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterNamePrefix(String)}.\n@param filterNamePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterNamePrefix(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The prefix to match.

\n@return The prefix to match.\n@deprecated Use {@link #filterNamePrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The prefix to match.

\n@param filterNamePrefix The prefix to match.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterNamePrefix(String)}\n", "documentation" : "

The prefix to match.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterNamePrefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterNamePrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterNamePrefix", "fluentSetterDocumentation" : "

The prefix to match.

\n@param filterNamePrefix The prefix to match.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterNamePrefix", "getterDocumentation" : "

The prefix to match.

\n@return The prefix to match.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterNamePrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterNamePrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterNamePrefix", "sensitive" : false, "setterDocumentation" : "

The prefix to match.

\n@param filterNamePrefix The prefix to match.", "setterMethodName" : "setFilterNamePrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterNamePrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterNamePrefix", "variableType" : "String", "documentation" : "

The prefix to match.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@return The token for the next set of items to return. (You received this token from a previous call.)\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@return The token for the next set of items to return. (You received this token from a previous call.)", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "limit", "c2jShape" : "DescribeLimit", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@deprecated Use {@link #limit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limit(Integer)}\n", "documentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "limit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Limit", "sensitive" : false, "setterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMetricName", "beanStyleSetterMethodName" : "setMetricName", "c2jName" : "metricName", "c2jShape" : "MetricName", "defaultConsumerFluentSetterDocumentation" : "

Filters results to include only those with the specified metric name. If you include this parameter in your request, you must also include the metricNamespace parameter.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #metricName(String)}.\n@param metricName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Filters results to include only those with the specified metric name. If you include this parameter in your request, you must also include the metricNamespace parameter.

\n@return Filters results to include only those with the specified metric name. If you include this parameter in your request, you must also include the metricNamespace parameter.\n@deprecated Use {@link #metricName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Filters results to include only those with the specified metric name. If you include this parameter in your request, you must also include the metricNamespace parameter.

\n@param metricName Filters results to include only those with the specified metric name. If you include this parameter in your request, you must also include the metricNamespace parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #metricName(String)}\n", "documentation" : "

Filters results to include only those with the specified metric name. If you include this parameter in your request, you must also include the metricNamespace parameter.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MetricName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMetricName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricName", "fluentSetterDocumentation" : "

Filters results to include only those with the specified metric name. If you include this parameter in your request, you must also include the metricNamespace parameter.

\n@param metricName Filters results to include only those with the specified metric name. If you include this parameter in your request, you must also include the metricNamespace parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricName", "getterDocumentation" : "

Filters results to include only those with the specified metric name. If you include this parameter in your request, you must also include the metricNamespace parameter.

\n@return Filters results to include only those with the specified metric name. If you include this parameter in your request, you must also include the metricNamespace parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "metricName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "metricName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MetricName", "sensitive" : false, "setterDocumentation" : "

Filters results to include only those with the specified metric name. If you include this parameter in your request, you must also include the metricNamespace parameter.

\n@param metricName Filters results to include only those with the specified metric name. If you include this parameter in your request, you must also include the metricNamespace parameter.", "setterMethodName" : "setMetricName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "metricName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "metricName", "variableType" : "String", "documentation" : "

Filters results to include only those with the specified metric name. If you include this parameter in your request, you must also include the metricNamespace parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMetricNamespace", "beanStyleSetterMethodName" : "setMetricNamespace", "c2jName" : "metricNamespace", "c2jShape" : "MetricNamespace", "defaultConsumerFluentSetterDocumentation" : "

Filters results to include only those in the specified namespace. If you include this parameter in your request, you must also include the metricName parameter.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #metricNamespace(String)}.\n@param metricNamespace a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricNamespace(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Filters results to include only those in the specified namespace. If you include this parameter in your request, you must also include the metricName parameter.

\n@return Filters results to include only those in the specified namespace. If you include this parameter in your request, you must also include the metricName parameter.\n@deprecated Use {@link #metricNamespace()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Filters results to include only those in the specified namespace. If you include this parameter in your request, you must also include the metricName parameter.

\n@param metricNamespace Filters results to include only those in the specified namespace. If you include this parameter in your request, you must also include the metricName parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #metricNamespace(String)}\n", "documentation" : "

Filters results to include only those in the specified namespace. If you include this parameter in your request, you must also include the metricName parameter.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MetricNamespace property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMetricNamespace", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricNamespace", "fluentSetterDocumentation" : "

Filters results to include only those in the specified namespace. If you include this parameter in your request, you must also include the metricName parameter.

\n@param metricNamespace Filters results to include only those in the specified namespace. If you include this parameter in your request, you must also include the metricName parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricNamespace", "getterDocumentation" : "

Filters results to include only those in the specified namespace. If you include this parameter in your request, you must also include the metricName parameter.

\n@return Filters results to include only those in the specified namespace. If you include this parameter in your request, you must also include the metricName parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "metricNamespace", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "metricNamespace", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MetricNamespace", "sensitive" : false, "setterDocumentation" : "

Filters results to include only those in the specified namespace. If you include this parameter in your request, you must also include the metricName parameter.

\n@param metricNamespace Filters results to include only those in the specified namespace. If you include this parameter in your request, you must also include the metricName parameter.", "setterMethodName" : "setMetricNamespace", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "metricNamespace", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "metricNamespace", "variableType" : "String", "documentation" : "

Filters results to include only those in the specified namespace. If you include this parameter in your request, you must also include the metricName parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FilterNamePrefix" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterNamePrefix", "beanStyleSetterMethodName" : "setFilterNamePrefix", "c2jName" : "filterNamePrefix", "c2jShape" : "FilterName", "defaultConsumerFluentSetterDocumentation" : "

The prefix to match.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterNamePrefix(String)}.\n@param filterNamePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterNamePrefix(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The prefix to match.

\n@return The prefix to match.\n@deprecated Use {@link #filterNamePrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The prefix to match.

\n@param filterNamePrefix The prefix to match.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterNamePrefix(String)}\n", "documentation" : "

The prefix to match.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterNamePrefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterNamePrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterNamePrefix", "fluentSetterDocumentation" : "

The prefix to match.

\n@param filterNamePrefix The prefix to match.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterNamePrefix", "getterDocumentation" : "

The prefix to match.

\n@return The prefix to match.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterNamePrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterNamePrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterNamePrefix", "sensitive" : false, "setterDocumentation" : "

The prefix to match.

\n@param filterNamePrefix The prefix to match.", "setterMethodName" : "setFilterNamePrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterNamePrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterNamePrefix", "variableType" : "String", "documentation" : "

The prefix to match.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Limit" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "limit", "c2jShape" : "DescribeLimit", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@deprecated Use {@link #limit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limit(Integer)}\n", "documentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "limit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Limit", "sensitive" : false, "setterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LogGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MetricName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMetricName", "beanStyleSetterMethodName" : "setMetricName", "c2jName" : "metricName", "c2jShape" : "MetricName", "defaultConsumerFluentSetterDocumentation" : "

Filters results to include only those with the specified metric name. If you include this parameter in your request, you must also include the metricNamespace parameter.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #metricName(String)}.\n@param metricName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Filters results to include only those with the specified metric name. If you include this parameter in your request, you must also include the metricNamespace parameter.

\n@return Filters results to include only those with the specified metric name. If you include this parameter in your request, you must also include the metricNamespace parameter.\n@deprecated Use {@link #metricName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Filters results to include only those with the specified metric name. If you include this parameter in your request, you must also include the metricNamespace parameter.

\n@param metricName Filters results to include only those with the specified metric name. If you include this parameter in your request, you must also include the metricNamespace parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #metricName(String)}\n", "documentation" : "

Filters results to include only those with the specified metric name. If you include this parameter in your request, you must also include the metricNamespace parameter.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MetricName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMetricName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricName", "fluentSetterDocumentation" : "

Filters results to include only those with the specified metric name. If you include this parameter in your request, you must also include the metricNamespace parameter.

\n@param metricName Filters results to include only those with the specified metric name. If you include this parameter in your request, you must also include the metricNamespace parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricName", "getterDocumentation" : "

Filters results to include only those with the specified metric name. If you include this parameter in your request, you must also include the metricNamespace parameter.

\n@return Filters results to include only those with the specified metric name. If you include this parameter in your request, you must also include the metricNamespace parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "metricName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "metricName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MetricName", "sensitive" : false, "setterDocumentation" : "

Filters results to include only those with the specified metric name. If you include this parameter in your request, you must also include the metricNamespace parameter.

\n@param metricName Filters results to include only those with the specified metric name. If you include this parameter in your request, you must also include the metricNamespace parameter.", "setterMethodName" : "setMetricName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "metricName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "metricName", "variableType" : "String", "documentation" : "

Filters results to include only those with the specified metric name. If you include this parameter in your request, you must also include the metricNamespace parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MetricNamespace" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMetricNamespace", "beanStyleSetterMethodName" : "setMetricNamespace", "c2jName" : "metricNamespace", "c2jShape" : "MetricNamespace", "defaultConsumerFluentSetterDocumentation" : "

Filters results to include only those in the specified namespace. If you include this parameter in your request, you must also include the metricName parameter.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #metricNamespace(String)}.\n@param metricNamespace a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricNamespace(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Filters results to include only those in the specified namespace. If you include this parameter in your request, you must also include the metricName parameter.

\n@return Filters results to include only those in the specified namespace. If you include this parameter in your request, you must also include the metricName parameter.\n@deprecated Use {@link #metricNamespace()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Filters results to include only those in the specified namespace. If you include this parameter in your request, you must also include the metricName parameter.

\n@param metricNamespace Filters results to include only those in the specified namespace. If you include this parameter in your request, you must also include the metricName parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #metricNamespace(String)}\n", "documentation" : "

Filters results to include only those in the specified namespace. If you include this parameter in your request, you must also include the metricName parameter.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MetricNamespace property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMetricNamespace", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricNamespace", "fluentSetterDocumentation" : "

Filters results to include only those in the specified namespace. If you include this parameter in your request, you must also include the metricName parameter.

\n@param metricNamespace Filters results to include only those in the specified namespace. If you include this parameter in your request, you must also include the metricName parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricNamespace", "getterDocumentation" : "

Filters results to include only those in the specified namespace. If you include this parameter in your request, you must also include the metricName parameter.

\n@return Filters results to include only those in the specified namespace. If you include this parameter in your request, you must also include the metricName parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "metricNamespace", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "metricNamespace", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MetricNamespace", "sensitive" : false, "setterDocumentation" : "

Filters results to include only those in the specified namespace. If you include this parameter in your request, you must also include the metricName parameter.

\n@param metricNamespace Filters results to include only those in the specified namespace. If you include this parameter in your request, you must also include the metricName parameter.", "setterMethodName" : "setMetricNamespace", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "metricNamespace", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "metricNamespace", "variableType" : "String", "documentation" : "

Filters results to include only those in the specified namespace. If you include this parameter in your request, you must also include the metricName parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@return The token for the next set of items to return. (You received this token from a previous call.)\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@return The token for the next set of items to return. (You received this token from a previous call.)", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterNamePrefix", "beanStyleSetterMethodName" : "setFilterNamePrefix", "c2jName" : "filterNamePrefix", "c2jShape" : "FilterName", "defaultConsumerFluentSetterDocumentation" : "

The prefix to match.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterNamePrefix(String)}.\n@param filterNamePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterNamePrefix(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The prefix to match.

\n@return The prefix to match.\n@deprecated Use {@link #filterNamePrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The prefix to match.

\n@param filterNamePrefix The prefix to match.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterNamePrefix(String)}\n", "documentation" : "

The prefix to match.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterNamePrefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterNamePrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterNamePrefix", "fluentSetterDocumentation" : "

The prefix to match.

\n@param filterNamePrefix The prefix to match.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterNamePrefix", "getterDocumentation" : "

The prefix to match.

\n@return The prefix to match.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterNamePrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterNamePrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterNamePrefix", "sensitive" : false, "setterDocumentation" : "

The prefix to match.

\n@param filterNamePrefix The prefix to match.", "setterMethodName" : "setFilterNamePrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterNamePrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterNamePrefix", "variableType" : "String", "documentation" : "

The prefix to match.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@return The token for the next set of items to return. (You received this token from a previous call.)\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@return The token for the next set of items to return. (You received this token from a previous call.)", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "limit", "c2jShape" : "DescribeLimit", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@deprecated Use {@link #limit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limit(Integer)}\n", "documentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "limit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Limit", "sensitive" : false, "setterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMetricName", "beanStyleSetterMethodName" : "setMetricName", "c2jName" : "metricName", "c2jShape" : "MetricName", "defaultConsumerFluentSetterDocumentation" : "

Filters results to include only those with the specified metric name. If you include this parameter in your request, you must also include the metricNamespace parameter.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #metricName(String)}.\n@param metricName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Filters results to include only those with the specified metric name. If you include this parameter in your request, you must also include the metricNamespace parameter.

\n@return Filters results to include only those with the specified metric name. If you include this parameter in your request, you must also include the metricNamespace parameter.\n@deprecated Use {@link #metricName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Filters results to include only those with the specified metric name. If you include this parameter in your request, you must also include the metricNamespace parameter.

\n@param metricName Filters results to include only those with the specified metric name. If you include this parameter in your request, you must also include the metricNamespace parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #metricName(String)}\n", "documentation" : "

Filters results to include only those with the specified metric name. If you include this parameter in your request, you must also include the metricNamespace parameter.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MetricName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMetricName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricName", "fluentSetterDocumentation" : "

Filters results to include only those with the specified metric name. If you include this parameter in your request, you must also include the metricNamespace parameter.

\n@param metricName Filters results to include only those with the specified metric name. If you include this parameter in your request, you must also include the metricNamespace parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricName", "getterDocumentation" : "

Filters results to include only those with the specified metric name. If you include this parameter in your request, you must also include the metricNamespace parameter.

\n@return Filters results to include only those with the specified metric name. If you include this parameter in your request, you must also include the metricNamespace parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "metricName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "metricName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MetricName", "sensitive" : false, "setterDocumentation" : "

Filters results to include only those with the specified metric name. If you include this parameter in your request, you must also include the metricNamespace parameter.

\n@param metricName Filters results to include only those with the specified metric name. If you include this parameter in your request, you must also include the metricNamespace parameter.", "setterMethodName" : "setMetricName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "metricName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "metricName", "variableType" : "String", "documentation" : "

Filters results to include only those with the specified metric name. If you include this parameter in your request, you must also include the metricNamespace parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMetricNamespace", "beanStyleSetterMethodName" : "setMetricNamespace", "c2jName" : "metricNamespace", "c2jShape" : "MetricNamespace", "defaultConsumerFluentSetterDocumentation" : "

Filters results to include only those in the specified namespace. If you include this parameter in your request, you must also include the metricName parameter.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #metricNamespace(String)}.\n@param metricNamespace a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricNamespace(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Filters results to include only those in the specified namespace. If you include this parameter in your request, you must also include the metricName parameter.

\n@return Filters results to include only those in the specified namespace. If you include this parameter in your request, you must also include the metricName parameter.\n@deprecated Use {@link #metricNamespace()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Filters results to include only those in the specified namespace. If you include this parameter in your request, you must also include the metricName parameter.

\n@param metricNamespace Filters results to include only those in the specified namespace. If you include this parameter in your request, you must also include the metricName parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #metricNamespace(String)}\n", "documentation" : "

Filters results to include only those in the specified namespace. If you include this parameter in your request, you must also include the metricName parameter.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MetricNamespace property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMetricNamespace", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricNamespace", "fluentSetterDocumentation" : "

Filters results to include only those in the specified namespace. If you include this parameter in your request, you must also include the metricName parameter.

\n@param metricNamespace Filters results to include only those in the specified namespace. If you include this parameter in your request, you must also include the metricName parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricNamespace", "getterDocumentation" : "

Filters results to include only those in the specified namespace. If you include this parameter in your request, you must also include the metricName parameter.

\n@return Filters results to include only those in the specified namespace. If you include this parameter in your request, you must also include the metricName parameter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "metricNamespace", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "metricNamespace", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MetricNamespace", "sensitive" : false, "setterDocumentation" : "

Filters results to include only those in the specified namespace. If you include this parameter in your request, you must also include the metricName parameter.

\n@param metricNamespace Filters results to include only those in the specified namespace. If you include this parameter in your request, you must also include the metricName parameter.", "setterMethodName" : "setMetricNamespace", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "metricNamespace", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "metricNamespace", "variableType" : "String", "documentation" : "

Filters results to include only those in the specified namespace. If you include this parameter in your request, you must also include the metricName parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeMetricFiltersRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeMetricFiltersRequest", "variableName" : "describeMetricFiltersRequest", "variableType" : "DescribeMetricFiltersRequest", "documentation" : null, "simpleType" : "DescribeMetricFiltersRequest", "variableSetterType" : "DescribeMetricFiltersRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeMetricFiltersResponse" : { "c2jName" : "DescribeMetricFiltersResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getMetricFilters", "beanStyleSetterMethodName" : "setMetricFilters", "c2jName" : "metricFilters", "c2jShape" : "MetricFilters", "defaultConsumerFluentSetterDocumentation" : "

The metric filters.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #metricFilters(List)}.\n@param metricFilters a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricFilters(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The metric filters.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasMetricFilters()} to see if a value was sent in this field.\n

\n@return The metric filters.\n@deprecated Use {@link #metricFilters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The metric filters.

\n@param metricFilters The metric filters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #metricFilters(List)}\n", "documentation" : "

The metric filters.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MetricFilters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMetricFilters", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricFilters", "fluentSetterDocumentation" : "

The metric filters.

\n@param metricFilters The metric filters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricFilters", "getterDocumentation" : "

The metric filters.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasMetricFilters()} to see if a value was sent in this field.\n

\n@return The metric filters.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "metricFilters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "metricFilters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MetricFilter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MetricFilter.Builder} avoiding the need to create one manually via {@link MetricFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link MetricFilter.Builder#build()} is called immediately and its result is passed to {@link #member(MetricFilter)}.\n@param member a consumer that will call methods on {@link MetricFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MetricFilter)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(MetricFilter)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "MetricFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "MetricFilter", "variableName" : "member", "variableType" : "MetricFilter", "documentation" : null, "simpleType" : "MetricFilter", "variableSetterType" : "MetricFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MetricFilter", "variableName" : "member", "variableType" : "MetricFilter", "documentation" : "", "simpleType" : "MetricFilter", "variableSetterType" : "MetricFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "MetricFilter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "MetricFilter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "MetricFilters", "sensitive" : false, "setterDocumentation" : "

The metric filters.

\n@param metricFilters The metric filters.", "setterMethodName" : "setMetricFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "metricFilters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "metricFilters", "variableType" : "java.util.List", "documentation" : "

The metric filters.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MetricFilters" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getMetricFilters", "beanStyleSetterMethodName" : "setMetricFilters", "c2jName" : "metricFilters", "c2jShape" : "MetricFilters", "defaultConsumerFluentSetterDocumentation" : "

The metric filters.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #metricFilters(List)}.\n@param metricFilters a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricFilters(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The metric filters.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasMetricFilters()} to see if a value was sent in this field.\n

\n@return The metric filters.\n@deprecated Use {@link #metricFilters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The metric filters.

\n@param metricFilters The metric filters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #metricFilters(List)}\n", "documentation" : "

The metric filters.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MetricFilters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMetricFilters", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricFilters", "fluentSetterDocumentation" : "

The metric filters.

\n@param metricFilters The metric filters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricFilters", "getterDocumentation" : "

The metric filters.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasMetricFilters()} to see if a value was sent in this field.\n

\n@return The metric filters.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "metricFilters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "metricFilters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MetricFilter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MetricFilter.Builder} avoiding the need to create one manually via {@link MetricFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link MetricFilter.Builder#build()} is called immediately and its result is passed to {@link #member(MetricFilter)}.\n@param member a consumer that will call methods on {@link MetricFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MetricFilter)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(MetricFilter)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "MetricFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "MetricFilter", "variableName" : "member", "variableType" : "MetricFilter", "documentation" : null, "simpleType" : "MetricFilter", "variableSetterType" : "MetricFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MetricFilter", "variableName" : "member", "variableType" : "MetricFilter", "documentation" : "", "simpleType" : "MetricFilter", "variableSetterType" : "MetricFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "MetricFilter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "MetricFilter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "MetricFilters", "sensitive" : false, "setterDocumentation" : "

The metric filters.

\n@param metricFilters The metric filters.", "setterMethodName" : "setMetricFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "metricFilters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "metricFilters", "variableType" : "java.util.List", "documentation" : "

The metric filters.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getMetricFilters", "beanStyleSetterMethodName" : "setMetricFilters", "c2jName" : "metricFilters", "c2jShape" : "MetricFilters", "defaultConsumerFluentSetterDocumentation" : "

The metric filters.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #metricFilters(List)}.\n@param metricFilters a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricFilters(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The metric filters.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasMetricFilters()} to see if a value was sent in this field.\n

\n@return The metric filters.\n@deprecated Use {@link #metricFilters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The metric filters.

\n@param metricFilters The metric filters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #metricFilters(List)}\n", "documentation" : "

The metric filters.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MetricFilters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMetricFilters", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricFilters", "fluentSetterDocumentation" : "

The metric filters.

\n@param metricFilters The metric filters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricFilters", "getterDocumentation" : "

The metric filters.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasMetricFilters()} to see if a value was sent in this field.\n

\n@return The metric filters.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "metricFilters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "metricFilters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MetricFilter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MetricFilter.Builder} avoiding the need to create one manually via {@link MetricFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link MetricFilter.Builder#build()} is called immediately and its result is passed to {@link #member(MetricFilter)}.\n@param member a consumer that will call methods on {@link MetricFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MetricFilter)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(MetricFilter)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "MetricFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "MetricFilter", "variableName" : "member", "variableType" : "MetricFilter", "documentation" : null, "simpleType" : "MetricFilter", "variableSetterType" : "MetricFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MetricFilter", "variableName" : "member", "variableType" : "MetricFilter", "documentation" : "", "simpleType" : "MetricFilter", "variableSetterType" : "MetricFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "MetricFilter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "MetricFilter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "MetricFilters", "sensitive" : false, "setterDocumentation" : "

The metric filters.

\n@param metricFilters The metric filters.", "setterMethodName" : "setMetricFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "metricFilters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "metricFilters", "variableType" : "java.util.List", "documentation" : "

The metric filters.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeMetricFiltersResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeMetricFiltersResponse", "variableName" : "describeMetricFiltersResponse", "variableType" : "DescribeMetricFiltersResponse", "documentation" : null, "simpleType" : "DescribeMetricFiltersResponse", "variableSetterType" : "DescribeMetricFiltersResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeQueriesRequest" : { "c2jName" : "DescribeQueriesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeQueries", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.DescribeQueries", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

Limits the returned queries to only those for the specified log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Limits the returned queries to only those for the specified log group.

\n@return Limits the returned queries to only those for the specified log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Limits the returned queries to only those for the specified log group.

\n@param logGroupName Limits the returned queries to only those for the specified log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

Limits the returned queries to only those for the specified log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

Limits the returned queries to only those for the specified log group.

\n@param logGroupName Limits the returned queries to only those for the specified log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

Limits the returned queries to only those for the specified log group.

\n@return Limits the returned queries to only those for the specified log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

Limits the returned queries to only those for the specified log group.

\n@param logGroupName Limits the returned queries to only those for the specified log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

Limits the returned queries to only those for the specified log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "QueryStatus", "defaultConsumerFluentSetterDocumentation" : "

Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link QueryStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.\n@see QueryStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.

\n@param status Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.\n@see QueryStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see QueryStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.

", "endpointDiscoveryId" : false, "enumType" : "QueryStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.

\n@param status Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.\n@see QueryStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see QueryStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link QueryStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.\n@see QueryStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.

\n@param status Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.\n@see QueryStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "DescribeQueriesMaxResults", "defaultConsumerFluentSetterDocumentation" : "

Limits the number of returned queries to the specified number.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Limits the number of returned queries to the specified number.

\n@return Limits the number of returned queries to the specified number.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Limits the number of returned queries to the specified number.

\n@param maxResults Limits the number of returned queries to the specified number.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

Limits the number of returned queries to the specified number.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

Limits the number of returned queries to the specified number.

\n@param maxResults Limits the number of returned queries to the specified number.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

Limits the number of returned queries to the specified number.

\n@return Limits the number of returned queries to the specified number.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "maxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

Limits the number of returned queries to the specified number.

\n@param maxResults Limits the number of returned queries to the specified number.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

Limits the number of returned queries to the specified number.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LogGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

Limits the returned queries to only those for the specified log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Limits the returned queries to only those for the specified log group.

\n@return Limits the returned queries to only those for the specified log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Limits the returned queries to only those for the specified log group.

\n@param logGroupName Limits the returned queries to only those for the specified log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

Limits the returned queries to only those for the specified log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

Limits the returned queries to only those for the specified log group.

\n@param logGroupName Limits the returned queries to only those for the specified log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

Limits the returned queries to only those for the specified log group.

\n@return Limits the returned queries to only those for the specified log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

Limits the returned queries to only those for the specified log group.

\n@param logGroupName Limits the returned queries to only those for the specified log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

Limits the returned queries to only those for the specified log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "DescribeQueriesMaxResults", "defaultConsumerFluentSetterDocumentation" : "

Limits the number of returned queries to the specified number.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Limits the number of returned queries to the specified number.

\n@return Limits the number of returned queries to the specified number.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Limits the number of returned queries to the specified number.

\n@param maxResults Limits the number of returned queries to the specified number.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

Limits the number of returned queries to the specified number.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

Limits the number of returned queries to the specified number.

\n@param maxResults Limits the number of returned queries to the specified number.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

Limits the number of returned queries to the specified number.

\n@return Limits the number of returned queries to the specified number.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "maxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

Limits the number of returned queries to the specified number.

\n@param maxResults Limits the number of returned queries to the specified number.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

Limits the number of returned queries to the specified number.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "QueryStatus", "defaultConsumerFluentSetterDocumentation" : "

Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link QueryStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.\n@see QueryStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.

\n@param status Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.\n@see QueryStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see QueryStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.

", "endpointDiscoveryId" : false, "enumType" : "QueryStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.

\n@param status Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.\n@see QueryStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see QueryStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link QueryStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.\n@see QueryStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.

\n@param status Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.\n@see QueryStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

Limits the returned queries to only those for the specified log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Limits the returned queries to only those for the specified log group.

\n@return Limits the returned queries to only those for the specified log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Limits the returned queries to only those for the specified log group.

\n@param logGroupName Limits the returned queries to only those for the specified log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

Limits the returned queries to only those for the specified log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

Limits the returned queries to only those for the specified log group.

\n@param logGroupName Limits the returned queries to only those for the specified log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

Limits the returned queries to only those for the specified log group.

\n@return Limits the returned queries to only those for the specified log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

Limits the returned queries to only those for the specified log group.

\n@param logGroupName Limits the returned queries to only those for the specified log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

Limits the returned queries to only those for the specified log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "QueryStatus", "defaultConsumerFluentSetterDocumentation" : "

Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link QueryStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.\n@see QueryStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.

\n@param status Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.\n@see QueryStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see QueryStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.

", "endpointDiscoveryId" : false, "enumType" : "QueryStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.

\n@param status Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.\n@see QueryStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see QueryStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link QueryStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.\n@see QueryStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.

\n@param status Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.\n@see QueryStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "DescribeQueriesMaxResults", "defaultConsumerFluentSetterDocumentation" : "

Limits the number of returned queries to the specified number.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Limits the number of returned queries to the specified number.

\n@return Limits the number of returned queries to the specified number.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Limits the number of returned queries to the specified number.

\n@param maxResults Limits the number of returned queries to the specified number.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

Limits the number of returned queries to the specified number.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

Limits the number of returned queries to the specified number.

\n@param maxResults Limits the number of returned queries to the specified number.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

Limits the number of returned queries to the specified number.

\n@return Limits the number of returned queries to the specified number.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "maxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

Limits the number of returned queries to the specified number.

\n@param maxResults Limits the number of returned queries to the specified number.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

Limits the number of returned queries to the specified number.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeQueriesRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeQueriesRequest", "variableName" : "describeQueriesRequest", "variableType" : "DescribeQueriesRequest", "documentation" : null, "simpleType" : "DescribeQueriesRequest", "variableSetterType" : "DescribeQueriesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeQueriesResponse" : { "c2jName" : "DescribeQueriesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getQueries", "beanStyleSetterMethodName" : "setQueries", "c2jName" : "queries", "c2jShape" : "QueryInfoList", "defaultConsumerFluentSetterDocumentation" : "

The list of queries that match the request.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #queries(List)}.\n@param queries a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queries(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The list of queries that match the request.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasQueries()} to see if a value was sent in this field.\n

\n@return The list of queries that match the request.\n@deprecated Use {@link #queries()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The list of queries that match the request.

\n@param queries The list of queries that match the request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queries(List)}\n", "documentation" : "

The list of queries that match the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Queries property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueries", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queries", "fluentSetterDocumentation" : "

The list of queries that match the request.

\n@param queries The list of queries that match the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queries", "getterDocumentation" : "

The list of queries that match the request.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasQueries()} to see if a value was sent in this field.\n

\n@return The list of queries that match the request.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queries", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "QueryInfo", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link QueryInfo.Builder} avoiding the need to create one manually via {@link QueryInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link QueryInfo.Builder#build()} is called immediately and its result is passed to {@link #member(QueryInfo)}.\n@param member a consumer that will call methods on {@link QueryInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(QueryInfo)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(QueryInfo)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "QueryInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "QueryInfo", "variableName" : "member", "variableType" : "QueryInfo", "documentation" : null, "simpleType" : "QueryInfo", "variableSetterType" : "QueryInfo" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "QueryInfo", "variableName" : "member", "variableType" : "QueryInfo", "documentation" : "", "simpleType" : "QueryInfo", "variableSetterType" : "QueryInfo" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "QueryInfo", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "QueryInfo", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Queries", "sensitive" : false, "setterDocumentation" : "

The list of queries that match the request.

\n@param queries The list of queries that match the request.", "setterMethodName" : "setQueries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "queries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "queries", "variableType" : "java.util.List", "documentation" : "

The list of queries that match the request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Queries" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getQueries", "beanStyleSetterMethodName" : "setQueries", "c2jName" : "queries", "c2jShape" : "QueryInfoList", "defaultConsumerFluentSetterDocumentation" : "

The list of queries that match the request.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #queries(List)}.\n@param queries a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queries(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The list of queries that match the request.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasQueries()} to see if a value was sent in this field.\n

\n@return The list of queries that match the request.\n@deprecated Use {@link #queries()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The list of queries that match the request.

\n@param queries The list of queries that match the request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queries(List)}\n", "documentation" : "

The list of queries that match the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Queries property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueries", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queries", "fluentSetterDocumentation" : "

The list of queries that match the request.

\n@param queries The list of queries that match the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queries", "getterDocumentation" : "

The list of queries that match the request.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasQueries()} to see if a value was sent in this field.\n

\n@return The list of queries that match the request.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queries", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "QueryInfo", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link QueryInfo.Builder} avoiding the need to create one manually via {@link QueryInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link QueryInfo.Builder#build()} is called immediately and its result is passed to {@link #member(QueryInfo)}.\n@param member a consumer that will call methods on {@link QueryInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(QueryInfo)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(QueryInfo)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "QueryInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "QueryInfo", "variableName" : "member", "variableType" : "QueryInfo", "documentation" : null, "simpleType" : "QueryInfo", "variableSetterType" : "QueryInfo" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "QueryInfo", "variableName" : "member", "variableType" : "QueryInfo", "documentation" : "", "simpleType" : "QueryInfo", "variableSetterType" : "QueryInfo" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "QueryInfo", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "QueryInfo", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Queries", "sensitive" : false, "setterDocumentation" : "

The list of queries that match the request.

\n@param queries The list of queries that match the request.", "setterMethodName" : "setQueries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "queries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "queries", "variableType" : "java.util.List", "documentation" : "

The list of queries that match the request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getQueries", "beanStyleSetterMethodName" : "setQueries", "c2jName" : "queries", "c2jShape" : "QueryInfoList", "defaultConsumerFluentSetterDocumentation" : "

The list of queries that match the request.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #queries(List)}.\n@param queries a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queries(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The list of queries that match the request.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasQueries()} to see if a value was sent in this field.\n

\n@return The list of queries that match the request.\n@deprecated Use {@link #queries()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The list of queries that match the request.

\n@param queries The list of queries that match the request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queries(List)}\n", "documentation" : "

The list of queries that match the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Queries property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueries", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queries", "fluentSetterDocumentation" : "

The list of queries that match the request.

\n@param queries The list of queries that match the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queries", "getterDocumentation" : "

The list of queries that match the request.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasQueries()} to see if a value was sent in this field.\n

\n@return The list of queries that match the request.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queries", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "QueryInfo", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link QueryInfo.Builder} avoiding the need to create one manually via {@link QueryInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link QueryInfo.Builder#build()} is called immediately and its result is passed to {@link #member(QueryInfo)}.\n@param member a consumer that will call methods on {@link QueryInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(QueryInfo)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(QueryInfo)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "QueryInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "QueryInfo", "variableName" : "member", "variableType" : "QueryInfo", "documentation" : null, "simpleType" : "QueryInfo", "variableSetterType" : "QueryInfo" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "QueryInfo", "variableName" : "member", "variableType" : "QueryInfo", "documentation" : "", "simpleType" : "QueryInfo", "variableSetterType" : "QueryInfo" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "QueryInfo", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "QueryInfo", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Queries", "sensitive" : false, "setterDocumentation" : "

The list of queries that match the request.

\n@param queries The list of queries that match the request.", "setterMethodName" : "setQueries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "queries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "queries", "variableType" : "java.util.List", "documentation" : "

The list of queries that match the request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeQueriesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeQueriesResponse", "variableName" : "describeQueriesResponse", "variableType" : "DescribeQueriesResponse", "documentation" : null, "simpleType" : "DescribeQueriesResponse", "variableSetterType" : "DescribeQueriesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeQueryDefinitionsRequest" : { "c2jName" : "DescribeQueryDefinitionsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeQueryDefinitions", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.DescribeQueryDefinitions", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryDefinitionNamePrefix", "beanStyleSetterMethodName" : "setQueryDefinitionNamePrefix", "c2jName" : "queryDefinitionNamePrefix", "c2jShape" : "QueryDefinitionName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the QueryDefinitionNamePrefix property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryDefinitionNamePrefix(String)}.\n@param queryDefinitionNamePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryDefinitionNamePrefix(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the QueryDefinitionNamePrefix property for this object.\n@return The value of the QueryDefinitionNamePrefix property for this object.\n@deprecated Use {@link #queryDefinitionNamePrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the QueryDefinitionNamePrefix property for this object.\n\n@param queryDefinitionNamePrefix The new value for the QueryDefinitionNamePrefix property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryDefinitionNamePrefix(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryDefinitionNamePrefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryDefinitionNamePrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryDefinitionNamePrefix", "fluentSetterDocumentation" : "Sets the value of the QueryDefinitionNamePrefix property for this object.\n\n@param queryDefinitionNamePrefix The new value for the QueryDefinitionNamePrefix property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryDefinitionNamePrefix", "getterDocumentation" : "Returns the value of the QueryDefinitionNamePrefix property for this object.\n@return The value of the QueryDefinitionNamePrefix property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryDefinitionNamePrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryDefinitionNamePrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryDefinitionNamePrefix", "sensitive" : false, "setterDocumentation" : "Sets the value of the QueryDefinitionNamePrefix property for this object.\n\n@param queryDefinitionNamePrefix The new value for the QueryDefinitionNamePrefix property for this object.", "setterMethodName" : "setQueryDefinitionNamePrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryDefinitionNamePrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryDefinitionNamePrefix", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "QueryListMaxResults", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the MaxResults property for this object.\n\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the MaxResults property for this object.\n@return The value of the MaxResults property for this object.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the MaxResults property for this object.\n\n@param maxResults The new value for the MaxResults property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "Sets the value of the MaxResults property for this object.\n\n@param maxResults The new value for the MaxResults property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "Returns the value of the MaxResults property for this object.\n@return The value of the MaxResults property for this object.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "maxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "Sets the value of the MaxResults property for this object.\n\n@param maxResults The new value for the MaxResults property for this object.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "QueryListMaxResults", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the MaxResults property for this object.\n\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the MaxResults property for this object.\n@return The value of the MaxResults property for this object.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the MaxResults property for this object.\n\n@param maxResults The new value for the MaxResults property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "Sets the value of the MaxResults property for this object.\n\n@param maxResults The new value for the MaxResults property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "Returns the value of the MaxResults property for this object.\n@return The value of the MaxResults property for this object.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "maxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "Sets the value of the MaxResults property for this object.\n\n@param maxResults The new value for the MaxResults property for this object.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "QueryDefinitionNamePrefix" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryDefinitionNamePrefix", "beanStyleSetterMethodName" : "setQueryDefinitionNamePrefix", "c2jName" : "queryDefinitionNamePrefix", "c2jShape" : "QueryDefinitionName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the QueryDefinitionNamePrefix property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryDefinitionNamePrefix(String)}.\n@param queryDefinitionNamePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryDefinitionNamePrefix(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the QueryDefinitionNamePrefix property for this object.\n@return The value of the QueryDefinitionNamePrefix property for this object.\n@deprecated Use {@link #queryDefinitionNamePrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the QueryDefinitionNamePrefix property for this object.\n\n@param queryDefinitionNamePrefix The new value for the QueryDefinitionNamePrefix property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryDefinitionNamePrefix(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryDefinitionNamePrefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryDefinitionNamePrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryDefinitionNamePrefix", "fluentSetterDocumentation" : "Sets the value of the QueryDefinitionNamePrefix property for this object.\n\n@param queryDefinitionNamePrefix The new value for the QueryDefinitionNamePrefix property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryDefinitionNamePrefix", "getterDocumentation" : "Returns the value of the QueryDefinitionNamePrefix property for this object.\n@return The value of the QueryDefinitionNamePrefix property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryDefinitionNamePrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryDefinitionNamePrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryDefinitionNamePrefix", "sensitive" : false, "setterDocumentation" : "Sets the value of the QueryDefinitionNamePrefix property for this object.\n\n@param queryDefinitionNamePrefix The new value for the QueryDefinitionNamePrefix property for this object.", "setterMethodName" : "setQueryDefinitionNamePrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryDefinitionNamePrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryDefinitionNamePrefix", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryDefinitionNamePrefix", "beanStyleSetterMethodName" : "setQueryDefinitionNamePrefix", "c2jName" : "queryDefinitionNamePrefix", "c2jShape" : "QueryDefinitionName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the QueryDefinitionNamePrefix property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryDefinitionNamePrefix(String)}.\n@param queryDefinitionNamePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryDefinitionNamePrefix(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the QueryDefinitionNamePrefix property for this object.\n@return The value of the QueryDefinitionNamePrefix property for this object.\n@deprecated Use {@link #queryDefinitionNamePrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the QueryDefinitionNamePrefix property for this object.\n\n@param queryDefinitionNamePrefix The new value for the QueryDefinitionNamePrefix property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryDefinitionNamePrefix(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryDefinitionNamePrefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryDefinitionNamePrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryDefinitionNamePrefix", "fluentSetterDocumentation" : "Sets the value of the QueryDefinitionNamePrefix property for this object.\n\n@param queryDefinitionNamePrefix The new value for the QueryDefinitionNamePrefix property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryDefinitionNamePrefix", "getterDocumentation" : "Returns the value of the QueryDefinitionNamePrefix property for this object.\n@return The value of the QueryDefinitionNamePrefix property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryDefinitionNamePrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryDefinitionNamePrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryDefinitionNamePrefix", "sensitive" : false, "setterDocumentation" : "Sets the value of the QueryDefinitionNamePrefix property for this object.\n\n@param queryDefinitionNamePrefix The new value for the QueryDefinitionNamePrefix property for this object.", "setterMethodName" : "setQueryDefinitionNamePrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryDefinitionNamePrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryDefinitionNamePrefix", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "QueryListMaxResults", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the MaxResults property for this object.\n\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the MaxResults property for this object.\n@return The value of the MaxResults property for this object.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the MaxResults property for this object.\n\n@param maxResults The new value for the MaxResults property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "Sets the value of the MaxResults property for this object.\n\n@param maxResults The new value for the MaxResults property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "Returns the value of the MaxResults property for this object.\n@return The value of the MaxResults property for this object.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "maxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "Sets the value of the MaxResults property for this object.\n\n@param maxResults The new value for the MaxResults property for this object.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeQueryDefinitionsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeQueryDefinitionsRequest", "variableName" : "describeQueryDefinitionsRequest", "variableType" : "DescribeQueryDefinitionsRequest", "documentation" : null, "simpleType" : "DescribeQueryDefinitionsRequest", "variableSetterType" : "DescribeQueryDefinitionsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeQueryDefinitionsResponse" : { "c2jName" : "DescribeQueryDefinitionsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getQueryDefinitions", "beanStyleSetterMethodName" : "setQueryDefinitions", "c2jName" : "queryDefinitions", "c2jShape" : "QueryDefinitionList", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the QueryDefinitions property for this object.\n\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #queryDefinitions(List)}.\n@param queryDefinitions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryDefinitions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the QueryDefinitions property for this object.\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasQueryDefinitions()} to see if a value was sent in this field.\n

\n@return The value of the QueryDefinitions property for this object.\n@deprecated Use {@link #queryDefinitions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the QueryDefinitions property for this object.\n\n@param queryDefinitions The new value for the QueryDefinitions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryDefinitions(List)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryDefinitions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryDefinitions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryDefinitions", "fluentSetterDocumentation" : "Sets the value of the QueryDefinitions property for this object.\n\n@param queryDefinitions The new value for the QueryDefinitions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryDefinitions", "getterDocumentation" : "Returns the value of the QueryDefinitions property for this object.\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasQueryDefinitions()} to see if a value was sent in this field.\n

\n@return The value of the QueryDefinitions property for this object.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryDefinitions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryDefinitions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "QueryDefinition", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link QueryDefinition.Builder} avoiding the need to create one manually via {@link QueryDefinition#builder()}.\n\nWhen the {@link Consumer} completes, {@link QueryDefinition.Builder#build()} is called immediately and its result is passed to {@link #member(QueryDefinition)}.\n@param member a consumer that will call methods on {@link QueryDefinition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(QueryDefinition)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(QueryDefinition)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "QueryDefinition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "QueryDefinition", "variableName" : "member", "variableType" : "QueryDefinition", "documentation" : null, "simpleType" : "QueryDefinition", "variableSetterType" : "QueryDefinition" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "QueryDefinition", "variableName" : "member", "variableType" : "QueryDefinition", "documentation" : "", "simpleType" : "QueryDefinition", "variableSetterType" : "QueryDefinition" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "QueryDefinition", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "QueryDefinition", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "QueryDefinitions", "sensitive" : false, "setterDocumentation" : "Sets the value of the QueryDefinitions property for this object.\n\n@param queryDefinitions The new value for the QueryDefinitions property for this object.", "setterMethodName" : "setQueryDefinitions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "queryDefinitions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "queryDefinitions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "QueryDefinitions" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getQueryDefinitions", "beanStyleSetterMethodName" : "setQueryDefinitions", "c2jName" : "queryDefinitions", "c2jShape" : "QueryDefinitionList", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the QueryDefinitions property for this object.\n\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #queryDefinitions(List)}.\n@param queryDefinitions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryDefinitions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the QueryDefinitions property for this object.\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasQueryDefinitions()} to see if a value was sent in this field.\n

\n@return The value of the QueryDefinitions property for this object.\n@deprecated Use {@link #queryDefinitions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the QueryDefinitions property for this object.\n\n@param queryDefinitions The new value for the QueryDefinitions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryDefinitions(List)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryDefinitions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryDefinitions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryDefinitions", "fluentSetterDocumentation" : "Sets the value of the QueryDefinitions property for this object.\n\n@param queryDefinitions The new value for the QueryDefinitions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryDefinitions", "getterDocumentation" : "Returns the value of the QueryDefinitions property for this object.\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasQueryDefinitions()} to see if a value was sent in this field.\n

\n@return The value of the QueryDefinitions property for this object.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryDefinitions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryDefinitions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "QueryDefinition", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link QueryDefinition.Builder} avoiding the need to create one manually via {@link QueryDefinition#builder()}.\n\nWhen the {@link Consumer} completes, {@link QueryDefinition.Builder#build()} is called immediately and its result is passed to {@link #member(QueryDefinition)}.\n@param member a consumer that will call methods on {@link QueryDefinition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(QueryDefinition)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(QueryDefinition)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "QueryDefinition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "QueryDefinition", "variableName" : "member", "variableType" : "QueryDefinition", "documentation" : null, "simpleType" : "QueryDefinition", "variableSetterType" : "QueryDefinition" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "QueryDefinition", "variableName" : "member", "variableType" : "QueryDefinition", "documentation" : "", "simpleType" : "QueryDefinition", "variableSetterType" : "QueryDefinition" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "QueryDefinition", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "QueryDefinition", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "QueryDefinitions", "sensitive" : false, "setterDocumentation" : "Sets the value of the QueryDefinitions property for this object.\n\n@param queryDefinitions The new value for the QueryDefinitions property for this object.", "setterMethodName" : "setQueryDefinitions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "queryDefinitions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "queryDefinitions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getQueryDefinitions", "beanStyleSetterMethodName" : "setQueryDefinitions", "c2jName" : "queryDefinitions", "c2jShape" : "QueryDefinitionList", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the QueryDefinitions property for this object.\n\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #queryDefinitions(List)}.\n@param queryDefinitions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryDefinitions(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the QueryDefinitions property for this object.\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasQueryDefinitions()} to see if a value was sent in this field.\n

\n@return The value of the QueryDefinitions property for this object.\n@deprecated Use {@link #queryDefinitions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the QueryDefinitions property for this object.\n\n@param queryDefinitions The new value for the QueryDefinitions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryDefinitions(List)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryDefinitions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryDefinitions", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryDefinitions", "fluentSetterDocumentation" : "Sets the value of the QueryDefinitions property for this object.\n\n@param queryDefinitions The new value for the QueryDefinitions property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryDefinitions", "getterDocumentation" : "Returns the value of the QueryDefinitions property for this object.\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasQueryDefinitions()} to see if a value was sent in this field.\n

\n@return The value of the QueryDefinitions property for this object.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryDefinitions", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryDefinitions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "QueryDefinition", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link QueryDefinition.Builder} avoiding the need to create one manually via {@link QueryDefinition#builder()}.\n\nWhen the {@link Consumer} completes, {@link QueryDefinition.Builder#build()} is called immediately and its result is passed to {@link #member(QueryDefinition)}.\n@param member a consumer that will call methods on {@link QueryDefinition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(QueryDefinition)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(QueryDefinition)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "QueryDefinition", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "QueryDefinition", "variableName" : "member", "variableType" : "QueryDefinition", "documentation" : null, "simpleType" : "QueryDefinition", "variableSetterType" : "QueryDefinition" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "QueryDefinition", "variableName" : "member", "variableType" : "QueryDefinition", "documentation" : "", "simpleType" : "QueryDefinition", "variableSetterType" : "QueryDefinition" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "QueryDefinition", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "QueryDefinition", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "QueryDefinitions", "sensitive" : false, "setterDocumentation" : "Sets the value of the QueryDefinitions property for this object.\n\n@param queryDefinitions The new value for the QueryDefinitions property for this object.", "setterMethodName" : "setQueryDefinitions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "queryDefinitions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "queryDefinitions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeQueryDefinitionsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeQueryDefinitionsResponse", "variableName" : "describeQueryDefinitionsResponse", "variableType" : "DescribeQueryDefinitionsResponse", "documentation" : null, "simpleType" : "DescribeQueryDefinitionsResponse", "variableSetterType" : "DescribeQueryDefinitionsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeResourcePoliciesRequest" : { "c2jName" : "DescribeResourcePoliciesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeResourcePolicies", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.DescribeResourcePolicies", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "limit", "c2jShape" : "DescribeLimit", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of resource policies to be displayed with one call of this API.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of resource policies to be displayed with one call of this API.

\n@return The maximum number of resource policies to be displayed with one call of this API.\n@deprecated Use {@link #limit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of resource policies to be displayed with one call of this API.

\n@param limit The maximum number of resource policies to be displayed with one call of this API.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limit(Integer)}\n", "documentation" : "

The maximum number of resource policies to be displayed with one call of this API.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

The maximum number of resource policies to be displayed with one call of this API.

\n@param limit The maximum number of resource policies to be displayed with one call of this API.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

The maximum number of resource policies to be displayed with one call of this API.

\n@return The maximum number of resource policies to be displayed with one call of this API.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "limit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Limit", "sensitive" : false, "setterDocumentation" : "

The maximum number of resource policies to be displayed with one call of this API.

\n@param limit The maximum number of resource policies to be displayed with one call of this API.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

The maximum number of resource policies to be displayed with one call of this API.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Limit" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "limit", "c2jShape" : "DescribeLimit", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of resource policies to be displayed with one call of this API.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of resource policies to be displayed with one call of this API.

\n@return The maximum number of resource policies to be displayed with one call of this API.\n@deprecated Use {@link #limit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of resource policies to be displayed with one call of this API.

\n@param limit The maximum number of resource policies to be displayed with one call of this API.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limit(Integer)}\n", "documentation" : "

The maximum number of resource policies to be displayed with one call of this API.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

The maximum number of resource policies to be displayed with one call of this API.

\n@param limit The maximum number of resource policies to be displayed with one call of this API.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

The maximum number of resource policies to be displayed with one call of this API.

\n@return The maximum number of resource policies to be displayed with one call of this API.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "limit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Limit", "sensitive" : false, "setterDocumentation" : "

The maximum number of resource policies to be displayed with one call of this API.

\n@param limit The maximum number of resource policies to be displayed with one call of this API.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

The maximum number of resource policies to be displayed with one call of this API.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "limit", "c2jShape" : "DescribeLimit", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of resource policies to be displayed with one call of this API.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of resource policies to be displayed with one call of this API.

\n@return The maximum number of resource policies to be displayed with one call of this API.\n@deprecated Use {@link #limit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of resource policies to be displayed with one call of this API.

\n@param limit The maximum number of resource policies to be displayed with one call of this API.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limit(Integer)}\n", "documentation" : "

The maximum number of resource policies to be displayed with one call of this API.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

The maximum number of resource policies to be displayed with one call of this API.

\n@param limit The maximum number of resource policies to be displayed with one call of this API.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

The maximum number of resource policies to be displayed with one call of this API.

\n@return The maximum number of resource policies to be displayed with one call of this API.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "limit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Limit", "sensitive" : false, "setterDocumentation" : "

The maximum number of resource policies to be displayed with one call of this API.

\n@param limit The maximum number of resource policies to be displayed with one call of this API.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

The maximum number of resource policies to be displayed with one call of this API.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeResourcePoliciesRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeResourcePoliciesRequest", "variableName" : "describeResourcePoliciesRequest", "variableType" : "DescribeResourcePoliciesRequest", "documentation" : null, "simpleType" : "DescribeResourcePoliciesRequest", "variableSetterType" : "DescribeResourcePoliciesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeResourcePoliciesResponse" : { "c2jName" : "DescribeResourcePoliciesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getResourcePolicies", "beanStyleSetterMethodName" : "setResourcePolicies", "c2jName" : "resourcePolicies", "c2jShape" : "ResourcePolicies", "defaultConsumerFluentSetterDocumentation" : "

The resource policies that exist in this account.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #resourcePolicies(List)}.\n@param resourcePolicies a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourcePolicies(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The resource policies that exist in this account.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasResourcePolicies()} to see if a value was sent in this field.\n

\n@return The resource policies that exist in this account.\n@deprecated Use {@link #resourcePolicies()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The resource policies that exist in this account.

\n@param resourcePolicies The resource policies that exist in this account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourcePolicies(List)}\n", "documentation" : "

The resource policies that exist in this account.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourcePolicies property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourcePolicies", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourcePolicies", "fluentSetterDocumentation" : "

The resource policies that exist in this account.

\n@param resourcePolicies The resource policies that exist in this account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourcePolicies", "getterDocumentation" : "

The resource policies that exist in this account.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasResourcePolicies()} to see if a value was sent in this field.\n

\n@return The resource policies that exist in this account.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourcePolicies", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourcePolicies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ResourcePolicy", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ResourcePolicy.Builder} avoiding the need to create one manually via {@link ResourcePolicy#builder()}.\n\nWhen the {@link Consumer} completes, {@link ResourcePolicy.Builder#build()} is called immediately and its result is passed to {@link #member(ResourcePolicy)}.\n@param member a consumer that will call methods on {@link ResourcePolicy.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ResourcePolicy)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ResourcePolicy)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ResourcePolicy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ResourcePolicy", "variableName" : "member", "variableType" : "ResourcePolicy", "documentation" : null, "simpleType" : "ResourcePolicy", "variableSetterType" : "ResourcePolicy" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ResourcePolicy", "variableName" : "member", "variableType" : "ResourcePolicy", "documentation" : "", "simpleType" : "ResourcePolicy", "variableSetterType" : "ResourcePolicy" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ResourcePolicy", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ResourcePolicy", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ResourcePolicies", "sensitive" : false, "setterDocumentation" : "

The resource policies that exist in this account.

\n@param resourcePolicies The resource policies that exist in this account.", "setterMethodName" : "setResourcePolicies", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourcePolicies", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourcePolicies", "variableType" : "java.util.List", "documentation" : "

The resource policies that exist in this account.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ResourcePolicies" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getResourcePolicies", "beanStyleSetterMethodName" : "setResourcePolicies", "c2jName" : "resourcePolicies", "c2jShape" : "ResourcePolicies", "defaultConsumerFluentSetterDocumentation" : "

The resource policies that exist in this account.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #resourcePolicies(List)}.\n@param resourcePolicies a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourcePolicies(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The resource policies that exist in this account.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasResourcePolicies()} to see if a value was sent in this field.\n

\n@return The resource policies that exist in this account.\n@deprecated Use {@link #resourcePolicies()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The resource policies that exist in this account.

\n@param resourcePolicies The resource policies that exist in this account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourcePolicies(List)}\n", "documentation" : "

The resource policies that exist in this account.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourcePolicies property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourcePolicies", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourcePolicies", "fluentSetterDocumentation" : "

The resource policies that exist in this account.

\n@param resourcePolicies The resource policies that exist in this account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourcePolicies", "getterDocumentation" : "

The resource policies that exist in this account.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasResourcePolicies()} to see if a value was sent in this field.\n

\n@return The resource policies that exist in this account.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourcePolicies", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourcePolicies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ResourcePolicy", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ResourcePolicy.Builder} avoiding the need to create one manually via {@link ResourcePolicy#builder()}.\n\nWhen the {@link Consumer} completes, {@link ResourcePolicy.Builder#build()} is called immediately and its result is passed to {@link #member(ResourcePolicy)}.\n@param member a consumer that will call methods on {@link ResourcePolicy.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ResourcePolicy)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ResourcePolicy)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ResourcePolicy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ResourcePolicy", "variableName" : "member", "variableType" : "ResourcePolicy", "documentation" : null, "simpleType" : "ResourcePolicy", "variableSetterType" : "ResourcePolicy" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ResourcePolicy", "variableName" : "member", "variableType" : "ResourcePolicy", "documentation" : "", "simpleType" : "ResourcePolicy", "variableSetterType" : "ResourcePolicy" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ResourcePolicy", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ResourcePolicy", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ResourcePolicies", "sensitive" : false, "setterDocumentation" : "

The resource policies that exist in this account.

\n@param resourcePolicies The resource policies that exist in this account.", "setterMethodName" : "setResourcePolicies", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourcePolicies", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourcePolicies", "variableType" : "java.util.List", "documentation" : "

The resource policies that exist in this account.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getResourcePolicies", "beanStyleSetterMethodName" : "setResourcePolicies", "c2jName" : "resourcePolicies", "c2jShape" : "ResourcePolicies", "defaultConsumerFluentSetterDocumentation" : "

The resource policies that exist in this account.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #resourcePolicies(List)}.\n@param resourcePolicies a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourcePolicies(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The resource policies that exist in this account.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasResourcePolicies()} to see if a value was sent in this field.\n

\n@return The resource policies that exist in this account.\n@deprecated Use {@link #resourcePolicies()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The resource policies that exist in this account.

\n@param resourcePolicies The resource policies that exist in this account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourcePolicies(List)}\n", "documentation" : "

The resource policies that exist in this account.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourcePolicies property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourcePolicies", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourcePolicies", "fluentSetterDocumentation" : "

The resource policies that exist in this account.

\n@param resourcePolicies The resource policies that exist in this account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourcePolicies", "getterDocumentation" : "

The resource policies that exist in this account.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasResourcePolicies()} to see if a value was sent in this field.\n

\n@return The resource policies that exist in this account.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourcePolicies", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourcePolicies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ResourcePolicy", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ResourcePolicy.Builder} avoiding the need to create one manually via {@link ResourcePolicy#builder()}.\n\nWhen the {@link Consumer} completes, {@link ResourcePolicy.Builder#build()} is called immediately and its result is passed to {@link #member(ResourcePolicy)}.\n@param member a consumer that will call methods on {@link ResourcePolicy.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ResourcePolicy)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ResourcePolicy)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ResourcePolicy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ResourcePolicy", "variableName" : "member", "variableType" : "ResourcePolicy", "documentation" : null, "simpleType" : "ResourcePolicy", "variableSetterType" : "ResourcePolicy" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ResourcePolicy", "variableName" : "member", "variableType" : "ResourcePolicy", "documentation" : "", "simpleType" : "ResourcePolicy", "variableSetterType" : "ResourcePolicy" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ResourcePolicy", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ResourcePolicy", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ResourcePolicies", "sensitive" : false, "setterDocumentation" : "

The resource policies that exist in this account.

\n@param resourcePolicies The resource policies that exist in this account.", "setterMethodName" : "setResourcePolicies", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourcePolicies", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "resourcePolicies", "variableType" : "java.util.List", "documentation" : "

The resource policies that exist in this account.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeResourcePoliciesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeResourcePoliciesResponse", "variableName" : "describeResourcePoliciesResponse", "variableType" : "DescribeResourcePoliciesResponse", "documentation" : null, "simpleType" : "DescribeResourcePoliciesResponse", "variableSetterType" : "DescribeResourcePoliciesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeSubscriptionFiltersRequest" : { "c2jName" : "DescribeSubscriptionFiltersRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeSubscriptionFilters", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.DescribeSubscriptionFilters", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterNamePrefix", "beanStyleSetterMethodName" : "setFilterNamePrefix", "c2jName" : "filterNamePrefix", "c2jShape" : "FilterName", "defaultConsumerFluentSetterDocumentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterNamePrefix(String)}.\n@param filterNamePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterNamePrefix(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

\n@return The prefix to match. If you don't specify a value, no prefix filter is applied.\n@deprecated Use {@link #filterNamePrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

\n@param filterNamePrefix The prefix to match. If you don't specify a value, no prefix filter is applied.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterNamePrefix(String)}\n", "documentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterNamePrefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterNamePrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterNamePrefix", "fluentSetterDocumentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

\n@param filterNamePrefix The prefix to match. If you don't specify a value, no prefix filter is applied.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterNamePrefix", "getterDocumentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

\n@return The prefix to match. If you don't specify a value, no prefix filter is applied.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterNamePrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterNamePrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterNamePrefix", "sensitive" : false, "setterDocumentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

\n@param filterNamePrefix The prefix to match. If you don't specify a value, no prefix filter is applied.", "setterMethodName" : "setFilterNamePrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterNamePrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterNamePrefix", "variableType" : "String", "documentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@return The token for the next set of items to return. (You received this token from a previous call.)\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@return The token for the next set of items to return. (You received this token from a previous call.)", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "limit", "c2jShape" : "DescribeLimit", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@deprecated Use {@link #limit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limit(Integer)}\n", "documentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "limit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Limit", "sensitive" : false, "setterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FilterNamePrefix" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterNamePrefix", "beanStyleSetterMethodName" : "setFilterNamePrefix", "c2jName" : "filterNamePrefix", "c2jShape" : "FilterName", "defaultConsumerFluentSetterDocumentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterNamePrefix(String)}.\n@param filterNamePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterNamePrefix(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

\n@return The prefix to match. If you don't specify a value, no prefix filter is applied.\n@deprecated Use {@link #filterNamePrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

\n@param filterNamePrefix The prefix to match. If you don't specify a value, no prefix filter is applied.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterNamePrefix(String)}\n", "documentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterNamePrefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterNamePrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterNamePrefix", "fluentSetterDocumentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

\n@param filterNamePrefix The prefix to match. If you don't specify a value, no prefix filter is applied.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterNamePrefix", "getterDocumentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

\n@return The prefix to match. If you don't specify a value, no prefix filter is applied.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterNamePrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterNamePrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterNamePrefix", "sensitive" : false, "setterDocumentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

\n@param filterNamePrefix The prefix to match. If you don't specify a value, no prefix filter is applied.", "setterMethodName" : "setFilterNamePrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterNamePrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterNamePrefix", "variableType" : "String", "documentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Limit" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "limit", "c2jShape" : "DescribeLimit", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@deprecated Use {@link #limit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limit(Integer)}\n", "documentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "limit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Limit", "sensitive" : false, "setterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LogGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@return The token for the next set of items to return. (You received this token from a previous call.)\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@return The token for the next set of items to return. (You received this token from a previous call.)", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterNamePrefix", "beanStyleSetterMethodName" : "setFilterNamePrefix", "c2jName" : "filterNamePrefix", "c2jShape" : "FilterName", "defaultConsumerFluentSetterDocumentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterNamePrefix(String)}.\n@param filterNamePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterNamePrefix(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

\n@return The prefix to match. If you don't specify a value, no prefix filter is applied.\n@deprecated Use {@link #filterNamePrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

\n@param filterNamePrefix The prefix to match. If you don't specify a value, no prefix filter is applied.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterNamePrefix(String)}\n", "documentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterNamePrefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterNamePrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterNamePrefix", "fluentSetterDocumentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

\n@param filterNamePrefix The prefix to match. If you don't specify a value, no prefix filter is applied.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterNamePrefix", "getterDocumentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

\n@return The prefix to match. If you don't specify a value, no prefix filter is applied.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterNamePrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterNamePrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterNamePrefix", "sensitive" : false, "setterDocumentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

\n@param filterNamePrefix The prefix to match. If you don't specify a value, no prefix filter is applied.", "setterMethodName" : "setFilterNamePrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterNamePrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterNamePrefix", "variableType" : "String", "documentation" : "

The prefix to match. If you don't specify a value, no prefix filter is applied.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@return The token for the next set of items to return. (You received this token from a previous call.)\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@return The token for the next set of items to return. (You received this token from a previous call.)", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "limit", "c2jShape" : "DescribeLimit", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@deprecated Use {@link #limit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limit(Integer)}\n", "documentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "limit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Limit", "sensitive" : false, "setterDocumentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "logGroupName" ], "shapeName" : "DescribeSubscriptionFiltersRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeSubscriptionFiltersRequest", "variableName" : "describeSubscriptionFiltersRequest", "variableType" : "DescribeSubscriptionFiltersRequest", "documentation" : null, "simpleType" : "DescribeSubscriptionFiltersRequest", "variableSetterType" : "DescribeSubscriptionFiltersRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeSubscriptionFiltersResponse" : { "c2jName" : "DescribeSubscriptionFiltersResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubscriptionFilters", "beanStyleSetterMethodName" : "setSubscriptionFilters", "c2jName" : "subscriptionFilters", "c2jShape" : "SubscriptionFilters", "defaultConsumerFluentSetterDocumentation" : "

The subscription filters.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #subscriptionFilters(List)}.\n@param subscriptionFilters a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subscriptionFilters(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The subscription filters.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasSubscriptionFilters()} to see if a value was sent in this field.\n

\n@return The subscription filters.\n@deprecated Use {@link #subscriptionFilters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The subscription filters.

\n@param subscriptionFilters The subscription filters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subscriptionFilters(List)}\n", "documentation" : "

The subscription filters.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubscriptionFilters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubscriptionFilters", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subscriptionFilters", "fluentSetterDocumentation" : "

The subscription filters.

\n@param subscriptionFilters The subscription filters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subscriptionFilters", "getterDocumentation" : "

The subscription filters.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasSubscriptionFilters()} to see if a value was sent in this field.\n

\n@return The subscription filters.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "subscriptionFilters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "subscriptionFilters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SubscriptionFilter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SubscriptionFilter.Builder} avoiding the need to create one manually via {@link SubscriptionFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link SubscriptionFilter.Builder#build()} is called immediately and its result is passed to {@link #member(SubscriptionFilter)}.\n@param member a consumer that will call methods on {@link SubscriptionFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SubscriptionFilter)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(SubscriptionFilter)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "SubscriptionFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SubscriptionFilter", "variableName" : "member", "variableType" : "SubscriptionFilter", "documentation" : null, "simpleType" : "SubscriptionFilter", "variableSetterType" : "SubscriptionFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SubscriptionFilter", "variableName" : "member", "variableType" : "SubscriptionFilter", "documentation" : "", "simpleType" : "SubscriptionFilter", "variableSetterType" : "SubscriptionFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SubscriptionFilter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SubscriptionFilter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubscriptionFilters", "sensitive" : false, "setterDocumentation" : "

The subscription filters.

\n@param subscriptionFilters The subscription filters.", "setterMethodName" : "setSubscriptionFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subscriptionFilters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subscriptionFilters", "variableType" : "java.util.List", "documentation" : "

The subscription filters.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SubscriptionFilters" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubscriptionFilters", "beanStyleSetterMethodName" : "setSubscriptionFilters", "c2jName" : "subscriptionFilters", "c2jShape" : "SubscriptionFilters", "defaultConsumerFluentSetterDocumentation" : "

The subscription filters.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #subscriptionFilters(List)}.\n@param subscriptionFilters a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subscriptionFilters(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The subscription filters.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasSubscriptionFilters()} to see if a value was sent in this field.\n

\n@return The subscription filters.\n@deprecated Use {@link #subscriptionFilters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The subscription filters.

\n@param subscriptionFilters The subscription filters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subscriptionFilters(List)}\n", "documentation" : "

The subscription filters.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubscriptionFilters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubscriptionFilters", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subscriptionFilters", "fluentSetterDocumentation" : "

The subscription filters.

\n@param subscriptionFilters The subscription filters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subscriptionFilters", "getterDocumentation" : "

The subscription filters.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasSubscriptionFilters()} to see if a value was sent in this field.\n

\n@return The subscription filters.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "subscriptionFilters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "subscriptionFilters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SubscriptionFilter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SubscriptionFilter.Builder} avoiding the need to create one manually via {@link SubscriptionFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link SubscriptionFilter.Builder#build()} is called immediately and its result is passed to {@link #member(SubscriptionFilter)}.\n@param member a consumer that will call methods on {@link SubscriptionFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SubscriptionFilter)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(SubscriptionFilter)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "SubscriptionFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SubscriptionFilter", "variableName" : "member", "variableType" : "SubscriptionFilter", "documentation" : null, "simpleType" : "SubscriptionFilter", "variableSetterType" : "SubscriptionFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SubscriptionFilter", "variableName" : "member", "variableType" : "SubscriptionFilter", "documentation" : "", "simpleType" : "SubscriptionFilter", "variableSetterType" : "SubscriptionFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SubscriptionFilter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SubscriptionFilter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubscriptionFilters", "sensitive" : false, "setterDocumentation" : "

The subscription filters.

\n@param subscriptionFilters The subscription filters.", "setterMethodName" : "setSubscriptionFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subscriptionFilters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subscriptionFilters", "variableType" : "java.util.List", "documentation" : "

The subscription filters.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubscriptionFilters", "beanStyleSetterMethodName" : "setSubscriptionFilters", "c2jName" : "subscriptionFilters", "c2jShape" : "SubscriptionFilters", "defaultConsumerFluentSetterDocumentation" : "

The subscription filters.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #subscriptionFilters(List)}.\n@param subscriptionFilters a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subscriptionFilters(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The subscription filters.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasSubscriptionFilters()} to see if a value was sent in this field.\n

\n@return The subscription filters.\n@deprecated Use {@link #subscriptionFilters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The subscription filters.

\n@param subscriptionFilters The subscription filters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subscriptionFilters(List)}\n", "documentation" : "

The subscription filters.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubscriptionFilters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubscriptionFilters", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subscriptionFilters", "fluentSetterDocumentation" : "

The subscription filters.

\n@param subscriptionFilters The subscription filters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subscriptionFilters", "getterDocumentation" : "

The subscription filters.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasSubscriptionFilters()} to see if a value was sent in this field.\n

\n@return The subscription filters.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "subscriptionFilters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "subscriptionFilters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SubscriptionFilter", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SubscriptionFilter.Builder} avoiding the need to create one manually via {@link SubscriptionFilter#builder()}.\n\nWhen the {@link Consumer} completes, {@link SubscriptionFilter.Builder#build()} is called immediately and its result is passed to {@link #member(SubscriptionFilter)}.\n@param member a consumer that will call methods on {@link SubscriptionFilter.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SubscriptionFilter)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(SubscriptionFilter)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "SubscriptionFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SubscriptionFilter", "variableName" : "member", "variableType" : "SubscriptionFilter", "documentation" : null, "simpleType" : "SubscriptionFilter", "variableSetterType" : "SubscriptionFilter" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SubscriptionFilter", "variableName" : "member", "variableType" : "SubscriptionFilter", "documentation" : "", "simpleType" : "SubscriptionFilter", "variableSetterType" : "SubscriptionFilter" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SubscriptionFilter", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SubscriptionFilter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubscriptionFilters", "sensitive" : false, "setterDocumentation" : "

The subscription filters.

\n@param subscriptionFilters The subscription filters.", "setterMethodName" : "setSubscriptionFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subscriptionFilters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subscriptionFilters", "variableType" : "java.util.List", "documentation" : "

The subscription filters.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeSubscriptionFiltersResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeSubscriptionFiltersResponse", "variableName" : "describeSubscriptionFiltersResponse", "variableType" : "DescribeSubscriptionFiltersResponse", "documentation" : null, "simpleType" : "DescribeSubscriptionFiltersResponse", "variableSetterType" : "DescribeSubscriptionFiltersResponse" }, "wrapper" : false, "xmlNamespace" : null }, "Destination" : { "c2jName" : "Destination", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents a cross-account destination that receives subscription log events.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestinationName", "beanStyleSetterMethodName" : "setDestinationName", "c2jName" : "destinationName", "c2jShape" : "DestinationName", "defaultConsumerFluentSetterDocumentation" : "

The name of the destination.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationName(String)}.\n@param destinationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the destination.

\n@return The name of the destination.\n@deprecated Use {@link #destinationName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the destination.

\n@param destinationName The name of the destination.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destinationName(String)}\n", "documentation" : "

The name of the destination.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DestinationName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestinationName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destinationName", "fluentSetterDocumentation" : "

The name of the destination.

\n@param destinationName The name of the destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationName", "getterDocumentation" : "

The name of the destination.

\n@return The name of the destination.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destinationName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destinationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DestinationName", "sensitive" : false, "setterDocumentation" : "

The name of the destination.

\n@param destinationName The name of the destination.", "setterMethodName" : "setDestinationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destinationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "destinationName", "variableType" : "String", "documentation" : "

The name of the destination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetArn", "beanStyleSetterMethodName" : "setTargetArn", "c2jName" : "targetArn", "c2jShape" : "TargetArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetArn(String)}.\n@param targetArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).

\n@return The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).\n@deprecated Use {@link #targetArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).

\n@param targetArn The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetArn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).

\n@param targetArn The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).

\n@return The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "targetArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "targetArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).

\n@param targetArn The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).", "setterMethodName" : "setTargetArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

A role for impersonation, used when delivering log events to the target.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleArn(String)}.\n@param roleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A role for impersonation, used when delivering log events to the target.

\n@return A role for impersonation, used when delivering log events to the target.\n@deprecated Use {@link #roleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A role for impersonation, used when delivering log events to the target.

\n@param roleArn A role for impersonation, used when delivering log events to the target.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n", "documentation" : "

A role for impersonation, used when delivering log events to the target.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

A role for impersonation, used when delivering log events to the target.

\n@param roleArn A role for impersonation, used when delivering log events to the target.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

A role for impersonation, used when delivering log events to the target.

\n@return A role for impersonation, used when delivering log events to the target.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

A role for impersonation, used when delivering log events to the target.

\n@param roleArn A role for impersonation, used when delivering log events to the target.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

A role for impersonation, used when delivering log events to the target.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccessPolicy", "beanStyleSetterMethodName" : "setAccessPolicy", "c2jName" : "accessPolicy", "c2jShape" : "AccessPolicy", "defaultConsumerFluentSetterDocumentation" : "

An IAM policy document that governs which AWS accounts can create subscription filters against this destination.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accessPolicy(String)}.\n@param accessPolicy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accessPolicy(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

An IAM policy document that governs which AWS accounts can create subscription filters against this destination.

\n@return An IAM policy document that governs which AWS accounts can create subscription filters against this destination.\n@deprecated Use {@link #accessPolicy()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An IAM policy document that governs which AWS accounts can create subscription filters against this destination.

\n@param accessPolicy An IAM policy document that governs which AWS accounts can create subscription filters against this destination.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accessPolicy(String)}\n", "documentation" : "

An IAM policy document that governs which AWS accounts can create subscription filters against this destination.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccessPolicy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccessPolicy", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accessPolicy", "fluentSetterDocumentation" : "

An IAM policy document that governs which AWS accounts can create subscription filters against this destination.

\n@param accessPolicy An IAM policy document that governs which AWS accounts can create subscription filters against this destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accessPolicy", "getterDocumentation" : "

An IAM policy document that governs which AWS accounts can create subscription filters against this destination.

\n@return An IAM policy document that governs which AWS accounts can create subscription filters against this destination.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "accessPolicy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "accessPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccessPolicy", "sensitive" : false, "setterDocumentation" : "

An IAM policy document that governs which AWS accounts can create subscription filters against this destination.

\n@param accessPolicy An IAM policy document that governs which AWS accounts can create subscription filters against this destination.", "setterMethodName" : "setAccessPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accessPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accessPolicy", "variableType" : "String", "documentation" : "

An IAM policy document that governs which AWS accounts can create subscription filters against this destination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of this destination.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of this destination.

\n@return The ARN of this destination.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of this destination.

\n@param arn The ARN of this destination.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

The ARN of this destination.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The ARN of this destination.

\n@param arn The ARN of this destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The ARN of this destination.

\n@return The ARN of this destination.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

The ARN of this destination.

\n@param arn The ARN of this destination.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The ARN of this destination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Long)}.\n@param creationTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Long)}\n", "documentation" : "

The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "creationTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "creationTime", "variableType" : "Long", "documentation" : "

The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccessPolicy" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccessPolicy", "beanStyleSetterMethodName" : "setAccessPolicy", "c2jName" : "accessPolicy", "c2jShape" : "AccessPolicy", "defaultConsumerFluentSetterDocumentation" : "

An IAM policy document that governs which AWS accounts can create subscription filters against this destination.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accessPolicy(String)}.\n@param accessPolicy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accessPolicy(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

An IAM policy document that governs which AWS accounts can create subscription filters against this destination.

\n@return An IAM policy document that governs which AWS accounts can create subscription filters against this destination.\n@deprecated Use {@link #accessPolicy()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An IAM policy document that governs which AWS accounts can create subscription filters against this destination.

\n@param accessPolicy An IAM policy document that governs which AWS accounts can create subscription filters against this destination.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accessPolicy(String)}\n", "documentation" : "

An IAM policy document that governs which AWS accounts can create subscription filters against this destination.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccessPolicy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccessPolicy", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accessPolicy", "fluentSetterDocumentation" : "

An IAM policy document that governs which AWS accounts can create subscription filters against this destination.

\n@param accessPolicy An IAM policy document that governs which AWS accounts can create subscription filters against this destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accessPolicy", "getterDocumentation" : "

An IAM policy document that governs which AWS accounts can create subscription filters against this destination.

\n@return An IAM policy document that governs which AWS accounts can create subscription filters against this destination.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "accessPolicy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "accessPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccessPolicy", "sensitive" : false, "setterDocumentation" : "

An IAM policy document that governs which AWS accounts can create subscription filters against this destination.

\n@param accessPolicy An IAM policy document that governs which AWS accounts can create subscription filters against this destination.", "setterMethodName" : "setAccessPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accessPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accessPolicy", "variableType" : "String", "documentation" : "

An IAM policy document that governs which AWS accounts can create subscription filters against this destination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Arn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of this destination.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of this destination.

\n@return The ARN of this destination.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of this destination.

\n@param arn The ARN of this destination.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

The ARN of this destination.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The ARN of this destination.

\n@param arn The ARN of this destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The ARN of this destination.

\n@return The ARN of this destination.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

The ARN of this destination.

\n@param arn The ARN of this destination.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The ARN of this destination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CreationTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Long)}.\n@param creationTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Long)}\n", "documentation" : "

The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "creationTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "creationTime", "variableType" : "Long", "documentation" : "

The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DestinationName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestinationName", "beanStyleSetterMethodName" : "setDestinationName", "c2jName" : "destinationName", "c2jShape" : "DestinationName", "defaultConsumerFluentSetterDocumentation" : "

The name of the destination.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationName(String)}.\n@param destinationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the destination.

\n@return The name of the destination.\n@deprecated Use {@link #destinationName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the destination.

\n@param destinationName The name of the destination.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destinationName(String)}\n", "documentation" : "

The name of the destination.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DestinationName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestinationName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destinationName", "fluentSetterDocumentation" : "

The name of the destination.

\n@param destinationName The name of the destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationName", "getterDocumentation" : "

The name of the destination.

\n@return The name of the destination.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destinationName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destinationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DestinationName", "sensitive" : false, "setterDocumentation" : "

The name of the destination.

\n@param destinationName The name of the destination.", "setterMethodName" : "setDestinationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destinationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "destinationName", "variableType" : "String", "documentation" : "

The name of the destination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RoleArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

A role for impersonation, used when delivering log events to the target.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleArn(String)}.\n@param roleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A role for impersonation, used when delivering log events to the target.

\n@return A role for impersonation, used when delivering log events to the target.\n@deprecated Use {@link #roleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A role for impersonation, used when delivering log events to the target.

\n@param roleArn A role for impersonation, used when delivering log events to the target.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n", "documentation" : "

A role for impersonation, used when delivering log events to the target.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

A role for impersonation, used when delivering log events to the target.

\n@param roleArn A role for impersonation, used when delivering log events to the target.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

A role for impersonation, used when delivering log events to the target.

\n@return A role for impersonation, used when delivering log events to the target.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

A role for impersonation, used when delivering log events to the target.

\n@param roleArn A role for impersonation, used when delivering log events to the target.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

A role for impersonation, used when delivering log events to the target.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TargetArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetArn", "beanStyleSetterMethodName" : "setTargetArn", "c2jName" : "targetArn", "c2jShape" : "TargetArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetArn(String)}.\n@param targetArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).

\n@return The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).\n@deprecated Use {@link #targetArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).

\n@param targetArn The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetArn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).

\n@param targetArn The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).

\n@return The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "targetArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "targetArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).

\n@param targetArn The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).", "setterMethodName" : "setTargetArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestinationName", "beanStyleSetterMethodName" : "setDestinationName", "c2jName" : "destinationName", "c2jShape" : "DestinationName", "defaultConsumerFluentSetterDocumentation" : "

The name of the destination.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationName(String)}.\n@param destinationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the destination.

\n@return The name of the destination.\n@deprecated Use {@link #destinationName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the destination.

\n@param destinationName The name of the destination.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destinationName(String)}\n", "documentation" : "

The name of the destination.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DestinationName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestinationName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destinationName", "fluentSetterDocumentation" : "

The name of the destination.

\n@param destinationName The name of the destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationName", "getterDocumentation" : "

The name of the destination.

\n@return The name of the destination.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destinationName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destinationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DestinationName", "sensitive" : false, "setterDocumentation" : "

The name of the destination.

\n@param destinationName The name of the destination.", "setterMethodName" : "setDestinationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destinationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "destinationName", "variableType" : "String", "documentation" : "

The name of the destination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetArn", "beanStyleSetterMethodName" : "setTargetArn", "c2jName" : "targetArn", "c2jShape" : "TargetArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetArn(String)}.\n@param targetArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).

\n@return The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).\n@deprecated Use {@link #targetArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).

\n@param targetArn The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetArn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).

\n@param targetArn The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).

\n@return The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "targetArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "targetArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).

\n@param targetArn The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).", "setterMethodName" : "setTargetArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

A role for impersonation, used when delivering log events to the target.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleArn(String)}.\n@param roleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A role for impersonation, used when delivering log events to the target.

\n@return A role for impersonation, used when delivering log events to the target.\n@deprecated Use {@link #roleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A role for impersonation, used when delivering log events to the target.

\n@param roleArn A role for impersonation, used when delivering log events to the target.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n", "documentation" : "

A role for impersonation, used when delivering log events to the target.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

A role for impersonation, used when delivering log events to the target.

\n@param roleArn A role for impersonation, used when delivering log events to the target.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

A role for impersonation, used when delivering log events to the target.

\n@return A role for impersonation, used when delivering log events to the target.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

A role for impersonation, used when delivering log events to the target.

\n@param roleArn A role for impersonation, used when delivering log events to the target.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

A role for impersonation, used when delivering log events to the target.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccessPolicy", "beanStyleSetterMethodName" : "setAccessPolicy", "c2jName" : "accessPolicy", "c2jShape" : "AccessPolicy", "defaultConsumerFluentSetterDocumentation" : "

An IAM policy document that governs which AWS accounts can create subscription filters against this destination.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accessPolicy(String)}.\n@param accessPolicy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accessPolicy(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

An IAM policy document that governs which AWS accounts can create subscription filters against this destination.

\n@return An IAM policy document that governs which AWS accounts can create subscription filters against this destination.\n@deprecated Use {@link #accessPolicy()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An IAM policy document that governs which AWS accounts can create subscription filters against this destination.

\n@param accessPolicy An IAM policy document that governs which AWS accounts can create subscription filters against this destination.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accessPolicy(String)}\n", "documentation" : "

An IAM policy document that governs which AWS accounts can create subscription filters against this destination.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccessPolicy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccessPolicy", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accessPolicy", "fluentSetterDocumentation" : "

An IAM policy document that governs which AWS accounts can create subscription filters against this destination.

\n@param accessPolicy An IAM policy document that governs which AWS accounts can create subscription filters against this destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accessPolicy", "getterDocumentation" : "

An IAM policy document that governs which AWS accounts can create subscription filters against this destination.

\n@return An IAM policy document that governs which AWS accounts can create subscription filters against this destination.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "accessPolicy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "accessPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccessPolicy", "sensitive" : false, "setterDocumentation" : "

An IAM policy document that governs which AWS accounts can create subscription filters against this destination.

\n@param accessPolicy An IAM policy document that governs which AWS accounts can create subscription filters against this destination.", "setterMethodName" : "setAccessPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accessPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accessPolicy", "variableType" : "String", "documentation" : "

An IAM policy document that governs which AWS accounts can create subscription filters against this destination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of this destination.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of this destination.

\n@return The ARN of this destination.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of this destination.

\n@param arn The ARN of this destination.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

The ARN of this destination.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The ARN of this destination.

\n@param arn The ARN of this destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The ARN of this destination.

\n@return The ARN of this destination.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

The ARN of this destination.

\n@param arn The ARN of this destination.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The ARN of this destination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Long)}.\n@param creationTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Long)}\n", "documentation" : "

The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "creationTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "creationTime", "variableType" : "Long", "documentation" : "

The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Destination", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Destination", "variableName" : "destination", "variableType" : "Destination", "documentation" : null, "simpleType" : "Destination", "variableSetterType" : "Destination" }, "wrapper" : false, "xmlNamespace" : null }, "DisassociateKmsKeyRequest" : { "c2jName" : "DisassociateKmsKeyRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DisassociateKmsKey", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.DisassociateKmsKey", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LogGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "logGroupName" ], "shapeName" : "DisassociateKmsKeyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DisassociateKmsKeyRequest", "variableName" : "disassociateKmsKeyRequest", "variableType" : "DisassociateKmsKeyRequest", "documentation" : null, "simpleType" : "DisassociateKmsKeyRequest", "variableSetterType" : "DisassociateKmsKeyRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DisassociateKmsKeyResponse" : { "c2jName" : "DisassociateKmsKeyResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DisassociateKmsKeyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DisassociateKmsKeyResponse", "variableName" : "disassociateKmsKeyResponse", "variableType" : "DisassociateKmsKeyResponse", "documentation" : null, "simpleType" : "DisassociateKmsKeyResponse", "variableSetterType" : "DisassociateKmsKeyResponse" }, "wrapper" : false, "xmlNamespace" : null }, "Distribution" : { "c2jName" : "Distribution", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The method used to distribute log data to the destination, which can be either random or grouped by log stream.

", "endpointDiscovery" : null, "enums" : [ { "name" : "RANDOM", "value" : "Random" }, { "name" : "BY_LOG_STREAM", "value" : "ByLogStream" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Distribution", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Distribution", "variableName" : "distribution", "variableType" : "Distribution", "documentation" : null, "simpleType" : "Distribution", "variableSetterType" : "Distribution" }, "wrapper" : false, "xmlNamespace" : null }, "ExportTask" : { "c2jName" : "ExportTask", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents an export task.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTaskId", "beanStyleSetterMethodName" : "setTaskId", "c2jName" : "taskId", "c2jShape" : "ExportTaskId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the export task.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #taskId(String)}.\n@param taskId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID of the export task.

\n@return The ID of the export task.\n@deprecated Use {@link #taskId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the export task.

\n@param taskId The ID of the export task.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #taskId(String)}\n", "documentation" : "

The ID of the export task.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TaskId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTaskId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskId", "fluentSetterDocumentation" : "

The ID of the export task.

\n@param taskId The ID of the export task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskId", "getterDocumentation" : "

The ID of the export task.

\n@return The ID of the export task.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "taskId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TaskId", "sensitive" : false, "setterDocumentation" : "

The ID of the export task.

\n@param taskId The ID of the export task.", "setterMethodName" : "setTaskId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "taskId", "variableType" : "String", "documentation" : "

The ID of the export task.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTaskName", "beanStyleSetterMethodName" : "setTaskName", "c2jName" : "taskName", "c2jShape" : "ExportTaskName", "defaultConsumerFluentSetterDocumentation" : "

The name of the export task.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #taskName(String)}.\n@param taskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the export task.

\n@return The name of the export task.\n@deprecated Use {@link #taskName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the export task.

\n@param taskName The name of the export task.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #taskName(String)}\n", "documentation" : "

The name of the export task.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TaskName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTaskName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskName", "fluentSetterDocumentation" : "

The name of the export task.

\n@param taskName The name of the export task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskName", "getterDocumentation" : "

The name of the export task.

\n@return The name of the export task.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "taskName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TaskName", "sensitive" : false, "setterDocumentation" : "

The name of the export task.

\n@param taskName The name of the export task.", "setterMethodName" : "setTaskName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "taskName", "variableType" : "String", "documentation" : "

The name of the export task.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group from which logs data was exported.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group from which logs data was exported.

\n@return The name of the log group from which logs data was exported.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group from which logs data was exported.

\n@param logGroupName The name of the log group from which logs data was exported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group from which logs data was exported.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group from which logs data was exported.

\n@param logGroupName The name of the log group from which logs data was exported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group from which logs data was exported.

\n@return The name of the log group from which logs data was exported.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group from which logs data was exported.

\n@param logGroupName The name of the log group from which logs data was exported.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group from which logs data was exported.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFrom", "beanStyleSetterMethodName" : "setFrom", "c2jName" : "from", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #from(Long)}.\n@param from a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #from(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.

\n@return The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.\n@deprecated Use {@link #from()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.

\n@param from The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #from(Long)}\n", "documentation" : "

The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the From property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFrom", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "from", "fluentSetterDocumentation" : "

The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.

\n@param from The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "from", "getterDocumentation" : "

The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.

\n@return The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "from", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "from", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "From", "sensitive" : false, "setterDocumentation" : "

The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.

\n@param from The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.", "setterMethodName" : "setFrom", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "from", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "from", "variableType" : "Long", "documentation" : "

The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTo", "beanStyleSetterMethodName" : "setTo", "c2jName" : "to", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #to(Long)}.\n@param to a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #to(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

\n@return The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.\n@deprecated Use {@link #to()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

\n@param to The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #to(Long)}\n", "documentation" : "

The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the To property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTo", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "to", "fluentSetterDocumentation" : "

The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

\n@param to The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "to", "getterDocumentation" : "

The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

\n@return The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "to", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "to", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "To", "sensitive" : false, "setterDocumentation" : "

The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

\n@param to The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.", "setterMethodName" : "setTo", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "to", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "to", "variableType" : "Long", "documentation" : "

The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestination", "beanStyleSetterMethodName" : "setDestination", "c2jName" : "destination", "c2jShape" : "ExportDestinationBucket", "defaultConsumerFluentSetterDocumentation" : "

The name of Amazon S3 bucket to which the log data was exported.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destination(String)}.\n@param destination a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destination(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of Amazon S3 bucket to which the log data was exported.

\n@return The name of Amazon S3 bucket to which the log data was exported.\n@deprecated Use {@link #destination()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of Amazon S3 bucket to which the log data was exported.

\n@param destination The name of Amazon S3 bucket to which the log data was exported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destination(String)}\n", "documentation" : "

The name of Amazon S3 bucket to which the log data was exported.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Destination property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestination", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destination", "fluentSetterDocumentation" : "

The name of Amazon S3 bucket to which the log data was exported.

\n@param destination The name of Amazon S3 bucket to which the log data was exported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destination", "getterDocumentation" : "

The name of Amazon S3 bucket to which the log data was exported.

\n@return The name of Amazon S3 bucket to which the log data was exported.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destination", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Destination", "sensitive" : false, "setterDocumentation" : "

The name of Amazon S3 bucket to which the log data was exported.

\n@param destination The name of Amazon S3 bucket to which the log data was exported.", "setterMethodName" : "setDestination", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destination", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "destination", "variableType" : "String", "documentation" : "

The name of Amazon S3 bucket to which the log data was exported.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestinationPrefix", "beanStyleSetterMethodName" : "setDestinationPrefix", "c2jName" : "destinationPrefix", "c2jShape" : "ExportDestinationPrefix", "defaultConsumerFluentSetterDocumentation" : "

The prefix that was used as the start of Amazon S3 key for every object exported.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationPrefix(String)}.\n@param destinationPrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationPrefix(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The prefix that was used as the start of Amazon S3 key for every object exported.

\n@return The prefix that was used as the start of Amazon S3 key for every object exported.\n@deprecated Use {@link #destinationPrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The prefix that was used as the start of Amazon S3 key for every object exported.

\n@param destinationPrefix The prefix that was used as the start of Amazon S3 key for every object exported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destinationPrefix(String)}\n", "documentation" : "

The prefix that was used as the start of Amazon S3 key for every object exported.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DestinationPrefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestinationPrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destinationPrefix", "fluentSetterDocumentation" : "

The prefix that was used as the start of Amazon S3 key for every object exported.

\n@param destinationPrefix The prefix that was used as the start of Amazon S3 key for every object exported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationPrefix", "getterDocumentation" : "

The prefix that was used as the start of Amazon S3 key for every object exported.

\n@return The prefix that was used as the start of Amazon S3 key for every object exported.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destinationPrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destinationPrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DestinationPrefix", "sensitive" : false, "setterDocumentation" : "

The prefix that was used as the start of Amazon S3 key for every object exported.

\n@param destinationPrefix The prefix that was used as the start of Amazon S3 key for every object exported.", "setterMethodName" : "setDestinationPrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destinationPrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "destinationPrefix", "variableType" : "String", "documentation" : "

The prefix that was used as the start of Amazon S3 key for every object exported.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "ExportTaskStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the export task.

\nThis is a convenience that creates an instance of the {@link ExportTaskStatus.Builder} avoiding the need to create one manually via {@link ExportTaskStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExportTaskStatus.Builder#build()} is called immediately and its result is passed to {@link #status(ExportTaskStatus)}.\n@param status a consumer that will call methods on {@link ExportTaskStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(ExportTaskStatus)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The status of the export task.

\n@return The status of the export task.\n@deprecated Use {@link #status()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the export task.

\n@param status The status of the export task.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(ExportTaskStatus)}\n", "documentation" : "

The status of the export task.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The status of the export task.

\n@param status The status of the export task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the export task.

\n@return The status of the export task.", "getterModel" : { "returnType" : "ExportTaskStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

The status of the export task.

\n@param status The status of the export task.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "ExportTaskStatus", "variableName" : "status", "variableType" : "ExportTaskStatus", "documentation" : null, "simpleType" : "ExportTaskStatus", "variableSetterType" : "ExportTaskStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ExportTaskStatus", "variableName" : "status", "variableType" : "ExportTaskStatus", "documentation" : "

The status of the export task.

", "simpleType" : "ExportTaskStatus", "variableSetterType" : "ExportTaskStatus" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getExecutionInfo", "beanStyleSetterMethodName" : "setExecutionInfo", "c2jName" : "executionInfo", "c2jShape" : "ExportTaskExecutionInfo", "defaultConsumerFluentSetterDocumentation" : "

Execution info about the export task.

\nThis is a convenience that creates an instance of the {@link ExportTaskExecutionInfo.Builder} avoiding the need to create one manually via {@link ExportTaskExecutionInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExportTaskExecutionInfo.Builder#build()} is called immediately and its result is passed to {@link #executionInfo(ExportTaskExecutionInfo)}.\n@param executionInfo a consumer that will call methods on {@link ExportTaskExecutionInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #executionInfo(ExportTaskExecutionInfo)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Execution info about the export task.

\n@return Execution info about the export task.\n@deprecated Use {@link #executionInfo()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Execution info about the export task.

\n@param executionInfo Execution info about the export task.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #executionInfo(ExportTaskExecutionInfo)}\n", "documentation" : "

Execution info about the export task.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ExecutionInfo property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasExecutionInfo", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "executionInfo", "fluentSetterDocumentation" : "

Execution info about the export task.

\n@param executionInfo Execution info about the export task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionInfo", "getterDocumentation" : "

Execution info about the export task.

\n@return Execution info about the export task.", "getterModel" : { "returnType" : "ExportTaskExecutionInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionInfo", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "executionInfo", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ExecutionInfo", "sensitive" : false, "setterDocumentation" : "

Execution info about the export task.

\n@param executionInfo Execution info about the export task.", "setterMethodName" : "setExecutionInfo", "setterModel" : { "variableDeclarationType" : "ExportTaskExecutionInfo", "variableName" : "executionInfo", "variableType" : "ExportTaskExecutionInfo", "documentation" : null, "simpleType" : "ExportTaskExecutionInfo", "variableSetterType" : "ExportTaskExecutionInfo" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ExportTaskExecutionInfo", "variableName" : "executionInfo", "variableType" : "ExportTaskExecutionInfo", "documentation" : "

Execution info about the export task.

", "simpleType" : "ExportTaskExecutionInfo", "variableSetterType" : "ExportTaskExecutionInfo" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Destination" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestination", "beanStyleSetterMethodName" : "setDestination", "c2jName" : "destination", "c2jShape" : "ExportDestinationBucket", "defaultConsumerFluentSetterDocumentation" : "

The name of Amazon S3 bucket to which the log data was exported.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destination(String)}.\n@param destination a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destination(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of Amazon S3 bucket to which the log data was exported.

\n@return The name of Amazon S3 bucket to which the log data was exported.\n@deprecated Use {@link #destination()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of Amazon S3 bucket to which the log data was exported.

\n@param destination The name of Amazon S3 bucket to which the log data was exported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destination(String)}\n", "documentation" : "

The name of Amazon S3 bucket to which the log data was exported.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Destination property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestination", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destination", "fluentSetterDocumentation" : "

The name of Amazon S3 bucket to which the log data was exported.

\n@param destination The name of Amazon S3 bucket to which the log data was exported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destination", "getterDocumentation" : "

The name of Amazon S3 bucket to which the log data was exported.

\n@return The name of Amazon S3 bucket to which the log data was exported.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destination", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Destination", "sensitive" : false, "setterDocumentation" : "

The name of Amazon S3 bucket to which the log data was exported.

\n@param destination The name of Amazon S3 bucket to which the log data was exported.", "setterMethodName" : "setDestination", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destination", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "destination", "variableType" : "String", "documentation" : "

The name of Amazon S3 bucket to which the log data was exported.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DestinationPrefix" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestinationPrefix", "beanStyleSetterMethodName" : "setDestinationPrefix", "c2jName" : "destinationPrefix", "c2jShape" : "ExportDestinationPrefix", "defaultConsumerFluentSetterDocumentation" : "

The prefix that was used as the start of Amazon S3 key for every object exported.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationPrefix(String)}.\n@param destinationPrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationPrefix(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The prefix that was used as the start of Amazon S3 key for every object exported.

\n@return The prefix that was used as the start of Amazon S3 key for every object exported.\n@deprecated Use {@link #destinationPrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The prefix that was used as the start of Amazon S3 key for every object exported.

\n@param destinationPrefix The prefix that was used as the start of Amazon S3 key for every object exported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destinationPrefix(String)}\n", "documentation" : "

The prefix that was used as the start of Amazon S3 key for every object exported.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DestinationPrefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestinationPrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destinationPrefix", "fluentSetterDocumentation" : "

The prefix that was used as the start of Amazon S3 key for every object exported.

\n@param destinationPrefix The prefix that was used as the start of Amazon S3 key for every object exported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationPrefix", "getterDocumentation" : "

The prefix that was used as the start of Amazon S3 key for every object exported.

\n@return The prefix that was used as the start of Amazon S3 key for every object exported.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destinationPrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destinationPrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DestinationPrefix", "sensitive" : false, "setterDocumentation" : "

The prefix that was used as the start of Amazon S3 key for every object exported.

\n@param destinationPrefix The prefix that was used as the start of Amazon S3 key for every object exported.", "setterMethodName" : "setDestinationPrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destinationPrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "destinationPrefix", "variableType" : "String", "documentation" : "

The prefix that was used as the start of Amazon S3 key for every object exported.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ExecutionInfo" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getExecutionInfo", "beanStyleSetterMethodName" : "setExecutionInfo", "c2jName" : "executionInfo", "c2jShape" : "ExportTaskExecutionInfo", "defaultConsumerFluentSetterDocumentation" : "

Execution info about the export task.

\nThis is a convenience that creates an instance of the {@link ExportTaskExecutionInfo.Builder} avoiding the need to create one manually via {@link ExportTaskExecutionInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExportTaskExecutionInfo.Builder#build()} is called immediately and its result is passed to {@link #executionInfo(ExportTaskExecutionInfo)}.\n@param executionInfo a consumer that will call methods on {@link ExportTaskExecutionInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #executionInfo(ExportTaskExecutionInfo)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Execution info about the export task.

\n@return Execution info about the export task.\n@deprecated Use {@link #executionInfo()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Execution info about the export task.

\n@param executionInfo Execution info about the export task.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #executionInfo(ExportTaskExecutionInfo)}\n", "documentation" : "

Execution info about the export task.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ExecutionInfo property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasExecutionInfo", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "executionInfo", "fluentSetterDocumentation" : "

Execution info about the export task.

\n@param executionInfo Execution info about the export task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionInfo", "getterDocumentation" : "

Execution info about the export task.

\n@return Execution info about the export task.", "getterModel" : { "returnType" : "ExportTaskExecutionInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionInfo", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "executionInfo", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ExecutionInfo", "sensitive" : false, "setterDocumentation" : "

Execution info about the export task.

\n@param executionInfo Execution info about the export task.", "setterMethodName" : "setExecutionInfo", "setterModel" : { "variableDeclarationType" : "ExportTaskExecutionInfo", "variableName" : "executionInfo", "variableType" : "ExportTaskExecutionInfo", "documentation" : null, "simpleType" : "ExportTaskExecutionInfo", "variableSetterType" : "ExportTaskExecutionInfo" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ExportTaskExecutionInfo", "variableName" : "executionInfo", "variableType" : "ExportTaskExecutionInfo", "documentation" : "

Execution info about the export task.

", "simpleType" : "ExportTaskExecutionInfo", "variableSetterType" : "ExportTaskExecutionInfo" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "From" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFrom", "beanStyleSetterMethodName" : "setFrom", "c2jName" : "from", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #from(Long)}.\n@param from a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #from(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.

\n@return The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.\n@deprecated Use {@link #from()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.

\n@param from The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #from(Long)}\n", "documentation" : "

The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the From property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFrom", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "from", "fluentSetterDocumentation" : "

The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.

\n@param from The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "from", "getterDocumentation" : "

The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.

\n@return The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "from", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "from", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "From", "sensitive" : false, "setterDocumentation" : "

The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.

\n@param from The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.", "setterMethodName" : "setFrom", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "from", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "from", "variableType" : "Long", "documentation" : "

The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LogGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group from which logs data was exported.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group from which logs data was exported.

\n@return The name of the log group from which logs data was exported.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group from which logs data was exported.

\n@param logGroupName The name of the log group from which logs data was exported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group from which logs data was exported.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group from which logs data was exported.

\n@param logGroupName The name of the log group from which logs data was exported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group from which logs data was exported.

\n@return The name of the log group from which logs data was exported.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group from which logs data was exported.

\n@param logGroupName The name of the log group from which logs data was exported.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group from which logs data was exported.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "ExportTaskStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the export task.

\nThis is a convenience that creates an instance of the {@link ExportTaskStatus.Builder} avoiding the need to create one manually via {@link ExportTaskStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExportTaskStatus.Builder#build()} is called immediately and its result is passed to {@link #status(ExportTaskStatus)}.\n@param status a consumer that will call methods on {@link ExportTaskStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(ExportTaskStatus)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The status of the export task.

\n@return The status of the export task.\n@deprecated Use {@link #status()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the export task.

\n@param status The status of the export task.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(ExportTaskStatus)}\n", "documentation" : "

The status of the export task.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The status of the export task.

\n@param status The status of the export task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the export task.

\n@return The status of the export task.", "getterModel" : { "returnType" : "ExportTaskStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

The status of the export task.

\n@param status The status of the export task.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "ExportTaskStatus", "variableName" : "status", "variableType" : "ExportTaskStatus", "documentation" : null, "simpleType" : "ExportTaskStatus", "variableSetterType" : "ExportTaskStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ExportTaskStatus", "variableName" : "status", "variableType" : "ExportTaskStatus", "documentation" : "

The status of the export task.

", "simpleType" : "ExportTaskStatus", "variableSetterType" : "ExportTaskStatus" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TaskId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTaskId", "beanStyleSetterMethodName" : "setTaskId", "c2jName" : "taskId", "c2jShape" : "ExportTaskId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the export task.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #taskId(String)}.\n@param taskId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID of the export task.

\n@return The ID of the export task.\n@deprecated Use {@link #taskId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the export task.

\n@param taskId The ID of the export task.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #taskId(String)}\n", "documentation" : "

The ID of the export task.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TaskId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTaskId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskId", "fluentSetterDocumentation" : "

The ID of the export task.

\n@param taskId The ID of the export task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskId", "getterDocumentation" : "

The ID of the export task.

\n@return The ID of the export task.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "taskId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TaskId", "sensitive" : false, "setterDocumentation" : "

The ID of the export task.

\n@param taskId The ID of the export task.", "setterMethodName" : "setTaskId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "taskId", "variableType" : "String", "documentation" : "

The ID of the export task.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TaskName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTaskName", "beanStyleSetterMethodName" : "setTaskName", "c2jName" : "taskName", "c2jShape" : "ExportTaskName", "defaultConsumerFluentSetterDocumentation" : "

The name of the export task.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #taskName(String)}.\n@param taskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the export task.

\n@return The name of the export task.\n@deprecated Use {@link #taskName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the export task.

\n@param taskName The name of the export task.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #taskName(String)}\n", "documentation" : "

The name of the export task.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TaskName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTaskName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskName", "fluentSetterDocumentation" : "

The name of the export task.

\n@param taskName The name of the export task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskName", "getterDocumentation" : "

The name of the export task.

\n@return The name of the export task.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "taskName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TaskName", "sensitive" : false, "setterDocumentation" : "

The name of the export task.

\n@param taskName The name of the export task.", "setterMethodName" : "setTaskName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "taskName", "variableType" : "String", "documentation" : "

The name of the export task.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "To" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTo", "beanStyleSetterMethodName" : "setTo", "c2jName" : "to", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #to(Long)}.\n@param to a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #to(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

\n@return The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.\n@deprecated Use {@link #to()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

\n@param to The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #to(Long)}\n", "documentation" : "

The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the To property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTo", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "to", "fluentSetterDocumentation" : "

The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

\n@param to The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "to", "getterDocumentation" : "

The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

\n@return The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "to", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "to", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "To", "sensitive" : false, "setterDocumentation" : "

The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

\n@param to The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.", "setterMethodName" : "setTo", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "to", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "to", "variableType" : "Long", "documentation" : "

The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTaskId", "beanStyleSetterMethodName" : "setTaskId", "c2jName" : "taskId", "c2jShape" : "ExportTaskId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the export task.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #taskId(String)}.\n@param taskId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID of the export task.

\n@return The ID of the export task.\n@deprecated Use {@link #taskId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the export task.

\n@param taskId The ID of the export task.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #taskId(String)}\n", "documentation" : "

The ID of the export task.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TaskId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTaskId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskId", "fluentSetterDocumentation" : "

The ID of the export task.

\n@param taskId The ID of the export task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskId", "getterDocumentation" : "

The ID of the export task.

\n@return The ID of the export task.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "taskId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TaskId", "sensitive" : false, "setterDocumentation" : "

The ID of the export task.

\n@param taskId The ID of the export task.", "setterMethodName" : "setTaskId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "taskId", "variableType" : "String", "documentation" : "

The ID of the export task.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTaskName", "beanStyleSetterMethodName" : "setTaskName", "c2jName" : "taskName", "c2jShape" : "ExportTaskName", "defaultConsumerFluentSetterDocumentation" : "

The name of the export task.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #taskName(String)}.\n@param taskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the export task.

\n@return The name of the export task.\n@deprecated Use {@link #taskName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the export task.

\n@param taskName The name of the export task.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #taskName(String)}\n", "documentation" : "

The name of the export task.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TaskName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTaskName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "taskName", "fluentSetterDocumentation" : "

The name of the export task.

\n@param taskName The name of the export task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "taskName", "getterDocumentation" : "

The name of the export task.

\n@return The name of the export task.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "taskName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "taskName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TaskName", "sensitive" : false, "setterDocumentation" : "

The name of the export task.

\n@param taskName The name of the export task.", "setterMethodName" : "setTaskName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "taskName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "taskName", "variableType" : "String", "documentation" : "

The name of the export task.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group from which logs data was exported.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group from which logs data was exported.

\n@return The name of the log group from which logs data was exported.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group from which logs data was exported.

\n@param logGroupName The name of the log group from which logs data was exported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group from which logs data was exported.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group from which logs data was exported.

\n@param logGroupName The name of the log group from which logs data was exported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group from which logs data was exported.

\n@return The name of the log group from which logs data was exported.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group from which logs data was exported.

\n@param logGroupName The name of the log group from which logs data was exported.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group from which logs data was exported.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFrom", "beanStyleSetterMethodName" : "setFrom", "c2jName" : "from", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #from(Long)}.\n@param from a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #from(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.

\n@return The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.\n@deprecated Use {@link #from()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.

\n@param from The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #from(Long)}\n", "documentation" : "

The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the From property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFrom", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "from", "fluentSetterDocumentation" : "

The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.

\n@param from The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "from", "getterDocumentation" : "

The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.

\n@return The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "from", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "from", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "From", "sensitive" : false, "setterDocumentation" : "

The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.

\n@param from The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.", "setterMethodName" : "setFrom", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "from", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "from", "variableType" : "Long", "documentation" : "

The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTo", "beanStyleSetterMethodName" : "setTo", "c2jName" : "to", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #to(Long)}.\n@param to a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #to(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

\n@return The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.\n@deprecated Use {@link #to()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

\n@param to The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #to(Long)}\n", "documentation" : "

The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the To property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTo", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "to", "fluentSetterDocumentation" : "

The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

\n@param to The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "to", "getterDocumentation" : "

The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

\n@return The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "to", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "to", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "To", "sensitive" : false, "setterDocumentation" : "

The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

\n@param to The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.", "setterMethodName" : "setTo", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "to", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "to", "variableType" : "Long", "documentation" : "

The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestination", "beanStyleSetterMethodName" : "setDestination", "c2jName" : "destination", "c2jShape" : "ExportDestinationBucket", "defaultConsumerFluentSetterDocumentation" : "

The name of Amazon S3 bucket to which the log data was exported.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destination(String)}.\n@param destination a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destination(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of Amazon S3 bucket to which the log data was exported.

\n@return The name of Amazon S3 bucket to which the log data was exported.\n@deprecated Use {@link #destination()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of Amazon S3 bucket to which the log data was exported.

\n@param destination The name of Amazon S3 bucket to which the log data was exported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destination(String)}\n", "documentation" : "

The name of Amazon S3 bucket to which the log data was exported.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Destination property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestination", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destination", "fluentSetterDocumentation" : "

The name of Amazon S3 bucket to which the log data was exported.

\n@param destination The name of Amazon S3 bucket to which the log data was exported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destination", "getterDocumentation" : "

The name of Amazon S3 bucket to which the log data was exported.

\n@return The name of Amazon S3 bucket to which the log data was exported.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destination", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Destination", "sensitive" : false, "setterDocumentation" : "

The name of Amazon S3 bucket to which the log data was exported.

\n@param destination The name of Amazon S3 bucket to which the log data was exported.", "setterMethodName" : "setDestination", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destination", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "destination", "variableType" : "String", "documentation" : "

The name of Amazon S3 bucket to which the log data was exported.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestinationPrefix", "beanStyleSetterMethodName" : "setDestinationPrefix", "c2jName" : "destinationPrefix", "c2jShape" : "ExportDestinationPrefix", "defaultConsumerFluentSetterDocumentation" : "

The prefix that was used as the start of Amazon S3 key for every object exported.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationPrefix(String)}.\n@param destinationPrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationPrefix(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The prefix that was used as the start of Amazon S3 key for every object exported.

\n@return The prefix that was used as the start of Amazon S3 key for every object exported.\n@deprecated Use {@link #destinationPrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The prefix that was used as the start of Amazon S3 key for every object exported.

\n@param destinationPrefix The prefix that was used as the start of Amazon S3 key for every object exported.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destinationPrefix(String)}\n", "documentation" : "

The prefix that was used as the start of Amazon S3 key for every object exported.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DestinationPrefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestinationPrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destinationPrefix", "fluentSetterDocumentation" : "

The prefix that was used as the start of Amazon S3 key for every object exported.

\n@param destinationPrefix The prefix that was used as the start of Amazon S3 key for every object exported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationPrefix", "getterDocumentation" : "

The prefix that was used as the start of Amazon S3 key for every object exported.

\n@return The prefix that was used as the start of Amazon S3 key for every object exported.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destinationPrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destinationPrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DestinationPrefix", "sensitive" : false, "setterDocumentation" : "

The prefix that was used as the start of Amazon S3 key for every object exported.

\n@param destinationPrefix The prefix that was used as the start of Amazon S3 key for every object exported.", "setterMethodName" : "setDestinationPrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destinationPrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "destinationPrefix", "variableType" : "String", "documentation" : "

The prefix that was used as the start of Amazon S3 key for every object exported.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "ExportTaskStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the export task.

\nThis is a convenience that creates an instance of the {@link ExportTaskStatus.Builder} avoiding the need to create one manually via {@link ExportTaskStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExportTaskStatus.Builder#build()} is called immediately and its result is passed to {@link #status(ExportTaskStatus)}.\n@param status a consumer that will call methods on {@link ExportTaskStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(ExportTaskStatus)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The status of the export task.

\n@return The status of the export task.\n@deprecated Use {@link #status()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the export task.

\n@param status The status of the export task.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(ExportTaskStatus)}\n", "documentation" : "

The status of the export task.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The status of the export task.

\n@param status The status of the export task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the export task.

\n@return The status of the export task.", "getterModel" : { "returnType" : "ExportTaskStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

The status of the export task.

\n@param status The status of the export task.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "ExportTaskStatus", "variableName" : "status", "variableType" : "ExportTaskStatus", "documentation" : null, "simpleType" : "ExportTaskStatus", "variableSetterType" : "ExportTaskStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ExportTaskStatus", "variableName" : "status", "variableType" : "ExportTaskStatus", "documentation" : "

The status of the export task.

", "simpleType" : "ExportTaskStatus", "variableSetterType" : "ExportTaskStatus" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getExecutionInfo", "beanStyleSetterMethodName" : "setExecutionInfo", "c2jName" : "executionInfo", "c2jShape" : "ExportTaskExecutionInfo", "defaultConsumerFluentSetterDocumentation" : "

Execution info about the export task.

\nThis is a convenience that creates an instance of the {@link ExportTaskExecutionInfo.Builder} avoiding the need to create one manually via {@link ExportTaskExecutionInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExportTaskExecutionInfo.Builder#build()} is called immediately and its result is passed to {@link #executionInfo(ExportTaskExecutionInfo)}.\n@param executionInfo a consumer that will call methods on {@link ExportTaskExecutionInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #executionInfo(ExportTaskExecutionInfo)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Execution info about the export task.

\n@return Execution info about the export task.\n@deprecated Use {@link #executionInfo()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Execution info about the export task.

\n@param executionInfo Execution info about the export task.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #executionInfo(ExportTaskExecutionInfo)}\n", "documentation" : "

Execution info about the export task.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ExecutionInfo property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasExecutionInfo", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "executionInfo", "fluentSetterDocumentation" : "

Execution info about the export task.

\n@param executionInfo Execution info about the export task.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "executionInfo", "getterDocumentation" : "

Execution info about the export task.

\n@return Execution info about the export task.", "getterModel" : { "returnType" : "ExportTaskExecutionInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "executionInfo", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "executionInfo", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ExecutionInfo", "sensitive" : false, "setterDocumentation" : "

Execution info about the export task.

\n@param executionInfo Execution info about the export task.", "setterMethodName" : "setExecutionInfo", "setterModel" : { "variableDeclarationType" : "ExportTaskExecutionInfo", "variableName" : "executionInfo", "variableType" : "ExportTaskExecutionInfo", "documentation" : null, "simpleType" : "ExportTaskExecutionInfo", "variableSetterType" : "ExportTaskExecutionInfo" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ExportTaskExecutionInfo", "variableName" : "executionInfo", "variableType" : "ExportTaskExecutionInfo", "documentation" : "

Execution info about the export task.

", "simpleType" : "ExportTaskExecutionInfo", "variableSetterType" : "ExportTaskExecutionInfo" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ExportTask", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ExportTask", "variableName" : "exportTask", "variableType" : "ExportTask", "documentation" : null, "simpleType" : "ExportTask", "variableSetterType" : "ExportTask" }, "wrapper" : false, "xmlNamespace" : null }, "ExportTaskExecutionInfo" : { "c2jName" : "ExportTaskExecutionInfo", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the status of an export task.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Long)}.\n@param creationTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Long)}\n", "documentation" : "

The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "creationTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "creationTime", "variableType" : "Long", "documentation" : "

The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCompletionTime", "beanStyleSetterMethodName" : "setCompletionTime", "c2jName" : "completionTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #completionTime(Long)}.\n@param completionTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #completionTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #completionTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param completionTime The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completionTime(Long)}\n", "documentation" : "

The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CompletionTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCompletionTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "completionTime", "fluentSetterDocumentation" : "

The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param completionTime The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "completionTime", "getterDocumentation" : "

The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "completionTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "completionTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "CompletionTime", "sensitive" : false, "setterDocumentation" : "

The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param completionTime The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setCompletionTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "completionTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "completionTime", "variableType" : "Long", "documentation" : "

The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CompletionTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCompletionTime", "beanStyleSetterMethodName" : "setCompletionTime", "c2jName" : "completionTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #completionTime(Long)}.\n@param completionTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #completionTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #completionTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param completionTime The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completionTime(Long)}\n", "documentation" : "

The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CompletionTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCompletionTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "completionTime", "fluentSetterDocumentation" : "

The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param completionTime The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "completionTime", "getterDocumentation" : "

The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "completionTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "completionTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "CompletionTime", "sensitive" : false, "setterDocumentation" : "

The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param completionTime The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setCompletionTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "completionTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "completionTime", "variableType" : "Long", "documentation" : "

The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CreationTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Long)}.\n@param creationTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Long)}\n", "documentation" : "

The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "creationTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "creationTime", "variableType" : "Long", "documentation" : "

The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Long)}.\n@param creationTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Long)}\n", "documentation" : "

The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "creationTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "creationTime", "variableType" : "Long", "documentation" : "

The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCompletionTime", "beanStyleSetterMethodName" : "setCompletionTime", "c2jName" : "completionTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #completionTime(Long)}.\n@param completionTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #completionTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #completionTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param completionTime The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completionTime(Long)}\n", "documentation" : "

The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CompletionTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCompletionTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "completionTime", "fluentSetterDocumentation" : "

The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param completionTime The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "completionTime", "getterDocumentation" : "

The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "completionTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "completionTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "CompletionTime", "sensitive" : false, "setterDocumentation" : "

The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param completionTime The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setCompletionTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "completionTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "completionTime", "variableType" : "Long", "documentation" : "

The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ExportTaskExecutionInfo", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ExportTaskExecutionInfo", "variableName" : "exportTaskExecutionInfo", "variableType" : "ExportTaskExecutionInfo", "documentation" : null, "simpleType" : "ExportTaskExecutionInfo", "variableSetterType" : "ExportTaskExecutionInfo" }, "wrapper" : false, "xmlNamespace" : null }, "ExportTaskStatus" : { "c2jName" : "ExportTaskStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents the status of an export task.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCode", "beanStyleSetterMethodName" : "setCode", "c2jName" : "code", "c2jShape" : "ExportTaskStatusCode", "defaultConsumerFluentSetterDocumentation" : "

The status code of the export task.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #codeAsString(String)}.\n@param code a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #code(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The status code of the export task.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #code} will return {@link ExportTaskStatusCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #codeAsString}.\n

\n@return The status code of the export task.\n@see ExportTaskStatusCode\n@deprecated Use {@link #codeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status code of the export task.

\n@param code The status code of the export task.\n@see ExportTaskStatusCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExportTaskStatusCode\n@deprecated Use {@link #code(String)}\n", "documentation" : "

The status code of the export task.

", "endpointDiscoveryId" : false, "enumType" : "ExportTaskStatusCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Code property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCode", "fluentEnumGetterMethodName" : "code", "fluentEnumSetterMethodName" : "code", "fluentGetterMethodName" : "codeAsString", "fluentSetterDocumentation" : "

The status code of the export task.

\n@param code The status code of the export task.\n@see ExportTaskStatusCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExportTaskStatusCode", "fluentSetterMethodName" : "code", "getterDocumentation" : "

The status code of the export task.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #code} will return {@link ExportTaskStatusCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #codeAsString}.\n

\n@return The status code of the export task.\n@see ExportTaskStatusCode", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "code", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "code", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Code", "sensitive" : false, "setterDocumentation" : "

The status code of the export task.

\n@param code The status code of the export task.\n@see ExportTaskStatusCode", "setterMethodName" : "setCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "code", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "code", "variableType" : "String", "documentation" : "

The status code of the export task.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "message", "c2jShape" : "ExportTaskStatusMessage", "defaultConsumerFluentSetterDocumentation" : "

The status message related to the status code.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #message(String)}.\n@param message a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #message(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The status message related to the status code.

\n@return The status message related to the status code.\n@deprecated Use {@link #message()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status message related to the status code.

\n@param message The status message related to the status code.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #message(String)}\n", "documentation" : "

The status message related to the status code.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Message property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "message", "fluentSetterDocumentation" : "

The status message related to the status code.

\n@param message The status message related to the status code.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

The status message related to the status code.

\n@return The status message related to the status code.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "message", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Message", "sensitive" : false, "setterDocumentation" : "

The status message related to the status code.

\n@param message The status message related to the status code.", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

The status message related to the status code.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Code" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCode", "beanStyleSetterMethodName" : "setCode", "c2jName" : "code", "c2jShape" : "ExportTaskStatusCode", "defaultConsumerFluentSetterDocumentation" : "

The status code of the export task.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #codeAsString(String)}.\n@param code a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #code(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The status code of the export task.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #code} will return {@link ExportTaskStatusCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #codeAsString}.\n

\n@return The status code of the export task.\n@see ExportTaskStatusCode\n@deprecated Use {@link #codeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status code of the export task.

\n@param code The status code of the export task.\n@see ExportTaskStatusCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExportTaskStatusCode\n@deprecated Use {@link #code(String)}\n", "documentation" : "

The status code of the export task.

", "endpointDiscoveryId" : false, "enumType" : "ExportTaskStatusCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Code property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCode", "fluentEnumGetterMethodName" : "code", "fluentEnumSetterMethodName" : "code", "fluentGetterMethodName" : "codeAsString", "fluentSetterDocumentation" : "

The status code of the export task.

\n@param code The status code of the export task.\n@see ExportTaskStatusCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExportTaskStatusCode", "fluentSetterMethodName" : "code", "getterDocumentation" : "

The status code of the export task.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #code} will return {@link ExportTaskStatusCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #codeAsString}.\n

\n@return The status code of the export task.\n@see ExportTaskStatusCode", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "code", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "code", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Code", "sensitive" : false, "setterDocumentation" : "

The status code of the export task.

\n@param code The status code of the export task.\n@see ExportTaskStatusCode", "setterMethodName" : "setCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "code", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "code", "variableType" : "String", "documentation" : "

The status code of the export task.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Message" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "message", "c2jShape" : "ExportTaskStatusMessage", "defaultConsumerFluentSetterDocumentation" : "

The status message related to the status code.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #message(String)}.\n@param message a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #message(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The status message related to the status code.

\n@return The status message related to the status code.\n@deprecated Use {@link #message()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status message related to the status code.

\n@param message The status message related to the status code.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #message(String)}\n", "documentation" : "

The status message related to the status code.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Message property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "message", "fluentSetterDocumentation" : "

The status message related to the status code.

\n@param message The status message related to the status code.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

The status message related to the status code.

\n@return The status message related to the status code.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "message", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Message", "sensitive" : false, "setterDocumentation" : "

The status message related to the status code.

\n@param message The status message related to the status code.", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

The status message related to the status code.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCode", "beanStyleSetterMethodName" : "setCode", "c2jName" : "code", "c2jShape" : "ExportTaskStatusCode", "defaultConsumerFluentSetterDocumentation" : "

The status code of the export task.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #codeAsString(String)}.\n@param code a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #code(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The status code of the export task.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #code} will return {@link ExportTaskStatusCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #codeAsString}.\n

\n@return The status code of the export task.\n@see ExportTaskStatusCode\n@deprecated Use {@link #codeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status code of the export task.

\n@param code The status code of the export task.\n@see ExportTaskStatusCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExportTaskStatusCode\n@deprecated Use {@link #code(String)}\n", "documentation" : "

The status code of the export task.

", "endpointDiscoveryId" : false, "enumType" : "ExportTaskStatusCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Code property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCode", "fluentEnumGetterMethodName" : "code", "fluentEnumSetterMethodName" : "code", "fluentGetterMethodName" : "codeAsString", "fluentSetterDocumentation" : "

The status code of the export task.

\n@param code The status code of the export task.\n@see ExportTaskStatusCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExportTaskStatusCode", "fluentSetterMethodName" : "code", "getterDocumentation" : "

The status code of the export task.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #code} will return {@link ExportTaskStatusCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #codeAsString}.\n

\n@return The status code of the export task.\n@see ExportTaskStatusCode", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "code", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "code", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Code", "sensitive" : false, "setterDocumentation" : "

The status code of the export task.

\n@param code The status code of the export task.\n@see ExportTaskStatusCode", "setterMethodName" : "setCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "code", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "code", "variableType" : "String", "documentation" : "

The status code of the export task.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "message", "c2jShape" : "ExportTaskStatusMessage", "defaultConsumerFluentSetterDocumentation" : "

The status message related to the status code.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #message(String)}.\n@param message a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #message(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The status message related to the status code.

\n@return The status message related to the status code.\n@deprecated Use {@link #message()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status message related to the status code.

\n@param message The status message related to the status code.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #message(String)}\n", "documentation" : "

The status message related to the status code.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Message property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "message", "fluentSetterDocumentation" : "

The status message related to the status code.

\n@param message The status message related to the status code.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

The status message related to the status code.

\n@return The status message related to the status code.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "message", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Message", "sensitive" : false, "setterDocumentation" : "

The status message related to the status code.

\n@param message The status message related to the status code.", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

The status message related to the status code.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ExportTaskStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ExportTaskStatus", "variableName" : "exportTaskStatus", "variableType" : "ExportTaskStatus", "documentation" : null, "simpleType" : "ExportTaskStatus", "variableSetterType" : "ExportTaskStatus" }, "wrapper" : false, "xmlNamespace" : null }, "ExportTaskStatusCode" : { "c2jName" : "ExportTaskStatusCode", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "CANCELLED", "value" : "CANCELLED" }, { "name" : "COMPLETED", "value" : "COMPLETED" }, { "name" : "FAILED", "value" : "FAILED" }, { "name" : "PENDING", "value" : "PENDING" }, { "name" : "PENDING_CANCEL", "value" : "PENDING_CANCEL" }, { "name" : "RUNNING", "value" : "RUNNING" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ExportTaskStatusCode", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ExportTaskStatusCode", "variableName" : "exportTaskStatusCode", "variableType" : "ExportTaskStatusCode", "documentation" : null, "simpleType" : "ExportTaskStatusCode", "variableSetterType" : "ExportTaskStatusCode" }, "wrapper" : false, "xmlNamespace" : null }, "FilterLogEventsRequest" : { "c2jName" : "FilterLogEventsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "FilterLogEvents", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.FilterLogEvents", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group to search.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group to search.

\n@return The name of the log group to search.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group to search.

\n@param logGroupName The name of the log group to search.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group to search.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group to search.

\n@param logGroupName The name of the log group to search.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group to search.

\n@return The name of the log group to search.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group to search.

\n@param logGroupName The name of the log group to search.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group to search.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLogStreamNames", "beanStyleSetterMethodName" : "setLogStreamNames", "c2jName" : "logStreamNames", "c2jShape" : "InputLogStreamNames", "defaultConsumerFluentSetterDocumentation" : "

Filters the results to only logs from the log streams in this list.

If you specify a value for both logStreamNamePrefix and logStreamNames, the action returns an InvalidParameterException error.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #logStreamNames(List)}.\n@param logStreamNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamNames(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Filters the results to only logs from the log streams in this list.

If you specify a value for both logStreamNamePrefix and logStreamNames, the action returns an InvalidParameterException error.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogStreamNames()} to see if a value was sent in this field.\n

\n@return Filters the results to only logs from the log streams in this list.

If you specify a value for both logStreamNamePrefix and logStreamNames, the action returns an InvalidParameterException error.\n@deprecated Use {@link #logStreamNames()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Filters the results to only logs from the log streams in this list.

If you specify a value for both logStreamNamePrefix and logStreamNames, the action returns an InvalidParameterException error.

\n@param logStreamNames Filters the results to only logs from the log streams in this list.

If you specify a value for both logStreamNamePrefix and logStreamNames, the action returns an InvalidParameterException error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logStreamNames(List)}\n", "documentation" : "

Filters the results to only logs from the log streams in this list.

If you specify a value for both logStreamNamePrefix and logStreamNames, the action returns an InvalidParameterException error.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogStreamNames property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogStreamNames", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logStreamNames", "fluentSetterDocumentation" : "

Filters the results to only logs from the log streams in this list.

If you specify a value for both logStreamNamePrefix and logStreamNames, the action returns an InvalidParameterException error.

\n@param logStreamNames Filters the results to only logs from the log streams in this list.

If you specify a value for both logStreamNamePrefix and logStreamNames, the action returns an InvalidParameterException error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamNames", "getterDocumentation" : "

Filters the results to only logs from the log streams in this list.

If you specify a value for both logStreamNamePrefix and logStreamNames, the action returns an InvalidParameterException error.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogStreamNames()} to see if a value was sent in this field.\n

\n@return Filters the results to only logs from the log streams in this list.

If you specify a value for both logStreamNamePrefix and logStreamNames, the action returns an InvalidParameterException error.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logStreamNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logStreamNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LogStreamName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LogStreamNames", "sensitive" : false, "setterDocumentation" : "

Filters the results to only logs from the log streams in this list.

If you specify a value for both logStreamNamePrefix and logStreamNames, the action returns an InvalidParameterException error.

\n@param logStreamNames Filters the results to only logs from the log streams in this list.

If you specify a value for both logStreamNamePrefix and logStreamNames, the action returns an InvalidParameterException error.", "setterMethodName" : "setLogStreamNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "logStreamNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "logStreamNames", "variableType" : "java.util.List", "documentation" : "

Filters the results to only logs from the log streams in this list.

If you specify a value for both logStreamNamePrefix and logStreamNames, the action returns an InvalidParameterException error.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogStreamNamePrefix", "beanStyleSetterMethodName" : "setLogStreamNamePrefix", "c2jName" : "logStreamNamePrefix", "c2jShape" : "LogStreamName", "defaultConsumerFluentSetterDocumentation" : "

Filters the results to include only events from log streams that have names starting with this prefix.

If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamNamePrefix(String)}.\n@param logStreamNamePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamNamePrefix(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Filters the results to include only events from log streams that have names starting with this prefix.

If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.

\n@return Filters the results to include only events from log streams that have names starting with this prefix.

If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.\n@deprecated Use {@link #logStreamNamePrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Filters the results to include only events from log streams that have names starting with this prefix.

If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.

\n@param logStreamNamePrefix Filters the results to include only events from log streams that have names starting with this prefix.

If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logStreamNamePrefix(String)}\n", "documentation" : "

Filters the results to include only events from log streams that have names starting with this prefix.

If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogStreamNamePrefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogStreamNamePrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logStreamNamePrefix", "fluentSetterDocumentation" : "

Filters the results to include only events from log streams that have names starting with this prefix.

If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.

\n@param logStreamNamePrefix Filters the results to include only events from log streams that have names starting with this prefix.

If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamNamePrefix", "getterDocumentation" : "

Filters the results to include only events from log streams that have names starting with this prefix.

If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.

\n@return Filters the results to include only events from log streams that have names starting with this prefix.

If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logStreamNamePrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logStreamNamePrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogStreamNamePrefix", "sensitive" : false, "setterDocumentation" : "

Filters the results to include only events from log streams that have names starting with this prefix.

If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.

\n@param logStreamNamePrefix Filters the results to include only events from log streams that have names starting with this prefix.

If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.", "setterMethodName" : "setLogStreamNamePrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamNamePrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamNamePrefix", "variableType" : "String", "documentation" : "

Filters the results to include only events from log streams that have names starting with this prefix.

If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "startTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not returned.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #startTime(Long)}.\n@param startTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not returned.

\n@return The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not returned.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not returned.

\n@param startTime The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Long)}\n", "documentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not returned.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not returned.

\n@param startTime The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not returned.

\n@return The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not returned.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "startTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "startTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not returned.

\n@param startTime The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not returned.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "startTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "startTime", "variableType" : "Long", "documentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not returned.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "endTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not returned.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #endTime(Long)}.\n@param endTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not returned.

\n@return The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not returned.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not returned.

\n@param endTime The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Long)}\n", "documentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not returned.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not returned.

\n@param endTime The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not returned.

\n@return The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not returned.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "endTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "endTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "EndTime", "sensitive" : false, "setterDocumentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not returned.

\n@param endTime The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not returned.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "endTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "endTime", "variableType" : "Long", "documentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not returned.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterPattern", "beanStyleSetterMethodName" : "setFilterPattern", "c2jName" : "filterPattern", "c2jShape" : "FilterPattern", "defaultConsumerFluentSetterDocumentation" : "

The filter pattern to use. For more information, see Filter and Pattern Syntax.

If not provided, all the events are matched.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterPattern(String)}.\n@param filterPattern a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterPattern(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The filter pattern to use. For more information, see Filter and Pattern Syntax.

If not provided, all the events are matched.

\n@return The filter pattern to use. For more information, see Filter and Pattern Syntax.

If not provided, all the events are matched.\n@deprecated Use {@link #filterPattern()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The filter pattern to use. For more information, see Filter and Pattern Syntax.

If not provided, all the events are matched.

\n@param filterPattern The filter pattern to use. For more information, see Filter and Pattern Syntax.

If not provided, all the events are matched.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterPattern(String)}\n", "documentation" : "

The filter pattern to use. For more information, see Filter and Pattern Syntax.

If not provided, all the events are matched.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterPattern property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterPattern", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterPattern", "fluentSetterDocumentation" : "

The filter pattern to use. For more information, see Filter and Pattern Syntax.

If not provided, all the events are matched.

\n@param filterPattern The filter pattern to use. For more information, see Filter and Pattern Syntax.

If not provided, all the events are matched.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterPattern", "getterDocumentation" : "

The filter pattern to use. For more information, see Filter and Pattern Syntax.

If not provided, all the events are matched.

\n@return The filter pattern to use. For more information, see Filter and Pattern Syntax.

If not provided, all the events are matched.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterPattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterPattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterPattern", "sensitive" : false, "setterDocumentation" : "

The filter pattern to use. For more information, see Filter and Pattern Syntax.

If not provided, all the events are matched.

\n@param filterPattern The filter pattern to use. For more information, see Filter and Pattern Syntax.

If not provided, all the events are matched.", "setterMethodName" : "setFilterPattern", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterPattern", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterPattern", "variableType" : "String", "documentation" : "

The filter pattern to use. For more information, see Filter and Pattern Syntax.

If not provided, all the events are matched.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of events to return. (You received this token from a previous call.)

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of events to return. (You received this token from a previous call.)

\n@return The token for the next set of events to return. (You received this token from a previous call.)\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of events to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of events to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of events to return. (You received this token from a previous call.)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of events to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of events to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of events to return. (You received this token from a previous call.)

\n@return The token for the next set of events to return. (You received this token from a previous call.)", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of events to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of events to return. (You received this token from a previous call.)", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of events to return. (You received this token from a previous call.)

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "limit", "c2jShape" : "EventsLimit", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of events to return. The default is 10,000 events.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of events to return. The default is 10,000 events.

\n@return The maximum number of events to return. The default is 10,000 events.\n@deprecated Use {@link #limit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of events to return. The default is 10,000 events.

\n@param limit The maximum number of events to return. The default is 10,000 events.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limit(Integer)}\n", "documentation" : "

The maximum number of events to return. The default is 10,000 events.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

The maximum number of events to return. The default is 10,000 events.

\n@param limit The maximum number of events to return. The default is 10,000 events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

The maximum number of events to return. The default is 10,000 events.

\n@return The maximum number of events to return. The default is 10,000 events.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "limit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Limit", "sensitive" : false, "setterDocumentation" : "

The maximum number of events to return. The default is 10,000 events.

\n@param limit The maximum number of events to return. The default is 10,000 events.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

The maximum number of events to return. The default is 10,000 events.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getInterleaved", "beanStyleSetterMethodName" : "setInterleaved", "c2jName" : "interleaved", "c2jShape" : "Interleaved", "defaultConsumerFluentSetterDocumentation" : "

If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response. If the value is false, all the matched log events in the first log stream are searched first, then those in the next log stream, and so on. The default is false.

IMPORTANT: Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #interleaved(Boolean)}.\n@param interleaved a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #interleaved(Boolean)", "deprecated" : true, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response. If the value is false, all the matched log events in the first log stream are searched first, then those in the next log stream, and so on. The default is false.

IMPORTANT: Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.

\n@return If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response. If the value is false, all the matched log events in the first log stream are searched first, then those in the next log stream, and so on. The default is false.

IMPORTANT: Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.\n@deprecated Use {@link #interleaved()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response. If the value is false, all the matched log events in the first log stream are searched first, then those in the next log stream, and so on. The default is false.

IMPORTANT: Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.

\n@param interleaved If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response. If the value is false, all the matched log events in the first log stream are searched first, then those in the next log stream, and so on. The default is false.

IMPORTANT: Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #interleaved(Boolean)}\n", "documentation" : "

If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response. If the value is false, all the matched log events in the first log stream are searched first, then those in the next log stream, and so on. The default is false.

IMPORTANT: Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Interleaved property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasInterleaved", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "interleaved", "fluentSetterDocumentation" : "

If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response. If the value is false, all the matched log events in the first log stream are searched first, then those in the next log stream, and so on. The default is false.

IMPORTANT: Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.

\n@param interleaved If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response. If the value is false, all the matched log events in the first log stream are searched first, then those in the next log stream, and so on. The default is false.

IMPORTANT: Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "interleaved", "getterDocumentation" : "

If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response. If the value is false, all the matched log events in the first log stream are searched first, then those in the next log stream, and so on. The default is false.

IMPORTANT: Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.

\n@return If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response. If the value is false, all the matched log events in the first log stream are searched first, then those in the next log stream, and so on. The default is false.

IMPORTANT: Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "interleaved", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "interleaved", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Interleaved", "sensitive" : false, "setterDocumentation" : "

If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response. If the value is false, all the matched log events in the first log stream are searched first, then those in the next log stream, and so on. The default is false.

IMPORTANT: Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.

\n@param interleaved If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response. If the value is false, all the matched log events in the first log stream are searched first, then those in the next log stream, and so on. The default is false.

IMPORTANT: Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.", "setterMethodName" : "setInterleaved", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "interleaved", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "interleaved", "variableType" : "Boolean", "documentation" : "

If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response. If the value is false, all the matched log events in the first log stream are searched first, then those in the next log stream, and so on. The default is false.

IMPORTANT: Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EndTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "endTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not returned.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #endTime(Long)}.\n@param endTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not returned.

\n@return The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not returned.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not returned.

\n@param endTime The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Long)}\n", "documentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not returned.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not returned.

\n@param endTime The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not returned.

\n@return The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not returned.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "endTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "endTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "EndTime", "sensitive" : false, "setterDocumentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not returned.

\n@param endTime The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not returned.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "endTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "endTime", "variableType" : "Long", "documentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not returned.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FilterPattern" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterPattern", "beanStyleSetterMethodName" : "setFilterPattern", "c2jName" : "filterPattern", "c2jShape" : "FilterPattern", "defaultConsumerFluentSetterDocumentation" : "

The filter pattern to use. For more information, see Filter and Pattern Syntax.

If not provided, all the events are matched.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterPattern(String)}.\n@param filterPattern a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterPattern(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The filter pattern to use. For more information, see Filter and Pattern Syntax.

If not provided, all the events are matched.

\n@return The filter pattern to use. For more information, see Filter and Pattern Syntax.

If not provided, all the events are matched.\n@deprecated Use {@link #filterPattern()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The filter pattern to use. For more information, see Filter and Pattern Syntax.

If not provided, all the events are matched.

\n@param filterPattern The filter pattern to use. For more information, see Filter and Pattern Syntax.

If not provided, all the events are matched.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterPattern(String)}\n", "documentation" : "

The filter pattern to use. For more information, see Filter and Pattern Syntax.

If not provided, all the events are matched.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterPattern property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterPattern", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterPattern", "fluentSetterDocumentation" : "

The filter pattern to use. For more information, see Filter and Pattern Syntax.

If not provided, all the events are matched.

\n@param filterPattern The filter pattern to use. For more information, see Filter and Pattern Syntax.

If not provided, all the events are matched.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterPattern", "getterDocumentation" : "

The filter pattern to use. For more information, see Filter and Pattern Syntax.

If not provided, all the events are matched.

\n@return The filter pattern to use. For more information, see Filter and Pattern Syntax.

If not provided, all the events are matched.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterPattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterPattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterPattern", "sensitive" : false, "setterDocumentation" : "

The filter pattern to use. For more information, see Filter and Pattern Syntax.

If not provided, all the events are matched.

\n@param filterPattern The filter pattern to use. For more information, see Filter and Pattern Syntax.

If not provided, all the events are matched.", "setterMethodName" : "setFilterPattern", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterPattern", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterPattern", "variableType" : "String", "documentation" : "

The filter pattern to use. For more information, see Filter and Pattern Syntax.

If not provided, all the events are matched.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Interleaved" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getInterleaved", "beanStyleSetterMethodName" : "setInterleaved", "c2jName" : "interleaved", "c2jShape" : "Interleaved", "defaultConsumerFluentSetterDocumentation" : "

If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response. If the value is false, all the matched log events in the first log stream are searched first, then those in the next log stream, and so on. The default is false.

IMPORTANT: Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #interleaved(Boolean)}.\n@param interleaved a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #interleaved(Boolean)", "deprecated" : true, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response. If the value is false, all the matched log events in the first log stream are searched first, then those in the next log stream, and so on. The default is false.

IMPORTANT: Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.

\n@return If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response. If the value is false, all the matched log events in the first log stream are searched first, then those in the next log stream, and so on. The default is false.

IMPORTANT: Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.\n@deprecated Use {@link #interleaved()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response. If the value is false, all the matched log events in the first log stream are searched first, then those in the next log stream, and so on. The default is false.

IMPORTANT: Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.

\n@param interleaved If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response. If the value is false, all the matched log events in the first log stream are searched first, then those in the next log stream, and so on. The default is false.

IMPORTANT: Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #interleaved(Boolean)}\n", "documentation" : "

If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response. If the value is false, all the matched log events in the first log stream are searched first, then those in the next log stream, and so on. The default is false.

IMPORTANT: Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Interleaved property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasInterleaved", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "interleaved", "fluentSetterDocumentation" : "

If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response. If the value is false, all the matched log events in the first log stream are searched first, then those in the next log stream, and so on. The default is false.

IMPORTANT: Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.

\n@param interleaved If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response. If the value is false, all the matched log events in the first log stream are searched first, then those in the next log stream, and so on. The default is false.

IMPORTANT: Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "interleaved", "getterDocumentation" : "

If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response. If the value is false, all the matched log events in the first log stream are searched first, then those in the next log stream, and so on. The default is false.

IMPORTANT: Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.

\n@return If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response. If the value is false, all the matched log events in the first log stream are searched first, then those in the next log stream, and so on. The default is false.

IMPORTANT: Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "interleaved", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "interleaved", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Interleaved", "sensitive" : false, "setterDocumentation" : "

If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response. If the value is false, all the matched log events in the first log stream are searched first, then those in the next log stream, and so on. The default is false.

IMPORTANT: Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.

\n@param interleaved If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response. If the value is false, all the matched log events in the first log stream are searched first, then those in the next log stream, and so on. The default is false.

IMPORTANT: Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.", "setterMethodName" : "setInterleaved", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "interleaved", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "interleaved", "variableType" : "Boolean", "documentation" : "

If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response. If the value is false, all the matched log events in the first log stream are searched first, then those in the next log stream, and so on. The default is false.

IMPORTANT: Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Limit" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "limit", "c2jShape" : "EventsLimit", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of events to return. The default is 10,000 events.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of events to return. The default is 10,000 events.

\n@return The maximum number of events to return. The default is 10,000 events.\n@deprecated Use {@link #limit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of events to return. The default is 10,000 events.

\n@param limit The maximum number of events to return. The default is 10,000 events.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limit(Integer)}\n", "documentation" : "

The maximum number of events to return. The default is 10,000 events.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

The maximum number of events to return. The default is 10,000 events.

\n@param limit The maximum number of events to return. The default is 10,000 events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

The maximum number of events to return. The default is 10,000 events.

\n@return The maximum number of events to return. The default is 10,000 events.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "limit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Limit", "sensitive" : false, "setterDocumentation" : "

The maximum number of events to return. The default is 10,000 events.

\n@param limit The maximum number of events to return. The default is 10,000 events.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

The maximum number of events to return. The default is 10,000 events.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LogGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group to search.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group to search.

\n@return The name of the log group to search.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group to search.

\n@param logGroupName The name of the log group to search.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group to search.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group to search.

\n@param logGroupName The name of the log group to search.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group to search.

\n@return The name of the log group to search.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group to search.

\n@param logGroupName The name of the log group to search.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group to search.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LogStreamNamePrefix" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogStreamNamePrefix", "beanStyleSetterMethodName" : "setLogStreamNamePrefix", "c2jName" : "logStreamNamePrefix", "c2jShape" : "LogStreamName", "defaultConsumerFluentSetterDocumentation" : "

Filters the results to include only events from log streams that have names starting with this prefix.

If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamNamePrefix(String)}.\n@param logStreamNamePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamNamePrefix(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Filters the results to include only events from log streams that have names starting with this prefix.

If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.

\n@return Filters the results to include only events from log streams that have names starting with this prefix.

If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.\n@deprecated Use {@link #logStreamNamePrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Filters the results to include only events from log streams that have names starting with this prefix.

If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.

\n@param logStreamNamePrefix Filters the results to include only events from log streams that have names starting with this prefix.

If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logStreamNamePrefix(String)}\n", "documentation" : "

Filters the results to include only events from log streams that have names starting with this prefix.

If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogStreamNamePrefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogStreamNamePrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logStreamNamePrefix", "fluentSetterDocumentation" : "

Filters the results to include only events from log streams that have names starting with this prefix.

If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.

\n@param logStreamNamePrefix Filters the results to include only events from log streams that have names starting with this prefix.

If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamNamePrefix", "getterDocumentation" : "

Filters the results to include only events from log streams that have names starting with this prefix.

If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.

\n@return Filters the results to include only events from log streams that have names starting with this prefix.

If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logStreamNamePrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logStreamNamePrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogStreamNamePrefix", "sensitive" : false, "setterDocumentation" : "

Filters the results to include only events from log streams that have names starting with this prefix.

If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.

\n@param logStreamNamePrefix Filters the results to include only events from log streams that have names starting with this prefix.

If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.", "setterMethodName" : "setLogStreamNamePrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamNamePrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamNamePrefix", "variableType" : "String", "documentation" : "

Filters the results to include only events from log streams that have names starting with this prefix.

If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LogStreamNames" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLogStreamNames", "beanStyleSetterMethodName" : "setLogStreamNames", "c2jName" : "logStreamNames", "c2jShape" : "InputLogStreamNames", "defaultConsumerFluentSetterDocumentation" : "

Filters the results to only logs from the log streams in this list.

If you specify a value for both logStreamNamePrefix and logStreamNames, the action returns an InvalidParameterException error.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #logStreamNames(List)}.\n@param logStreamNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamNames(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Filters the results to only logs from the log streams in this list.

If you specify a value for both logStreamNamePrefix and logStreamNames, the action returns an InvalidParameterException error.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogStreamNames()} to see if a value was sent in this field.\n

\n@return Filters the results to only logs from the log streams in this list.

If you specify a value for both logStreamNamePrefix and logStreamNames, the action returns an InvalidParameterException error.\n@deprecated Use {@link #logStreamNames()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Filters the results to only logs from the log streams in this list.

If you specify a value for both logStreamNamePrefix and logStreamNames, the action returns an InvalidParameterException error.

\n@param logStreamNames Filters the results to only logs from the log streams in this list.

If you specify a value for both logStreamNamePrefix and logStreamNames, the action returns an InvalidParameterException error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logStreamNames(List)}\n", "documentation" : "

Filters the results to only logs from the log streams in this list.

If you specify a value for both logStreamNamePrefix and logStreamNames, the action returns an InvalidParameterException error.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogStreamNames property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogStreamNames", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logStreamNames", "fluentSetterDocumentation" : "

Filters the results to only logs from the log streams in this list.

If you specify a value for both logStreamNamePrefix and logStreamNames, the action returns an InvalidParameterException error.

\n@param logStreamNames Filters the results to only logs from the log streams in this list.

If you specify a value for both logStreamNamePrefix and logStreamNames, the action returns an InvalidParameterException error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamNames", "getterDocumentation" : "

Filters the results to only logs from the log streams in this list.

If you specify a value for both logStreamNamePrefix and logStreamNames, the action returns an InvalidParameterException error.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogStreamNames()} to see if a value was sent in this field.\n

\n@return Filters the results to only logs from the log streams in this list.

If you specify a value for both logStreamNamePrefix and logStreamNames, the action returns an InvalidParameterException error.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logStreamNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logStreamNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LogStreamName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LogStreamNames", "sensitive" : false, "setterDocumentation" : "

Filters the results to only logs from the log streams in this list.

If you specify a value for both logStreamNamePrefix and logStreamNames, the action returns an InvalidParameterException error.

\n@param logStreamNames Filters the results to only logs from the log streams in this list.

If you specify a value for both logStreamNamePrefix and logStreamNames, the action returns an InvalidParameterException error.", "setterMethodName" : "setLogStreamNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "logStreamNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "logStreamNames", "variableType" : "java.util.List", "documentation" : "

Filters the results to only logs from the log streams in this list.

If you specify a value for both logStreamNamePrefix and logStreamNames, the action returns an InvalidParameterException error.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of events to return. (You received this token from a previous call.)

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of events to return. (You received this token from a previous call.)

\n@return The token for the next set of events to return. (You received this token from a previous call.)\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of events to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of events to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of events to return. (You received this token from a previous call.)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of events to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of events to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of events to return. (You received this token from a previous call.)

\n@return The token for the next set of events to return. (You received this token from a previous call.)", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of events to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of events to return. (You received this token from a previous call.)", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of events to return. (You received this token from a previous call.)

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StartTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "startTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not returned.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #startTime(Long)}.\n@param startTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not returned.

\n@return The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not returned.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not returned.

\n@param startTime The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Long)}\n", "documentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not returned.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not returned.

\n@param startTime The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not returned.

\n@return The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not returned.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "startTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "startTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not returned.

\n@param startTime The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not returned.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "startTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "startTime", "variableType" : "Long", "documentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not returned.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group to search.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group to search.

\n@return The name of the log group to search.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group to search.

\n@param logGroupName The name of the log group to search.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group to search.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group to search.

\n@param logGroupName The name of the log group to search.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group to search.

\n@return The name of the log group to search.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group to search.

\n@param logGroupName The name of the log group to search.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group to search.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLogStreamNames", "beanStyleSetterMethodName" : "setLogStreamNames", "c2jName" : "logStreamNames", "c2jShape" : "InputLogStreamNames", "defaultConsumerFluentSetterDocumentation" : "

Filters the results to only logs from the log streams in this list.

If you specify a value for both logStreamNamePrefix and logStreamNames, the action returns an InvalidParameterException error.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #logStreamNames(List)}.\n@param logStreamNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamNames(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Filters the results to only logs from the log streams in this list.

If you specify a value for both logStreamNamePrefix and logStreamNames, the action returns an InvalidParameterException error.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogStreamNames()} to see if a value was sent in this field.\n

\n@return Filters the results to only logs from the log streams in this list.

If you specify a value for both logStreamNamePrefix and logStreamNames, the action returns an InvalidParameterException error.\n@deprecated Use {@link #logStreamNames()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Filters the results to only logs from the log streams in this list.

If you specify a value for both logStreamNamePrefix and logStreamNames, the action returns an InvalidParameterException error.

\n@param logStreamNames Filters the results to only logs from the log streams in this list.

If you specify a value for both logStreamNamePrefix and logStreamNames, the action returns an InvalidParameterException error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logStreamNames(List)}\n", "documentation" : "

Filters the results to only logs from the log streams in this list.

If you specify a value for both logStreamNamePrefix and logStreamNames, the action returns an InvalidParameterException error.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogStreamNames property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogStreamNames", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logStreamNames", "fluentSetterDocumentation" : "

Filters the results to only logs from the log streams in this list.

If you specify a value for both logStreamNamePrefix and logStreamNames, the action returns an InvalidParameterException error.

\n@param logStreamNames Filters the results to only logs from the log streams in this list.

If you specify a value for both logStreamNamePrefix and logStreamNames, the action returns an InvalidParameterException error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamNames", "getterDocumentation" : "

Filters the results to only logs from the log streams in this list.

If you specify a value for both logStreamNamePrefix and logStreamNames, the action returns an InvalidParameterException error.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogStreamNames()} to see if a value was sent in this field.\n

\n@return Filters the results to only logs from the log streams in this list.

If you specify a value for both logStreamNamePrefix and logStreamNames, the action returns an InvalidParameterException error.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logStreamNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logStreamNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LogStreamName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LogStreamNames", "sensitive" : false, "setterDocumentation" : "

Filters the results to only logs from the log streams in this list.

If you specify a value for both logStreamNamePrefix and logStreamNames, the action returns an InvalidParameterException error.

\n@param logStreamNames Filters the results to only logs from the log streams in this list.

If you specify a value for both logStreamNamePrefix and logStreamNames, the action returns an InvalidParameterException error.", "setterMethodName" : "setLogStreamNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "logStreamNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "logStreamNames", "variableType" : "java.util.List", "documentation" : "

Filters the results to only logs from the log streams in this list.

If you specify a value for both logStreamNamePrefix and logStreamNames, the action returns an InvalidParameterException error.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogStreamNamePrefix", "beanStyleSetterMethodName" : "setLogStreamNamePrefix", "c2jName" : "logStreamNamePrefix", "c2jShape" : "LogStreamName", "defaultConsumerFluentSetterDocumentation" : "

Filters the results to include only events from log streams that have names starting with this prefix.

If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamNamePrefix(String)}.\n@param logStreamNamePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamNamePrefix(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Filters the results to include only events from log streams that have names starting with this prefix.

If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.

\n@return Filters the results to include only events from log streams that have names starting with this prefix.

If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.\n@deprecated Use {@link #logStreamNamePrefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Filters the results to include only events from log streams that have names starting with this prefix.

If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.

\n@param logStreamNamePrefix Filters the results to include only events from log streams that have names starting with this prefix.

If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logStreamNamePrefix(String)}\n", "documentation" : "

Filters the results to include only events from log streams that have names starting with this prefix.

If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogStreamNamePrefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogStreamNamePrefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logStreamNamePrefix", "fluentSetterDocumentation" : "

Filters the results to include only events from log streams that have names starting with this prefix.

If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.

\n@param logStreamNamePrefix Filters the results to include only events from log streams that have names starting with this prefix.

If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamNamePrefix", "getterDocumentation" : "

Filters the results to include only events from log streams that have names starting with this prefix.

If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.

\n@return Filters the results to include only events from log streams that have names starting with this prefix.

If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logStreamNamePrefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logStreamNamePrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogStreamNamePrefix", "sensitive" : false, "setterDocumentation" : "

Filters the results to include only events from log streams that have names starting with this prefix.

If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.

\n@param logStreamNamePrefix Filters the results to include only events from log streams that have names starting with this prefix.

If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.", "setterMethodName" : "setLogStreamNamePrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamNamePrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamNamePrefix", "variableType" : "String", "documentation" : "

Filters the results to include only events from log streams that have names starting with this prefix.

If you specify a value for both logStreamNamePrefix and logStreamNames, but the value for logStreamNamePrefix does not match any log stream names specified in logStreamNames, the action returns an InvalidParameterException error.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "startTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not returned.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #startTime(Long)}.\n@param startTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not returned.

\n@return The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not returned.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not returned.

\n@param startTime The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Long)}\n", "documentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not returned.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not returned.

\n@param startTime The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not returned.

\n@return The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not returned.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "startTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "startTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not returned.

\n@param startTime The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not returned.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "startTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "startTime", "variableType" : "Long", "documentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not returned.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "endTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not returned.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #endTime(Long)}.\n@param endTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not returned.

\n@return The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not returned.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not returned.

\n@param endTime The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Long)}\n", "documentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not returned.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not returned.

\n@param endTime The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not returned.

\n@return The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not returned.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "endTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "endTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "EndTime", "sensitive" : false, "setterDocumentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not returned.

\n@param endTime The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not returned.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "endTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "endTime", "variableType" : "Long", "documentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not returned.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterPattern", "beanStyleSetterMethodName" : "setFilterPattern", "c2jName" : "filterPattern", "c2jShape" : "FilterPattern", "defaultConsumerFluentSetterDocumentation" : "

The filter pattern to use. For more information, see Filter and Pattern Syntax.

If not provided, all the events are matched.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterPattern(String)}.\n@param filterPattern a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterPattern(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The filter pattern to use. For more information, see Filter and Pattern Syntax.

If not provided, all the events are matched.

\n@return The filter pattern to use. For more information, see Filter and Pattern Syntax.

If not provided, all the events are matched.\n@deprecated Use {@link #filterPattern()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The filter pattern to use. For more information, see Filter and Pattern Syntax.

If not provided, all the events are matched.

\n@param filterPattern The filter pattern to use. For more information, see Filter and Pattern Syntax.

If not provided, all the events are matched.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterPattern(String)}\n", "documentation" : "

The filter pattern to use. For more information, see Filter and Pattern Syntax.

If not provided, all the events are matched.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterPattern property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterPattern", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterPattern", "fluentSetterDocumentation" : "

The filter pattern to use. For more information, see Filter and Pattern Syntax.

If not provided, all the events are matched.

\n@param filterPattern The filter pattern to use. For more information, see Filter and Pattern Syntax.

If not provided, all the events are matched.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterPattern", "getterDocumentation" : "

The filter pattern to use. For more information, see Filter and Pattern Syntax.

If not provided, all the events are matched.

\n@return The filter pattern to use. For more information, see Filter and Pattern Syntax.

If not provided, all the events are matched.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterPattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterPattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterPattern", "sensitive" : false, "setterDocumentation" : "

The filter pattern to use. For more information, see Filter and Pattern Syntax.

If not provided, all the events are matched.

\n@param filterPattern The filter pattern to use. For more information, see Filter and Pattern Syntax.

If not provided, all the events are matched.", "setterMethodName" : "setFilterPattern", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterPattern", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterPattern", "variableType" : "String", "documentation" : "

The filter pattern to use. For more information, see Filter and Pattern Syntax.

If not provided, all the events are matched.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of events to return. (You received this token from a previous call.)

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of events to return. (You received this token from a previous call.)

\n@return The token for the next set of events to return. (You received this token from a previous call.)\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of events to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of events to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of events to return. (You received this token from a previous call.)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of events to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of events to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of events to return. (You received this token from a previous call.)

\n@return The token for the next set of events to return. (You received this token from a previous call.)", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of events to return. (You received this token from a previous call.)

\n@param nextToken The token for the next set of events to return. (You received this token from a previous call.)", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of events to return. (You received this token from a previous call.)

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "limit", "c2jShape" : "EventsLimit", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of events to return. The default is 10,000 events.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of events to return. The default is 10,000 events.

\n@return The maximum number of events to return. The default is 10,000 events.\n@deprecated Use {@link #limit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of events to return. The default is 10,000 events.

\n@param limit The maximum number of events to return. The default is 10,000 events.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limit(Integer)}\n", "documentation" : "

The maximum number of events to return. The default is 10,000 events.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

The maximum number of events to return. The default is 10,000 events.

\n@param limit The maximum number of events to return. The default is 10,000 events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

The maximum number of events to return. The default is 10,000 events.

\n@return The maximum number of events to return. The default is 10,000 events.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "limit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Limit", "sensitive" : false, "setterDocumentation" : "

The maximum number of events to return. The default is 10,000 events.

\n@param limit The maximum number of events to return. The default is 10,000 events.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

The maximum number of events to return. The default is 10,000 events.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getInterleaved", "beanStyleSetterMethodName" : "setInterleaved", "c2jName" : "interleaved", "c2jShape" : "Interleaved", "defaultConsumerFluentSetterDocumentation" : "

If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response. If the value is false, all the matched log events in the first log stream are searched first, then those in the next log stream, and so on. The default is false.

IMPORTANT: Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #interleaved(Boolean)}.\n@param interleaved a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #interleaved(Boolean)", "deprecated" : true, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response. If the value is false, all the matched log events in the first log stream are searched first, then those in the next log stream, and so on. The default is false.

IMPORTANT: Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.

\n@return If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response. If the value is false, all the matched log events in the first log stream are searched first, then those in the next log stream, and so on. The default is false.

IMPORTANT: Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.\n@deprecated Use {@link #interleaved()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response. If the value is false, all the matched log events in the first log stream are searched first, then those in the next log stream, and so on. The default is false.

IMPORTANT: Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.

\n@param interleaved If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response. If the value is false, all the matched log events in the first log stream are searched first, then those in the next log stream, and so on. The default is false.

IMPORTANT: Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #interleaved(Boolean)}\n", "documentation" : "

If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response. If the value is false, all the matched log events in the first log stream are searched first, then those in the next log stream, and so on. The default is false.

IMPORTANT: Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Interleaved property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasInterleaved", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "interleaved", "fluentSetterDocumentation" : "

If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response. If the value is false, all the matched log events in the first log stream are searched first, then those in the next log stream, and so on. The default is false.

IMPORTANT: Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.

\n@param interleaved If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response. If the value is false, all the matched log events in the first log stream are searched first, then those in the next log stream, and so on. The default is false.

IMPORTANT: Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "interleaved", "getterDocumentation" : "

If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response. If the value is false, all the matched log events in the first log stream are searched first, then those in the next log stream, and so on. The default is false.

IMPORTANT: Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.

\n@return If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response. If the value is false, all the matched log events in the first log stream are searched first, then those in the next log stream, and so on. The default is false.

IMPORTANT: Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "interleaved", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "interleaved", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Interleaved", "sensitive" : false, "setterDocumentation" : "

If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response. If the value is false, all the matched log events in the first log stream are searched first, then those in the next log stream, and so on. The default is false.

IMPORTANT: Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.

\n@param interleaved If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response. If the value is false, all the matched log events in the first log stream are searched first, then those in the next log stream, and so on. The default is false.

IMPORTANT: Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.", "setterMethodName" : "setInterleaved", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "interleaved", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "interleaved", "variableType" : "Boolean", "documentation" : "

If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response. If the value is false, all the matched log events in the first log stream are searched first, then those in the next log stream, and so on. The default is false.

IMPORTANT: Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "logGroupName" ], "shapeName" : "FilterLogEventsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "FilterLogEventsRequest", "variableName" : "filterLogEventsRequest", "variableType" : "FilterLogEventsRequest", "documentation" : null, "simpleType" : "FilterLogEventsRequest", "variableSetterType" : "FilterLogEventsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "FilterLogEventsResponse" : { "c2jName" : "FilterLogEventsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEvents", "beanStyleSetterMethodName" : "setEvents", "c2jName" : "events", "c2jShape" : "FilteredLogEvents", "defaultConsumerFluentSetterDocumentation" : "

The matched events.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #events(List)}.\n@param events a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #events(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The matched events.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasEvents()} to see if a value was sent in this field.\n

\n@return The matched events.\n@deprecated Use {@link #events()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The matched events.

\n@param events The matched events.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #events(List)}\n", "documentation" : "

The matched events.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Events property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEvents", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "events", "fluentSetterDocumentation" : "

The matched events.

\n@param events The matched events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "events", "getterDocumentation" : "

The matched events.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasEvents()} to see if a value was sent in this field.\n

\n@return The matched events.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "events", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "events", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "FilteredLogEvent", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link FilteredLogEvent.Builder} avoiding the need to create one manually via {@link FilteredLogEvent#builder()}.\n\nWhen the {@link Consumer} completes, {@link FilteredLogEvent.Builder#build()} is called immediately and its result is passed to {@link #member(FilteredLogEvent)}.\n@param member a consumer that will call methods on {@link FilteredLogEvent.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(FilteredLogEvent)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(FilteredLogEvent)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "FilteredLogEvent", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "FilteredLogEvent", "variableName" : "member", "variableType" : "FilteredLogEvent", "documentation" : null, "simpleType" : "FilteredLogEvent", "variableSetterType" : "FilteredLogEvent" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FilteredLogEvent", "variableName" : "member", "variableType" : "FilteredLogEvent", "documentation" : "", "simpleType" : "FilteredLogEvent", "variableSetterType" : "FilteredLogEvent" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FilteredLogEvent", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "FilteredLogEvent", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Events", "sensitive" : false, "setterDocumentation" : "

The matched events.

\n@param events The matched events.", "setterMethodName" : "setEvents", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "events", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "events", "variableType" : "java.util.List", "documentation" : "

The matched events.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSearchedLogStreams", "beanStyleSetterMethodName" : "setSearchedLogStreams", "c2jName" : "searchedLogStreams", "c2jShape" : "SearchedLogStreams", "defaultConsumerFluentSetterDocumentation" : "

Indicates which log streams have been searched and whether each has been searched completely.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #searchedLogStreams(List)}.\n@param searchedLogStreams a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #searchedLogStreams(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Indicates which log streams have been searched and whether each has been searched completely.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasSearchedLogStreams()} to see if a value was sent in this field.\n

\n@return Indicates which log streams have been searched and whether each has been searched completely.\n@deprecated Use {@link #searchedLogStreams()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Indicates which log streams have been searched and whether each has been searched completely.

\n@param searchedLogStreams Indicates which log streams have been searched and whether each has been searched completely.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #searchedLogStreams(List)}\n", "documentation" : "

Indicates which log streams have been searched and whether each has been searched completely.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SearchedLogStreams property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSearchedLogStreams", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "searchedLogStreams", "fluentSetterDocumentation" : "

Indicates which log streams have been searched and whether each has been searched completely.

\n@param searchedLogStreams Indicates which log streams have been searched and whether each has been searched completely.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "searchedLogStreams", "getterDocumentation" : "

Indicates which log streams have been searched and whether each has been searched completely.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasSearchedLogStreams()} to see if a value was sent in this field.\n

\n@return Indicates which log streams have been searched and whether each has been searched completely.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "searchedLogStreams", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "searchedLogStreams", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SearchedLogStream", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SearchedLogStream.Builder} avoiding the need to create one manually via {@link SearchedLogStream#builder()}.\n\nWhen the {@link Consumer} completes, {@link SearchedLogStream.Builder#build()} is called immediately and its result is passed to {@link #member(SearchedLogStream)}.\n@param member a consumer that will call methods on {@link SearchedLogStream.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SearchedLogStream)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(SearchedLogStream)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "SearchedLogStream", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SearchedLogStream", "variableName" : "member", "variableType" : "SearchedLogStream", "documentation" : null, "simpleType" : "SearchedLogStream", "variableSetterType" : "SearchedLogStream" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SearchedLogStream", "variableName" : "member", "variableType" : "SearchedLogStream", "documentation" : "", "simpleType" : "SearchedLogStream", "variableSetterType" : "SearchedLogStream" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SearchedLogStream", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SearchedLogStream", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SearchedLogStreams", "sensitive" : false, "setterDocumentation" : "

Indicates which log streams have been searched and whether each has been searched completely.

\n@param searchedLogStreams Indicates which log streams have been searched and whether each has been searched completely.", "setterMethodName" : "setSearchedLogStreams", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "searchedLogStreams", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "searchedLogStreams", "variableType" : "java.util.List", "documentation" : "

Indicates which log streams have been searched and whether each has been searched completely.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token to use when requesting the next set of items. The token expires after 24 hours.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token to use when requesting the next set of items. The token expires after 24 hours.

\n@return The token to use when requesting the next set of items. The token expires after 24 hours.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token to use when requesting the next set of items. The token expires after 24 hours.

\n@param nextToken The token to use when requesting the next set of items. The token expires after 24 hours.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token to use when requesting the next set of items. The token expires after 24 hours.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token to use when requesting the next set of items. The token expires after 24 hours.

\n@param nextToken The token to use when requesting the next set of items. The token expires after 24 hours.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token to use when requesting the next set of items. The token expires after 24 hours.

\n@return The token to use when requesting the next set of items. The token expires after 24 hours.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token to use when requesting the next set of items. The token expires after 24 hours.

\n@param nextToken The token to use when requesting the next set of items. The token expires after 24 hours.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token to use when requesting the next set of items. The token expires after 24 hours.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Events" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEvents", "beanStyleSetterMethodName" : "setEvents", "c2jName" : "events", "c2jShape" : "FilteredLogEvents", "defaultConsumerFluentSetterDocumentation" : "

The matched events.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #events(List)}.\n@param events a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #events(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The matched events.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasEvents()} to see if a value was sent in this field.\n

\n@return The matched events.\n@deprecated Use {@link #events()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The matched events.

\n@param events The matched events.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #events(List)}\n", "documentation" : "

The matched events.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Events property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEvents", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "events", "fluentSetterDocumentation" : "

The matched events.

\n@param events The matched events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "events", "getterDocumentation" : "

The matched events.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasEvents()} to see if a value was sent in this field.\n

\n@return The matched events.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "events", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "events", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "FilteredLogEvent", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link FilteredLogEvent.Builder} avoiding the need to create one manually via {@link FilteredLogEvent#builder()}.\n\nWhen the {@link Consumer} completes, {@link FilteredLogEvent.Builder#build()} is called immediately and its result is passed to {@link #member(FilteredLogEvent)}.\n@param member a consumer that will call methods on {@link FilteredLogEvent.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(FilteredLogEvent)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(FilteredLogEvent)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "FilteredLogEvent", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "FilteredLogEvent", "variableName" : "member", "variableType" : "FilteredLogEvent", "documentation" : null, "simpleType" : "FilteredLogEvent", "variableSetterType" : "FilteredLogEvent" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FilteredLogEvent", "variableName" : "member", "variableType" : "FilteredLogEvent", "documentation" : "", "simpleType" : "FilteredLogEvent", "variableSetterType" : "FilteredLogEvent" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FilteredLogEvent", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "FilteredLogEvent", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Events", "sensitive" : false, "setterDocumentation" : "

The matched events.

\n@param events The matched events.", "setterMethodName" : "setEvents", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "events", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "events", "variableType" : "java.util.List", "documentation" : "

The matched events.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token to use when requesting the next set of items. The token expires after 24 hours.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token to use when requesting the next set of items. The token expires after 24 hours.

\n@return The token to use when requesting the next set of items. The token expires after 24 hours.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token to use when requesting the next set of items. The token expires after 24 hours.

\n@param nextToken The token to use when requesting the next set of items. The token expires after 24 hours.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token to use when requesting the next set of items. The token expires after 24 hours.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token to use when requesting the next set of items. The token expires after 24 hours.

\n@param nextToken The token to use when requesting the next set of items. The token expires after 24 hours.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token to use when requesting the next set of items. The token expires after 24 hours.

\n@return The token to use when requesting the next set of items. The token expires after 24 hours.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token to use when requesting the next set of items. The token expires after 24 hours.

\n@param nextToken The token to use when requesting the next set of items. The token expires after 24 hours.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token to use when requesting the next set of items. The token expires after 24 hours.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SearchedLogStreams" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSearchedLogStreams", "beanStyleSetterMethodName" : "setSearchedLogStreams", "c2jName" : "searchedLogStreams", "c2jShape" : "SearchedLogStreams", "defaultConsumerFluentSetterDocumentation" : "

Indicates which log streams have been searched and whether each has been searched completely.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #searchedLogStreams(List)}.\n@param searchedLogStreams a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #searchedLogStreams(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Indicates which log streams have been searched and whether each has been searched completely.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasSearchedLogStreams()} to see if a value was sent in this field.\n

\n@return Indicates which log streams have been searched and whether each has been searched completely.\n@deprecated Use {@link #searchedLogStreams()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Indicates which log streams have been searched and whether each has been searched completely.

\n@param searchedLogStreams Indicates which log streams have been searched and whether each has been searched completely.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #searchedLogStreams(List)}\n", "documentation" : "

Indicates which log streams have been searched and whether each has been searched completely.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SearchedLogStreams property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSearchedLogStreams", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "searchedLogStreams", "fluentSetterDocumentation" : "

Indicates which log streams have been searched and whether each has been searched completely.

\n@param searchedLogStreams Indicates which log streams have been searched and whether each has been searched completely.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "searchedLogStreams", "getterDocumentation" : "

Indicates which log streams have been searched and whether each has been searched completely.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasSearchedLogStreams()} to see if a value was sent in this field.\n

\n@return Indicates which log streams have been searched and whether each has been searched completely.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "searchedLogStreams", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "searchedLogStreams", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SearchedLogStream", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SearchedLogStream.Builder} avoiding the need to create one manually via {@link SearchedLogStream#builder()}.\n\nWhen the {@link Consumer} completes, {@link SearchedLogStream.Builder#build()} is called immediately and its result is passed to {@link #member(SearchedLogStream)}.\n@param member a consumer that will call methods on {@link SearchedLogStream.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SearchedLogStream)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(SearchedLogStream)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "SearchedLogStream", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SearchedLogStream", "variableName" : "member", "variableType" : "SearchedLogStream", "documentation" : null, "simpleType" : "SearchedLogStream", "variableSetterType" : "SearchedLogStream" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SearchedLogStream", "variableName" : "member", "variableType" : "SearchedLogStream", "documentation" : "", "simpleType" : "SearchedLogStream", "variableSetterType" : "SearchedLogStream" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SearchedLogStream", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SearchedLogStream", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SearchedLogStreams", "sensitive" : false, "setterDocumentation" : "

Indicates which log streams have been searched and whether each has been searched completely.

\n@param searchedLogStreams Indicates which log streams have been searched and whether each has been searched completely.", "setterMethodName" : "setSearchedLogStreams", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "searchedLogStreams", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "searchedLogStreams", "variableType" : "java.util.List", "documentation" : "

Indicates which log streams have been searched and whether each has been searched completely.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEvents", "beanStyleSetterMethodName" : "setEvents", "c2jName" : "events", "c2jShape" : "FilteredLogEvents", "defaultConsumerFluentSetterDocumentation" : "

The matched events.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #events(List)}.\n@param events a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #events(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The matched events.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasEvents()} to see if a value was sent in this field.\n

\n@return The matched events.\n@deprecated Use {@link #events()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The matched events.

\n@param events The matched events.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #events(List)}\n", "documentation" : "

The matched events.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Events property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEvents", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "events", "fluentSetterDocumentation" : "

The matched events.

\n@param events The matched events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "events", "getterDocumentation" : "

The matched events.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasEvents()} to see if a value was sent in this field.\n

\n@return The matched events.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "events", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "events", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "FilteredLogEvent", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link FilteredLogEvent.Builder} avoiding the need to create one manually via {@link FilteredLogEvent#builder()}.\n\nWhen the {@link Consumer} completes, {@link FilteredLogEvent.Builder#build()} is called immediately and its result is passed to {@link #member(FilteredLogEvent)}.\n@param member a consumer that will call methods on {@link FilteredLogEvent.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(FilteredLogEvent)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(FilteredLogEvent)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "FilteredLogEvent", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "FilteredLogEvent", "variableName" : "member", "variableType" : "FilteredLogEvent", "documentation" : null, "simpleType" : "FilteredLogEvent", "variableSetterType" : "FilteredLogEvent" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "FilteredLogEvent", "variableName" : "member", "variableType" : "FilteredLogEvent", "documentation" : "", "simpleType" : "FilteredLogEvent", "variableSetterType" : "FilteredLogEvent" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FilteredLogEvent", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "FilteredLogEvent", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Events", "sensitive" : false, "setterDocumentation" : "

The matched events.

\n@param events The matched events.", "setterMethodName" : "setEvents", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "events", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "events", "variableType" : "java.util.List", "documentation" : "

The matched events.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSearchedLogStreams", "beanStyleSetterMethodName" : "setSearchedLogStreams", "c2jName" : "searchedLogStreams", "c2jShape" : "SearchedLogStreams", "defaultConsumerFluentSetterDocumentation" : "

Indicates which log streams have been searched and whether each has been searched completely.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #searchedLogStreams(List)}.\n@param searchedLogStreams a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #searchedLogStreams(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Indicates which log streams have been searched and whether each has been searched completely.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasSearchedLogStreams()} to see if a value was sent in this field.\n

\n@return Indicates which log streams have been searched and whether each has been searched completely.\n@deprecated Use {@link #searchedLogStreams()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Indicates which log streams have been searched and whether each has been searched completely.

\n@param searchedLogStreams Indicates which log streams have been searched and whether each has been searched completely.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #searchedLogStreams(List)}\n", "documentation" : "

Indicates which log streams have been searched and whether each has been searched completely.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SearchedLogStreams property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSearchedLogStreams", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "searchedLogStreams", "fluentSetterDocumentation" : "

Indicates which log streams have been searched and whether each has been searched completely.

\n@param searchedLogStreams Indicates which log streams have been searched and whether each has been searched completely.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "searchedLogStreams", "getterDocumentation" : "

Indicates which log streams have been searched and whether each has been searched completely.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasSearchedLogStreams()} to see if a value was sent in this field.\n

\n@return Indicates which log streams have been searched and whether each has been searched completely.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "searchedLogStreams", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "searchedLogStreams", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SearchedLogStream", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SearchedLogStream.Builder} avoiding the need to create one manually via {@link SearchedLogStream#builder()}.\n\nWhen the {@link Consumer} completes, {@link SearchedLogStream.Builder#build()} is called immediately and its result is passed to {@link #member(SearchedLogStream)}.\n@param member a consumer that will call methods on {@link SearchedLogStream.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SearchedLogStream)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(SearchedLogStream)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "SearchedLogStream", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SearchedLogStream", "variableName" : "member", "variableType" : "SearchedLogStream", "documentation" : null, "simpleType" : "SearchedLogStream", "variableSetterType" : "SearchedLogStream" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SearchedLogStream", "variableName" : "member", "variableType" : "SearchedLogStream", "documentation" : "", "simpleType" : "SearchedLogStream", "variableSetterType" : "SearchedLogStream" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SearchedLogStream", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SearchedLogStream", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SearchedLogStreams", "sensitive" : false, "setterDocumentation" : "

Indicates which log streams have been searched and whether each has been searched completely.

\n@param searchedLogStreams Indicates which log streams have been searched and whether each has been searched completely.", "setterMethodName" : "setSearchedLogStreams", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "searchedLogStreams", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "searchedLogStreams", "variableType" : "java.util.List", "documentation" : "

Indicates which log streams have been searched and whether each has been searched completely.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token to use when requesting the next set of items. The token expires after 24 hours.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token to use when requesting the next set of items. The token expires after 24 hours.

\n@return The token to use when requesting the next set of items. The token expires after 24 hours.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token to use when requesting the next set of items. The token expires after 24 hours.

\n@param nextToken The token to use when requesting the next set of items. The token expires after 24 hours.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token to use when requesting the next set of items. The token expires after 24 hours.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token to use when requesting the next set of items. The token expires after 24 hours.

\n@param nextToken The token to use when requesting the next set of items. The token expires after 24 hours.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token to use when requesting the next set of items. The token expires after 24 hours.

\n@return The token to use when requesting the next set of items. The token expires after 24 hours.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token to use when requesting the next set of items. The token expires after 24 hours.

\n@param nextToken The token to use when requesting the next set of items. The token expires after 24 hours.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token to use when requesting the next set of items. The token expires after 24 hours.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "FilterLogEventsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "FilterLogEventsResponse", "variableName" : "filterLogEventsResponse", "variableType" : "FilterLogEventsResponse", "documentation" : null, "simpleType" : "FilterLogEventsResponse", "variableSetterType" : "FilterLogEventsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "FilteredLogEvent" : { "c2jName" : "FilteredLogEvent", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents a matched event.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogStreamName", "beanStyleSetterMethodName" : "setLogStreamName", "c2jName" : "logStreamName", "c2jShape" : "LogStreamName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log stream to which this event belongs.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamName(String)}.\n@param logStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log stream to which this event belongs.

\n@return The name of the log stream to which this event belongs.\n@deprecated Use {@link #logStreamName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log stream to which this event belongs.

\n@param logStreamName The name of the log stream to which this event belongs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logStreamName(String)}\n", "documentation" : "

The name of the log stream to which this event belongs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogStreamName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogStreamName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logStreamName", "fluentSetterDocumentation" : "

The name of the log stream to which this event belongs.

\n@param logStreamName The name of the log stream to which this event belongs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamName", "getterDocumentation" : "

The name of the log stream to which this event belongs.

\n@return The name of the log stream to which this event belongs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logStreamName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logStreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogStreamName", "sensitive" : false, "setterDocumentation" : "

The name of the log stream to which this event belongs.

\n@param logStreamName The name of the log stream to which this event belongs.", "setterMethodName" : "setLogStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : "

The name of the log stream to which this event belongs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTimestamp", "beanStyleSetterMethodName" : "setTimestamp", "c2jName" : "timestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #timestamp(Long)}.\n@param timestamp a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timestamp(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #timestamp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param timestamp The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #timestamp(Long)}\n", "documentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Timestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTimestamp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timestamp", "fluentSetterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param timestamp The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timestamp", "getterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "timestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "timestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Timestamp", "sensitive" : false, "setterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param timestamp The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "timestamp", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "timestamp", "variableType" : "Long", "documentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "message", "c2jShape" : "EventMessage", "defaultConsumerFluentSetterDocumentation" : "

The data contained in the log event.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #message(String)}.\n@param message a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #message(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The data contained in the log event.

\n@return The data contained in the log event.\n@deprecated Use {@link #message()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The data contained in the log event.

\n@param message The data contained in the log event.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #message(String)}\n", "documentation" : "

The data contained in the log event.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Message property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "message", "fluentSetterDocumentation" : "

The data contained in the log event.

\n@param message The data contained in the log event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

The data contained in the log event.

\n@return The data contained in the log event.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "message", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Message", "sensitive" : false, "setterDocumentation" : "

The data contained in the log event.

\n@param message The data contained in the log event.", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

The data contained in the log event.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIngestionTime", "beanStyleSetterMethodName" : "setIngestionTime", "c2jName" : "ingestionTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #ingestionTime(Long)}.\n@param ingestionTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ingestionTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #ingestionTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param ingestionTime The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ingestionTime(Long)}\n", "documentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IngestionTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIngestionTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ingestionTime", "fluentSetterDocumentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param ingestionTime The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ingestionTime", "getterDocumentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ingestionTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ingestionTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "IngestionTime", "sensitive" : false, "setterDocumentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param ingestionTime The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setIngestionTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "ingestionTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "ingestionTime", "variableType" : "Long", "documentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventId", "beanStyleSetterMethodName" : "setEventId", "c2jName" : "eventId", "c2jShape" : "EventId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the event.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eventId(String)}.\n@param eventId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID of the event.

\n@return The ID of the event.\n@deprecated Use {@link #eventId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the event.

\n@param eventId The ID of the event.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eventId(String)}\n", "documentation" : "

The ID of the event.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EventId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEventId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventId", "fluentSetterDocumentation" : "

The ID of the event.

\n@param eventId The ID of the event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventId", "getterDocumentation" : "

The ID of the event.

\n@return The ID of the event.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "eventId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "eventId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventId", "sensitive" : false, "setterDocumentation" : "

The ID of the event.

\n@param eventId The ID of the event.", "setterMethodName" : "setEventId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventId", "variableType" : "String", "documentation" : "

The ID of the event.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EventId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventId", "beanStyleSetterMethodName" : "setEventId", "c2jName" : "eventId", "c2jShape" : "EventId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the event.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eventId(String)}.\n@param eventId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID of the event.

\n@return The ID of the event.\n@deprecated Use {@link #eventId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the event.

\n@param eventId The ID of the event.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eventId(String)}\n", "documentation" : "

The ID of the event.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EventId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEventId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventId", "fluentSetterDocumentation" : "

The ID of the event.

\n@param eventId The ID of the event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventId", "getterDocumentation" : "

The ID of the event.

\n@return The ID of the event.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "eventId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "eventId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventId", "sensitive" : false, "setterDocumentation" : "

The ID of the event.

\n@param eventId The ID of the event.", "setterMethodName" : "setEventId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventId", "variableType" : "String", "documentation" : "

The ID of the event.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IngestionTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIngestionTime", "beanStyleSetterMethodName" : "setIngestionTime", "c2jName" : "ingestionTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #ingestionTime(Long)}.\n@param ingestionTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ingestionTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #ingestionTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param ingestionTime The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ingestionTime(Long)}\n", "documentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IngestionTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIngestionTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ingestionTime", "fluentSetterDocumentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param ingestionTime The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ingestionTime", "getterDocumentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ingestionTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ingestionTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "IngestionTime", "sensitive" : false, "setterDocumentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param ingestionTime The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setIngestionTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "ingestionTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "ingestionTime", "variableType" : "Long", "documentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LogStreamName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogStreamName", "beanStyleSetterMethodName" : "setLogStreamName", "c2jName" : "logStreamName", "c2jShape" : "LogStreamName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log stream to which this event belongs.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamName(String)}.\n@param logStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log stream to which this event belongs.

\n@return The name of the log stream to which this event belongs.\n@deprecated Use {@link #logStreamName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log stream to which this event belongs.

\n@param logStreamName The name of the log stream to which this event belongs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logStreamName(String)}\n", "documentation" : "

The name of the log stream to which this event belongs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogStreamName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogStreamName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logStreamName", "fluentSetterDocumentation" : "

The name of the log stream to which this event belongs.

\n@param logStreamName The name of the log stream to which this event belongs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamName", "getterDocumentation" : "

The name of the log stream to which this event belongs.

\n@return The name of the log stream to which this event belongs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logStreamName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logStreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogStreamName", "sensitive" : false, "setterDocumentation" : "

The name of the log stream to which this event belongs.

\n@param logStreamName The name of the log stream to which this event belongs.", "setterMethodName" : "setLogStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : "

The name of the log stream to which this event belongs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Message" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "message", "c2jShape" : "EventMessage", "defaultConsumerFluentSetterDocumentation" : "

The data contained in the log event.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #message(String)}.\n@param message a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #message(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The data contained in the log event.

\n@return The data contained in the log event.\n@deprecated Use {@link #message()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The data contained in the log event.

\n@param message The data contained in the log event.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #message(String)}\n", "documentation" : "

The data contained in the log event.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Message property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "message", "fluentSetterDocumentation" : "

The data contained in the log event.

\n@param message The data contained in the log event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

The data contained in the log event.

\n@return The data contained in the log event.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "message", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Message", "sensitive" : false, "setterDocumentation" : "

The data contained in the log event.

\n@param message The data contained in the log event.", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

The data contained in the log event.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Timestamp" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTimestamp", "beanStyleSetterMethodName" : "setTimestamp", "c2jName" : "timestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #timestamp(Long)}.\n@param timestamp a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timestamp(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #timestamp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param timestamp The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #timestamp(Long)}\n", "documentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Timestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTimestamp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timestamp", "fluentSetterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param timestamp The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timestamp", "getterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "timestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "timestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Timestamp", "sensitive" : false, "setterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param timestamp The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "timestamp", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "timestamp", "variableType" : "Long", "documentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogStreamName", "beanStyleSetterMethodName" : "setLogStreamName", "c2jName" : "logStreamName", "c2jShape" : "LogStreamName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log stream to which this event belongs.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamName(String)}.\n@param logStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log stream to which this event belongs.

\n@return The name of the log stream to which this event belongs.\n@deprecated Use {@link #logStreamName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log stream to which this event belongs.

\n@param logStreamName The name of the log stream to which this event belongs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logStreamName(String)}\n", "documentation" : "

The name of the log stream to which this event belongs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogStreamName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogStreamName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logStreamName", "fluentSetterDocumentation" : "

The name of the log stream to which this event belongs.

\n@param logStreamName The name of the log stream to which this event belongs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamName", "getterDocumentation" : "

The name of the log stream to which this event belongs.

\n@return The name of the log stream to which this event belongs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logStreamName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logStreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogStreamName", "sensitive" : false, "setterDocumentation" : "

The name of the log stream to which this event belongs.

\n@param logStreamName The name of the log stream to which this event belongs.", "setterMethodName" : "setLogStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : "

The name of the log stream to which this event belongs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTimestamp", "beanStyleSetterMethodName" : "setTimestamp", "c2jName" : "timestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #timestamp(Long)}.\n@param timestamp a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timestamp(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #timestamp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param timestamp The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #timestamp(Long)}\n", "documentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Timestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTimestamp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timestamp", "fluentSetterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param timestamp The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timestamp", "getterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "timestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "timestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Timestamp", "sensitive" : false, "setterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param timestamp The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "timestamp", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "timestamp", "variableType" : "Long", "documentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "message", "c2jShape" : "EventMessage", "defaultConsumerFluentSetterDocumentation" : "

The data contained in the log event.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #message(String)}.\n@param message a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #message(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The data contained in the log event.

\n@return The data contained in the log event.\n@deprecated Use {@link #message()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The data contained in the log event.

\n@param message The data contained in the log event.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #message(String)}\n", "documentation" : "

The data contained in the log event.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Message property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "message", "fluentSetterDocumentation" : "

The data contained in the log event.

\n@param message The data contained in the log event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

The data contained in the log event.

\n@return The data contained in the log event.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "message", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Message", "sensitive" : false, "setterDocumentation" : "

The data contained in the log event.

\n@param message The data contained in the log event.", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

The data contained in the log event.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIngestionTime", "beanStyleSetterMethodName" : "setIngestionTime", "c2jName" : "ingestionTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #ingestionTime(Long)}.\n@param ingestionTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ingestionTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #ingestionTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param ingestionTime The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ingestionTime(Long)}\n", "documentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IngestionTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIngestionTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ingestionTime", "fluentSetterDocumentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param ingestionTime The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ingestionTime", "getterDocumentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ingestionTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ingestionTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "IngestionTime", "sensitive" : false, "setterDocumentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param ingestionTime The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setIngestionTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "ingestionTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "ingestionTime", "variableType" : "Long", "documentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventId", "beanStyleSetterMethodName" : "setEventId", "c2jName" : "eventId", "c2jShape" : "EventId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the event.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eventId(String)}.\n@param eventId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID of the event.

\n@return The ID of the event.\n@deprecated Use {@link #eventId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID of the event.

\n@param eventId The ID of the event.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eventId(String)}\n", "documentation" : "

The ID of the event.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EventId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEventId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventId", "fluentSetterDocumentation" : "

The ID of the event.

\n@param eventId The ID of the event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventId", "getterDocumentation" : "

The ID of the event.

\n@return The ID of the event.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "eventId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "eventId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventId", "sensitive" : false, "setterDocumentation" : "

The ID of the event.

\n@param eventId The ID of the event.", "setterMethodName" : "setEventId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventId", "variableType" : "String", "documentation" : "

The ID of the event.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "FilteredLogEvent", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "FilteredLogEvent", "variableName" : "filteredLogEvent", "variableType" : "FilteredLogEvent", "documentation" : null, "simpleType" : "FilteredLogEvent", "variableSetterType" : "FilteredLogEvent" }, "wrapper" : false, "xmlNamespace" : null }, "GetLogEventsRequest" : { "c2jName" : "GetLogEventsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetLogEvents", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.GetLogEvents", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogStreamName", "beanStyleSetterMethodName" : "setLogStreamName", "c2jName" : "logStreamName", "c2jShape" : "LogStreamName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamName(String)}.\n@param logStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log stream.

\n@return The name of the log stream.\n@deprecated Use {@link #logStreamName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logStreamName(String)}\n", "documentation" : "

The name of the log stream.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogStreamName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogStreamName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logStreamName", "fluentSetterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamName", "getterDocumentation" : "

The name of the log stream.

\n@return The name of the log stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logStreamName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logStreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogStreamName", "sensitive" : false, "setterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.", "setterMethodName" : "setLogStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : "

The name of the log stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "startTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to this time or later than this time are included. Events with a timestamp earlier than this time are not included.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #startTime(Long)}.\n@param startTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to this time or later than this time are included. Events with a timestamp earlier than this time are not included.

\n@return The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to this time or later than this time are included. Events with a timestamp earlier than this time are not included.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to this time or later than this time are included. Events with a timestamp earlier than this time are not included.

\n@param startTime The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to this time or later than this time are included. Events with a timestamp earlier than this time are not included.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Long)}\n", "documentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to this time or later than this time are included. Events with a timestamp earlier than this time are not included.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to this time or later than this time are included. Events with a timestamp earlier than this time are not included.

\n@param startTime The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to this time or later than this time are included. Events with a timestamp earlier than this time are not included.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to this time or later than this time are included. Events with a timestamp earlier than this time are not included.

\n@return The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to this time or later than this time are included. Events with a timestamp earlier than this time are not included.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "startTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "startTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to this time or later than this time are included. Events with a timestamp earlier than this time are not included.

\n@param startTime The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to this time or later than this time are included. Events with a timestamp earlier than this time are not included.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "startTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "startTime", "variableType" : "Long", "documentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to this time or later than this time are included. Events with a timestamp earlier than this time are not included.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "endTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to or later than this time are not included.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #endTime(Long)}.\n@param endTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to or later than this time are not included.

\n@return The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to or later than this time are not included.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to or later than this time are not included.

\n@param endTime The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to or later than this time are not included.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Long)}\n", "documentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to or later than this time are not included.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to or later than this time are not included.

\n@param endTime The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to or later than this time are not included.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to or later than this time are not included.

\n@return The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to or later than this time are not included.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "endTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "endTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "EndTime", "sensitive" : false, "setterDocumentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to or later than this time are not included.

\n@param endTime The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to or later than this time are not included.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "endTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "endTime", "variableType" : "Long", "documentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to or later than this time are not included.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

Using this token works only when you specify true for startFromHead.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

Using this token works only when you specify true for startFromHead.

\n@return The token for the next set of items to return. (You received this token from a previous call.)

Using this token works only when you specify true for startFromHead.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

Using this token works only when you specify true for startFromHead.

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)

Using this token works only when you specify true for startFromHead.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

Using this token works only when you specify true for startFromHead.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

Using this token works only when you specify true for startFromHead.

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)

Using this token works only when you specify true for startFromHead.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

Using this token works only when you specify true for startFromHead.

\n@return The token for the next set of items to return. (You received this token from a previous call.)

Using this token works only when you specify true for startFromHead.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

Using this token works only when you specify true for startFromHead.

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)

Using this token works only when you specify true for startFromHead.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

Using this token works only when you specify true for startFromHead.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "limit", "c2jShape" : "EventsLimit", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of log events returned. If you don't specify a value, the maximum is as many log events as can fit in a response size of 1 MB, up to 10,000 log events.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of log events returned. If you don't specify a value, the maximum is as many log events as can fit in a response size of 1 MB, up to 10,000 log events.

\n@return The maximum number of log events returned. If you don't specify a value, the maximum is as many log events as can fit in a response size of 1 MB, up to 10,000 log events.\n@deprecated Use {@link #limit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of log events returned. If you don't specify a value, the maximum is as many log events as can fit in a response size of 1 MB, up to 10,000 log events.

\n@param limit The maximum number of log events returned. If you don't specify a value, the maximum is as many log events as can fit in a response size of 1 MB, up to 10,000 log events.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limit(Integer)}\n", "documentation" : "

The maximum number of log events returned. If you don't specify a value, the maximum is as many log events as can fit in a response size of 1 MB, up to 10,000 log events.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

The maximum number of log events returned. If you don't specify a value, the maximum is as many log events as can fit in a response size of 1 MB, up to 10,000 log events.

\n@param limit The maximum number of log events returned. If you don't specify a value, the maximum is as many log events as can fit in a response size of 1 MB, up to 10,000 log events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

The maximum number of log events returned. If you don't specify a value, the maximum is as many log events as can fit in a response size of 1 MB, up to 10,000 log events.

\n@return The maximum number of log events returned. If you don't specify a value, the maximum is as many log events as can fit in a response size of 1 MB, up to 10,000 log events.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "limit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Limit", "sensitive" : false, "setterDocumentation" : "

The maximum number of log events returned. If you don't specify a value, the maximum is as many log events as can fit in a response size of 1 MB, up to 10,000 log events.

\n@param limit The maximum number of log events returned. If you don't specify a value, the maximum is as many log events as can fit in a response size of 1 MB, up to 10,000 log events.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

The maximum number of log events returned. If you don't specify a value, the maximum is as many log events as can fit in a response size of 1 MB, up to 10,000 log events.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartFromHead", "beanStyleSetterMethodName" : "setStartFromHead", "c2jName" : "startFromHead", "c2jShape" : "StartFromHead", "defaultConsumerFluentSetterDocumentation" : "

If the value is true, the earliest log events are returned first. If the value is false, the latest log events are returned first. The default value is false.

If you are using nextToken in this operation, you must specify true for startFromHead.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #startFromHead(Boolean)}.\n@param startFromHead a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startFromHead(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If the value is true, the earliest log events are returned first. If the value is false, the latest log events are returned first. The default value is false.

If you are using nextToken in this operation, you must specify true for startFromHead.

\n@return If the value is true, the earliest log events are returned first. If the value is false, the latest log events are returned first. The default value is false.

If you are using nextToken in this operation, you must specify true for startFromHead.\n@deprecated Use {@link #startFromHead()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the value is true, the earliest log events are returned first. If the value is false, the latest log events are returned first. The default value is false.

If you are using nextToken in this operation, you must specify true for startFromHead.

\n@param startFromHead If the value is true, the earliest log events are returned first. If the value is false, the latest log events are returned first. The default value is false.

If you are using nextToken in this operation, you must specify true for startFromHead.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startFromHead(Boolean)}\n", "documentation" : "

If the value is true, the earliest log events are returned first. If the value is false, the latest log events are returned first. The default value is false.

If you are using nextToken in this operation, you must specify true for startFromHead.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartFromHead property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartFromHead", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startFromHead", "fluentSetterDocumentation" : "

If the value is true, the earliest log events are returned first. If the value is false, the latest log events are returned first. The default value is false.

If you are using nextToken in this operation, you must specify true for startFromHead.

\n@param startFromHead If the value is true, the earliest log events are returned first. If the value is false, the latest log events are returned first. The default value is false.

If you are using nextToken in this operation, you must specify true for startFromHead.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startFromHead", "getterDocumentation" : "

If the value is true, the earliest log events are returned first. If the value is false, the latest log events are returned first. The default value is false.

If you are using nextToken in this operation, you must specify true for startFromHead.

\n@return If the value is true, the earliest log events are returned first. If the value is false, the latest log events are returned first. The default value is false.

If you are using nextToken in this operation, you must specify true for startFromHead.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "startFromHead", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "startFromHead", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "StartFromHead", "sensitive" : false, "setterDocumentation" : "

If the value is true, the earliest log events are returned first. If the value is false, the latest log events are returned first. The default value is false.

If you are using nextToken in this operation, you must specify true for startFromHead.

\n@param startFromHead If the value is true, the earliest log events are returned first. If the value is false, the latest log events are returned first. The default value is false.

If you are using nextToken in this operation, you must specify true for startFromHead.", "setterMethodName" : "setStartFromHead", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "startFromHead", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "startFromHead", "variableType" : "Boolean", "documentation" : "

If the value is true, the earliest log events are returned first. If the value is false, the latest log events are returned first. The default value is false.

If you are using nextToken in this operation, you must specify true for startFromHead.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EndTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "endTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to or later than this time are not included.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #endTime(Long)}.\n@param endTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to or later than this time are not included.

\n@return The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to or later than this time are not included.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to or later than this time are not included.

\n@param endTime The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to or later than this time are not included.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Long)}\n", "documentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to or later than this time are not included.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to or later than this time are not included.

\n@param endTime The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to or later than this time are not included.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to or later than this time are not included.

\n@return The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to or later than this time are not included.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "endTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "endTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "EndTime", "sensitive" : false, "setterDocumentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to or later than this time are not included.

\n@param endTime The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to or later than this time are not included.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "endTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "endTime", "variableType" : "Long", "documentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to or later than this time are not included.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Limit" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "limit", "c2jShape" : "EventsLimit", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of log events returned. If you don't specify a value, the maximum is as many log events as can fit in a response size of 1 MB, up to 10,000 log events.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of log events returned. If you don't specify a value, the maximum is as many log events as can fit in a response size of 1 MB, up to 10,000 log events.

\n@return The maximum number of log events returned. If you don't specify a value, the maximum is as many log events as can fit in a response size of 1 MB, up to 10,000 log events.\n@deprecated Use {@link #limit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of log events returned. If you don't specify a value, the maximum is as many log events as can fit in a response size of 1 MB, up to 10,000 log events.

\n@param limit The maximum number of log events returned. If you don't specify a value, the maximum is as many log events as can fit in a response size of 1 MB, up to 10,000 log events.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limit(Integer)}\n", "documentation" : "

The maximum number of log events returned. If you don't specify a value, the maximum is as many log events as can fit in a response size of 1 MB, up to 10,000 log events.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

The maximum number of log events returned. If you don't specify a value, the maximum is as many log events as can fit in a response size of 1 MB, up to 10,000 log events.

\n@param limit The maximum number of log events returned. If you don't specify a value, the maximum is as many log events as can fit in a response size of 1 MB, up to 10,000 log events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

The maximum number of log events returned. If you don't specify a value, the maximum is as many log events as can fit in a response size of 1 MB, up to 10,000 log events.

\n@return The maximum number of log events returned. If you don't specify a value, the maximum is as many log events as can fit in a response size of 1 MB, up to 10,000 log events.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "limit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Limit", "sensitive" : false, "setterDocumentation" : "

The maximum number of log events returned. If you don't specify a value, the maximum is as many log events as can fit in a response size of 1 MB, up to 10,000 log events.

\n@param limit The maximum number of log events returned. If you don't specify a value, the maximum is as many log events as can fit in a response size of 1 MB, up to 10,000 log events.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

The maximum number of log events returned. If you don't specify a value, the maximum is as many log events as can fit in a response size of 1 MB, up to 10,000 log events.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LogGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LogStreamName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogStreamName", "beanStyleSetterMethodName" : "setLogStreamName", "c2jName" : "logStreamName", "c2jShape" : "LogStreamName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamName(String)}.\n@param logStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log stream.

\n@return The name of the log stream.\n@deprecated Use {@link #logStreamName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logStreamName(String)}\n", "documentation" : "

The name of the log stream.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogStreamName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogStreamName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logStreamName", "fluentSetterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamName", "getterDocumentation" : "

The name of the log stream.

\n@return The name of the log stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logStreamName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logStreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogStreamName", "sensitive" : false, "setterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.", "setterMethodName" : "setLogStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : "

The name of the log stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

Using this token works only when you specify true for startFromHead.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

Using this token works only when you specify true for startFromHead.

\n@return The token for the next set of items to return. (You received this token from a previous call.)

Using this token works only when you specify true for startFromHead.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

Using this token works only when you specify true for startFromHead.

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)

Using this token works only when you specify true for startFromHead.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

Using this token works only when you specify true for startFromHead.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

Using this token works only when you specify true for startFromHead.

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)

Using this token works only when you specify true for startFromHead.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

Using this token works only when you specify true for startFromHead.

\n@return The token for the next set of items to return. (You received this token from a previous call.)

Using this token works only when you specify true for startFromHead.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

Using this token works only when you specify true for startFromHead.

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)

Using this token works only when you specify true for startFromHead.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

Using this token works only when you specify true for startFromHead.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StartFromHead" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartFromHead", "beanStyleSetterMethodName" : "setStartFromHead", "c2jName" : "startFromHead", "c2jShape" : "StartFromHead", "defaultConsumerFluentSetterDocumentation" : "

If the value is true, the earliest log events are returned first. If the value is false, the latest log events are returned first. The default value is false.

If you are using nextToken in this operation, you must specify true for startFromHead.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #startFromHead(Boolean)}.\n@param startFromHead a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startFromHead(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If the value is true, the earliest log events are returned first. If the value is false, the latest log events are returned first. The default value is false.

If you are using nextToken in this operation, you must specify true for startFromHead.

\n@return If the value is true, the earliest log events are returned first. If the value is false, the latest log events are returned first. The default value is false.

If you are using nextToken in this operation, you must specify true for startFromHead.\n@deprecated Use {@link #startFromHead()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the value is true, the earliest log events are returned first. If the value is false, the latest log events are returned first. The default value is false.

If you are using nextToken in this operation, you must specify true for startFromHead.

\n@param startFromHead If the value is true, the earliest log events are returned first. If the value is false, the latest log events are returned first. The default value is false.

If you are using nextToken in this operation, you must specify true for startFromHead.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startFromHead(Boolean)}\n", "documentation" : "

If the value is true, the earliest log events are returned first. If the value is false, the latest log events are returned first. The default value is false.

If you are using nextToken in this operation, you must specify true for startFromHead.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartFromHead property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartFromHead", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startFromHead", "fluentSetterDocumentation" : "

If the value is true, the earliest log events are returned first. If the value is false, the latest log events are returned first. The default value is false.

If you are using nextToken in this operation, you must specify true for startFromHead.

\n@param startFromHead If the value is true, the earliest log events are returned first. If the value is false, the latest log events are returned first. The default value is false.

If you are using nextToken in this operation, you must specify true for startFromHead.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startFromHead", "getterDocumentation" : "

If the value is true, the earliest log events are returned first. If the value is false, the latest log events are returned first. The default value is false.

If you are using nextToken in this operation, you must specify true for startFromHead.

\n@return If the value is true, the earliest log events are returned first. If the value is false, the latest log events are returned first. The default value is false.

If you are using nextToken in this operation, you must specify true for startFromHead.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "startFromHead", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "startFromHead", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "StartFromHead", "sensitive" : false, "setterDocumentation" : "

If the value is true, the earliest log events are returned first. If the value is false, the latest log events are returned first. The default value is false.

If you are using nextToken in this operation, you must specify true for startFromHead.

\n@param startFromHead If the value is true, the earliest log events are returned first. If the value is false, the latest log events are returned first. The default value is false.

If you are using nextToken in this operation, you must specify true for startFromHead.", "setterMethodName" : "setStartFromHead", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "startFromHead", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "startFromHead", "variableType" : "Boolean", "documentation" : "

If the value is true, the earliest log events are returned first. If the value is false, the latest log events are returned first. The default value is false.

If you are using nextToken in this operation, you must specify true for startFromHead.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StartTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "startTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to this time or later than this time are included. Events with a timestamp earlier than this time are not included.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #startTime(Long)}.\n@param startTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to this time or later than this time are included. Events with a timestamp earlier than this time are not included.

\n@return The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to this time or later than this time are included. Events with a timestamp earlier than this time are not included.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to this time or later than this time are included. Events with a timestamp earlier than this time are not included.

\n@param startTime The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to this time or later than this time are included. Events with a timestamp earlier than this time are not included.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Long)}\n", "documentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to this time or later than this time are included. Events with a timestamp earlier than this time are not included.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to this time or later than this time are included. Events with a timestamp earlier than this time are not included.

\n@param startTime The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to this time or later than this time are included. Events with a timestamp earlier than this time are not included.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to this time or later than this time are included. Events with a timestamp earlier than this time are not included.

\n@return The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to this time or later than this time are included. Events with a timestamp earlier than this time are not included.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "startTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "startTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to this time or later than this time are included. Events with a timestamp earlier than this time are not included.

\n@param startTime The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to this time or later than this time are included. Events with a timestamp earlier than this time are not included.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "startTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "startTime", "variableType" : "Long", "documentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to this time or later than this time are included. Events with a timestamp earlier than this time are not included.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogStreamName", "beanStyleSetterMethodName" : "setLogStreamName", "c2jName" : "logStreamName", "c2jShape" : "LogStreamName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamName(String)}.\n@param logStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log stream.

\n@return The name of the log stream.\n@deprecated Use {@link #logStreamName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logStreamName(String)}\n", "documentation" : "

The name of the log stream.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogStreamName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogStreamName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logStreamName", "fluentSetterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamName", "getterDocumentation" : "

The name of the log stream.

\n@return The name of the log stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logStreamName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logStreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogStreamName", "sensitive" : false, "setterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.", "setterMethodName" : "setLogStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : "

The name of the log stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "startTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to this time or later than this time are included. Events with a timestamp earlier than this time are not included.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #startTime(Long)}.\n@param startTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to this time or later than this time are included. Events with a timestamp earlier than this time are not included.

\n@return The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to this time or later than this time are included. Events with a timestamp earlier than this time are not included.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to this time or later than this time are included. Events with a timestamp earlier than this time are not included.

\n@param startTime The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to this time or later than this time are included. Events with a timestamp earlier than this time are not included.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Long)}\n", "documentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to this time or later than this time are included. Events with a timestamp earlier than this time are not included.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to this time or later than this time are included. Events with a timestamp earlier than this time are not included.

\n@param startTime The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to this time or later than this time are included. Events with a timestamp earlier than this time are not included.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to this time or later than this time are included. Events with a timestamp earlier than this time are not included.

\n@return The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to this time or later than this time are included. Events with a timestamp earlier than this time are not included.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "startTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "startTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to this time or later than this time are included. Events with a timestamp earlier than this time are not included.

\n@param startTime The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to this time or later than this time are included. Events with a timestamp earlier than this time are not included.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "startTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "startTime", "variableType" : "Long", "documentation" : "

The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to this time or later than this time are included. Events with a timestamp earlier than this time are not included.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "endTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to or later than this time are not included.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #endTime(Long)}.\n@param endTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to or later than this time are not included.

\n@return The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to or later than this time are not included.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to or later than this time are not included.

\n@param endTime The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to or later than this time are not included.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Long)}\n", "documentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to or later than this time are not included.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to or later than this time are not included.

\n@param endTime The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to or later than this time are not included.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to or later than this time are not included.

\n@return The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to or later than this time are not included.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "endTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "endTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "EndTime", "sensitive" : false, "setterDocumentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to or later than this time are not included.

\n@param endTime The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to or later than this time are not included.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "endTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "endTime", "variableType" : "Long", "documentation" : "

The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp equal to or later than this time are not included.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

Using this token works only when you specify true for startFromHead.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

Using this token works only when you specify true for startFromHead.

\n@return The token for the next set of items to return. (You received this token from a previous call.)

Using this token works only when you specify true for startFromHead.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

Using this token works only when you specify true for startFromHead.

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)

Using this token works only when you specify true for startFromHead.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

Using this token works only when you specify true for startFromHead.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

Using this token works only when you specify true for startFromHead.

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)

Using this token works only when you specify true for startFromHead.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

Using this token works only when you specify true for startFromHead.

\n@return The token for the next set of items to return. (You received this token from a previous call.)

Using this token works only when you specify true for startFromHead.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

Using this token works only when you specify true for startFromHead.

\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)

Using this token works only when you specify true for startFromHead.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The token for the next set of items to return. (You received this token from a previous call.)

Using this token works only when you specify true for startFromHead.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "limit", "c2jShape" : "EventsLimit", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of log events returned. If you don't specify a value, the maximum is as many log events as can fit in a response size of 1 MB, up to 10,000 log events.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of log events returned. If you don't specify a value, the maximum is as many log events as can fit in a response size of 1 MB, up to 10,000 log events.

\n@return The maximum number of log events returned. If you don't specify a value, the maximum is as many log events as can fit in a response size of 1 MB, up to 10,000 log events.\n@deprecated Use {@link #limit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of log events returned. If you don't specify a value, the maximum is as many log events as can fit in a response size of 1 MB, up to 10,000 log events.

\n@param limit The maximum number of log events returned. If you don't specify a value, the maximum is as many log events as can fit in a response size of 1 MB, up to 10,000 log events.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limit(Integer)}\n", "documentation" : "

The maximum number of log events returned. If you don't specify a value, the maximum is as many log events as can fit in a response size of 1 MB, up to 10,000 log events.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

The maximum number of log events returned. If you don't specify a value, the maximum is as many log events as can fit in a response size of 1 MB, up to 10,000 log events.

\n@param limit The maximum number of log events returned. If you don't specify a value, the maximum is as many log events as can fit in a response size of 1 MB, up to 10,000 log events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

The maximum number of log events returned. If you don't specify a value, the maximum is as many log events as can fit in a response size of 1 MB, up to 10,000 log events.

\n@return The maximum number of log events returned. If you don't specify a value, the maximum is as many log events as can fit in a response size of 1 MB, up to 10,000 log events.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "limit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Limit", "sensitive" : false, "setterDocumentation" : "

The maximum number of log events returned. If you don't specify a value, the maximum is as many log events as can fit in a response size of 1 MB, up to 10,000 log events.

\n@param limit The maximum number of log events returned. If you don't specify a value, the maximum is as many log events as can fit in a response size of 1 MB, up to 10,000 log events.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

The maximum number of log events returned. If you don't specify a value, the maximum is as many log events as can fit in a response size of 1 MB, up to 10,000 log events.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartFromHead", "beanStyleSetterMethodName" : "setStartFromHead", "c2jName" : "startFromHead", "c2jShape" : "StartFromHead", "defaultConsumerFluentSetterDocumentation" : "

If the value is true, the earliest log events are returned first. If the value is false, the latest log events are returned first. The default value is false.

If you are using nextToken in this operation, you must specify true for startFromHead.

\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #startFromHead(Boolean)}.\n@param startFromHead a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startFromHead(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If the value is true, the earliest log events are returned first. If the value is false, the latest log events are returned first. The default value is false.

If you are using nextToken in this operation, you must specify true for startFromHead.

\n@return If the value is true, the earliest log events are returned first. If the value is false, the latest log events are returned first. The default value is false.

If you are using nextToken in this operation, you must specify true for startFromHead.\n@deprecated Use {@link #startFromHead()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the value is true, the earliest log events are returned first. If the value is false, the latest log events are returned first. The default value is false.

If you are using nextToken in this operation, you must specify true for startFromHead.

\n@param startFromHead If the value is true, the earliest log events are returned first. If the value is false, the latest log events are returned first. The default value is false.

If you are using nextToken in this operation, you must specify true for startFromHead.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startFromHead(Boolean)}\n", "documentation" : "

If the value is true, the earliest log events are returned first. If the value is false, the latest log events are returned first. The default value is false.

If you are using nextToken in this operation, you must specify true for startFromHead.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartFromHead property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartFromHead", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startFromHead", "fluentSetterDocumentation" : "

If the value is true, the earliest log events are returned first. If the value is false, the latest log events are returned first. The default value is false.

If you are using nextToken in this operation, you must specify true for startFromHead.

\n@param startFromHead If the value is true, the earliest log events are returned first. If the value is false, the latest log events are returned first. The default value is false.

If you are using nextToken in this operation, you must specify true for startFromHead.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startFromHead", "getterDocumentation" : "

If the value is true, the earliest log events are returned first. If the value is false, the latest log events are returned first. The default value is false.

If you are using nextToken in this operation, you must specify true for startFromHead.

\n@return If the value is true, the earliest log events are returned first. If the value is false, the latest log events are returned first. The default value is false.

If you are using nextToken in this operation, you must specify true for startFromHead.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "startFromHead", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "startFromHead", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "StartFromHead", "sensitive" : false, "setterDocumentation" : "

If the value is true, the earliest log events are returned first. If the value is false, the latest log events are returned first. The default value is false.

If you are using nextToken in this operation, you must specify true for startFromHead.

\n@param startFromHead If the value is true, the earliest log events are returned first. If the value is false, the latest log events are returned first. The default value is false.

If you are using nextToken in this operation, you must specify true for startFromHead.", "setterMethodName" : "setStartFromHead", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "startFromHead", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "startFromHead", "variableType" : "Boolean", "documentation" : "

If the value is true, the earliest log events are returned first. If the value is false, the latest log events are returned first. The default value is false.

If you are using nextToken in this operation, you must specify true for startFromHead.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "logGroupName", "logStreamName" ], "shapeName" : "GetLogEventsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetLogEventsRequest", "variableName" : "getLogEventsRequest", "variableType" : "GetLogEventsRequest", "documentation" : null, "simpleType" : "GetLogEventsRequest", "variableSetterType" : "GetLogEventsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetLogEventsResponse" : { "c2jName" : "GetLogEventsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEvents", "beanStyleSetterMethodName" : "setEvents", "c2jName" : "events", "c2jShape" : "OutputLogEvents", "defaultConsumerFluentSetterDocumentation" : "

The events.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #events(List)}.\n@param events a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #events(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The events.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasEvents()} to see if a value was sent in this field.\n

\n@return The events.\n@deprecated Use {@link #events()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The events.

\n@param events The events.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #events(List)}\n", "documentation" : "

The events.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Events property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEvents", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "events", "fluentSetterDocumentation" : "

The events.

\n@param events The events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "events", "getterDocumentation" : "

The events.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasEvents()} to see if a value was sent in this field.\n

\n@return The events.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "events", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "events", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "OutputLogEvent", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link OutputLogEvent.Builder} avoiding the need to create one manually via {@link OutputLogEvent#builder()}.\n\nWhen the {@link Consumer} completes, {@link OutputLogEvent.Builder#build()} is called immediately and its result is passed to {@link #member(OutputLogEvent)}.\n@param member a consumer that will call methods on {@link OutputLogEvent.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(OutputLogEvent)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(OutputLogEvent)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "OutputLogEvent", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "OutputLogEvent", "variableName" : "member", "variableType" : "OutputLogEvent", "documentation" : null, "simpleType" : "OutputLogEvent", "variableSetterType" : "OutputLogEvent" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OutputLogEvent", "variableName" : "member", "variableType" : "OutputLogEvent", "documentation" : "", "simpleType" : "OutputLogEvent", "variableSetterType" : "OutputLogEvent" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "OutputLogEvent", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "OutputLogEvent", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Events", "sensitive" : false, "setterDocumentation" : "

The events.

\n@param events The events.", "setterMethodName" : "setEvents", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "events", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "events", "variableType" : "java.util.List", "documentation" : "

The events.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextForwardToken", "beanStyleSetterMethodName" : "setNextForwardToken", "c2jName" : "nextForwardToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it will return the same token you passed in.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextForwardToken(String)}.\n@param nextForwardToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextForwardToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it will return the same token you passed in.

\n@return The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it will return the same token you passed in.\n@deprecated Use {@link #nextForwardToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it will return the same token you passed in.

\n@param nextForwardToken The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it will return the same token you passed in.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextForwardToken(String)}\n", "documentation" : "

The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it will return the same token you passed in.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextForwardToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextForwardToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextForwardToken", "fluentSetterDocumentation" : "

The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it will return the same token you passed in.

\n@param nextForwardToken The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it will return the same token you passed in.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextForwardToken", "getterDocumentation" : "

The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it will return the same token you passed in.

\n@return The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it will return the same token you passed in.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextForwardToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextForwardToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextForwardToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it will return the same token you passed in.

\n@param nextForwardToken The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it will return the same token you passed in.", "setterMethodName" : "setNextForwardToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextForwardToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextForwardToken", "variableType" : "String", "documentation" : "

The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it will return the same token you passed in.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextBackwardToken", "beanStyleSetterMethodName" : "setNextBackwardToken", "c2jName" : "nextBackwardToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of items in the backward direction. The token expires after 24 hours. This token will never be null. If you have reached the end of the stream, it will return the same token you passed in.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextBackwardToken(String)}.\n@param nextBackwardToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextBackwardToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of items in the backward direction. The token expires after 24 hours. This token will never be null. If you have reached the end of the stream, it will return the same token you passed in.

\n@return The token for the next set of items in the backward direction. The token expires after 24 hours. This token will never be null. If you have reached the end of the stream, it will return the same token you passed in.\n@deprecated Use {@link #nextBackwardToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of items in the backward direction. The token expires after 24 hours. This token will never be null. If you have reached the end of the stream, it will return the same token you passed in.

\n@param nextBackwardToken The token for the next set of items in the backward direction. The token expires after 24 hours. This token will never be null. If you have reached the end of the stream, it will return the same token you passed in.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextBackwardToken(String)}\n", "documentation" : "

The token for the next set of items in the backward direction. The token expires after 24 hours. This token will never be null. If you have reached the end of the stream, it will return the same token you passed in.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextBackwardToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextBackwardToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextBackwardToken", "fluentSetterDocumentation" : "

The token for the next set of items in the backward direction. The token expires after 24 hours. This token will never be null. If you have reached the end of the stream, it will return the same token you passed in.

\n@param nextBackwardToken The token for the next set of items in the backward direction. The token expires after 24 hours. This token will never be null. If you have reached the end of the stream, it will return the same token you passed in.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextBackwardToken", "getterDocumentation" : "

The token for the next set of items in the backward direction. The token expires after 24 hours. This token will never be null. If you have reached the end of the stream, it will return the same token you passed in.

\n@return The token for the next set of items in the backward direction. The token expires after 24 hours. This token will never be null. If you have reached the end of the stream, it will return the same token you passed in.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextBackwardToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextBackwardToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextBackwardToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of items in the backward direction. The token expires after 24 hours. This token will never be null. If you have reached the end of the stream, it will return the same token you passed in.

\n@param nextBackwardToken The token for the next set of items in the backward direction. The token expires after 24 hours. This token will never be null. If you have reached the end of the stream, it will return the same token you passed in.", "setterMethodName" : "setNextBackwardToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextBackwardToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextBackwardToken", "variableType" : "String", "documentation" : "

The token for the next set of items in the backward direction. The token expires after 24 hours. This token will never be null. If you have reached the end of the stream, it will return the same token you passed in.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Events" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEvents", "beanStyleSetterMethodName" : "setEvents", "c2jName" : "events", "c2jShape" : "OutputLogEvents", "defaultConsumerFluentSetterDocumentation" : "

The events.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #events(List)}.\n@param events a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #events(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The events.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasEvents()} to see if a value was sent in this field.\n

\n@return The events.\n@deprecated Use {@link #events()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The events.

\n@param events The events.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #events(List)}\n", "documentation" : "

The events.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Events property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEvents", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "events", "fluentSetterDocumentation" : "

The events.

\n@param events The events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "events", "getterDocumentation" : "

The events.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasEvents()} to see if a value was sent in this field.\n

\n@return The events.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "events", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "events", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "OutputLogEvent", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link OutputLogEvent.Builder} avoiding the need to create one manually via {@link OutputLogEvent#builder()}.\n\nWhen the {@link Consumer} completes, {@link OutputLogEvent.Builder#build()} is called immediately and its result is passed to {@link #member(OutputLogEvent)}.\n@param member a consumer that will call methods on {@link OutputLogEvent.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(OutputLogEvent)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(OutputLogEvent)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "OutputLogEvent", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "OutputLogEvent", "variableName" : "member", "variableType" : "OutputLogEvent", "documentation" : null, "simpleType" : "OutputLogEvent", "variableSetterType" : "OutputLogEvent" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OutputLogEvent", "variableName" : "member", "variableType" : "OutputLogEvent", "documentation" : "", "simpleType" : "OutputLogEvent", "variableSetterType" : "OutputLogEvent" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "OutputLogEvent", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "OutputLogEvent", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Events", "sensitive" : false, "setterDocumentation" : "

The events.

\n@param events The events.", "setterMethodName" : "setEvents", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "events", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "events", "variableType" : "java.util.List", "documentation" : "

The events.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextBackwardToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextBackwardToken", "beanStyleSetterMethodName" : "setNextBackwardToken", "c2jName" : "nextBackwardToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of items in the backward direction. The token expires after 24 hours. This token will never be null. If you have reached the end of the stream, it will return the same token you passed in.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextBackwardToken(String)}.\n@param nextBackwardToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextBackwardToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of items in the backward direction. The token expires after 24 hours. This token will never be null. If you have reached the end of the stream, it will return the same token you passed in.

\n@return The token for the next set of items in the backward direction. The token expires after 24 hours. This token will never be null. If you have reached the end of the stream, it will return the same token you passed in.\n@deprecated Use {@link #nextBackwardToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of items in the backward direction. The token expires after 24 hours. This token will never be null. If you have reached the end of the stream, it will return the same token you passed in.

\n@param nextBackwardToken The token for the next set of items in the backward direction. The token expires after 24 hours. This token will never be null. If you have reached the end of the stream, it will return the same token you passed in.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextBackwardToken(String)}\n", "documentation" : "

The token for the next set of items in the backward direction. The token expires after 24 hours. This token will never be null. If you have reached the end of the stream, it will return the same token you passed in.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextBackwardToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextBackwardToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextBackwardToken", "fluentSetterDocumentation" : "

The token for the next set of items in the backward direction. The token expires after 24 hours. This token will never be null. If you have reached the end of the stream, it will return the same token you passed in.

\n@param nextBackwardToken The token for the next set of items in the backward direction. The token expires after 24 hours. This token will never be null. If you have reached the end of the stream, it will return the same token you passed in.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextBackwardToken", "getterDocumentation" : "

The token for the next set of items in the backward direction. The token expires after 24 hours. This token will never be null. If you have reached the end of the stream, it will return the same token you passed in.

\n@return The token for the next set of items in the backward direction. The token expires after 24 hours. This token will never be null. If you have reached the end of the stream, it will return the same token you passed in.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextBackwardToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextBackwardToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextBackwardToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of items in the backward direction. The token expires after 24 hours. This token will never be null. If you have reached the end of the stream, it will return the same token you passed in.

\n@param nextBackwardToken The token for the next set of items in the backward direction. The token expires after 24 hours. This token will never be null. If you have reached the end of the stream, it will return the same token you passed in.", "setterMethodName" : "setNextBackwardToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextBackwardToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextBackwardToken", "variableType" : "String", "documentation" : "

The token for the next set of items in the backward direction. The token expires after 24 hours. This token will never be null. If you have reached the end of the stream, it will return the same token you passed in.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextForwardToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextForwardToken", "beanStyleSetterMethodName" : "setNextForwardToken", "c2jName" : "nextForwardToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it will return the same token you passed in.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextForwardToken(String)}.\n@param nextForwardToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextForwardToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it will return the same token you passed in.

\n@return The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it will return the same token you passed in.\n@deprecated Use {@link #nextForwardToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it will return the same token you passed in.

\n@param nextForwardToken The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it will return the same token you passed in.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextForwardToken(String)}\n", "documentation" : "

The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it will return the same token you passed in.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextForwardToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextForwardToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextForwardToken", "fluentSetterDocumentation" : "

The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it will return the same token you passed in.

\n@param nextForwardToken The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it will return the same token you passed in.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextForwardToken", "getterDocumentation" : "

The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it will return the same token you passed in.

\n@return The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it will return the same token you passed in.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextForwardToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextForwardToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextForwardToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it will return the same token you passed in.

\n@param nextForwardToken The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it will return the same token you passed in.", "setterMethodName" : "setNextForwardToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextForwardToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextForwardToken", "variableType" : "String", "documentation" : "

The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it will return the same token you passed in.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEvents", "beanStyleSetterMethodName" : "setEvents", "c2jName" : "events", "c2jShape" : "OutputLogEvents", "defaultConsumerFluentSetterDocumentation" : "

The events.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #events(List)}.\n@param events a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #events(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The events.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasEvents()} to see if a value was sent in this field.\n

\n@return The events.\n@deprecated Use {@link #events()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The events.

\n@param events The events.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #events(List)}\n", "documentation" : "

The events.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Events property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEvents", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "events", "fluentSetterDocumentation" : "

The events.

\n@param events The events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "events", "getterDocumentation" : "

The events.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasEvents()} to see if a value was sent in this field.\n

\n@return The events.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "events", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "events", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "OutputLogEvent", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link OutputLogEvent.Builder} avoiding the need to create one manually via {@link OutputLogEvent#builder()}.\n\nWhen the {@link Consumer} completes, {@link OutputLogEvent.Builder#build()} is called immediately and its result is passed to {@link #member(OutputLogEvent)}.\n@param member a consumer that will call methods on {@link OutputLogEvent.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(OutputLogEvent)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(OutputLogEvent)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "OutputLogEvent", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "OutputLogEvent", "variableName" : "member", "variableType" : "OutputLogEvent", "documentation" : null, "simpleType" : "OutputLogEvent", "variableSetterType" : "OutputLogEvent" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "OutputLogEvent", "variableName" : "member", "variableType" : "OutputLogEvent", "documentation" : "", "simpleType" : "OutputLogEvent", "variableSetterType" : "OutputLogEvent" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "OutputLogEvent", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "OutputLogEvent", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Events", "sensitive" : false, "setterDocumentation" : "

The events.

\n@param events The events.", "setterMethodName" : "setEvents", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "events", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "events", "variableType" : "java.util.List", "documentation" : "

The events.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextForwardToken", "beanStyleSetterMethodName" : "setNextForwardToken", "c2jName" : "nextForwardToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it will return the same token you passed in.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextForwardToken(String)}.\n@param nextForwardToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextForwardToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it will return the same token you passed in.

\n@return The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it will return the same token you passed in.\n@deprecated Use {@link #nextForwardToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it will return the same token you passed in.

\n@param nextForwardToken The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it will return the same token you passed in.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextForwardToken(String)}\n", "documentation" : "

The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it will return the same token you passed in.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextForwardToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextForwardToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextForwardToken", "fluentSetterDocumentation" : "

The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it will return the same token you passed in.

\n@param nextForwardToken The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it will return the same token you passed in.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextForwardToken", "getterDocumentation" : "

The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it will return the same token you passed in.

\n@return The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it will return the same token you passed in.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextForwardToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextForwardToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextForwardToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it will return the same token you passed in.

\n@param nextForwardToken The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it will return the same token you passed in.", "setterMethodName" : "setNextForwardToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextForwardToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextForwardToken", "variableType" : "String", "documentation" : "

The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it will return the same token you passed in.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextBackwardToken", "beanStyleSetterMethodName" : "setNextBackwardToken", "c2jName" : "nextBackwardToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The token for the next set of items in the backward direction. The token expires after 24 hours. This token will never be null. If you have reached the end of the stream, it will return the same token you passed in.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextBackwardToken(String)}.\n@param nextBackwardToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextBackwardToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The token for the next set of items in the backward direction. The token expires after 24 hours. This token will never be null. If you have reached the end of the stream, it will return the same token you passed in.

\n@return The token for the next set of items in the backward direction. The token expires after 24 hours. This token will never be null. If you have reached the end of the stream, it will return the same token you passed in.\n@deprecated Use {@link #nextBackwardToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The token for the next set of items in the backward direction. The token expires after 24 hours. This token will never be null. If you have reached the end of the stream, it will return the same token you passed in.

\n@param nextBackwardToken The token for the next set of items in the backward direction. The token expires after 24 hours. This token will never be null. If you have reached the end of the stream, it will return the same token you passed in.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextBackwardToken(String)}\n", "documentation" : "

The token for the next set of items in the backward direction. The token expires after 24 hours. This token will never be null. If you have reached the end of the stream, it will return the same token you passed in.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextBackwardToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextBackwardToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextBackwardToken", "fluentSetterDocumentation" : "

The token for the next set of items in the backward direction. The token expires after 24 hours. This token will never be null. If you have reached the end of the stream, it will return the same token you passed in.

\n@param nextBackwardToken The token for the next set of items in the backward direction. The token expires after 24 hours. This token will never be null. If you have reached the end of the stream, it will return the same token you passed in.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextBackwardToken", "getterDocumentation" : "

The token for the next set of items in the backward direction. The token expires after 24 hours. This token will never be null. If you have reached the end of the stream, it will return the same token you passed in.

\n@return The token for the next set of items in the backward direction. The token expires after 24 hours. This token will never be null. If you have reached the end of the stream, it will return the same token you passed in.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextBackwardToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextBackwardToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextBackwardToken", "sensitive" : false, "setterDocumentation" : "

The token for the next set of items in the backward direction. The token expires after 24 hours. This token will never be null. If you have reached the end of the stream, it will return the same token you passed in.

\n@param nextBackwardToken The token for the next set of items in the backward direction. The token expires after 24 hours. This token will never be null. If you have reached the end of the stream, it will return the same token you passed in.", "setterMethodName" : "setNextBackwardToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextBackwardToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextBackwardToken", "variableType" : "String", "documentation" : "

The token for the next set of items in the backward direction. The token expires after 24 hours. This token will never be null. If you have reached the end of the stream, it will return the same token you passed in.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetLogEventsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetLogEventsResponse", "variableName" : "getLogEventsResponse", "variableType" : "GetLogEventsResponse", "documentation" : null, "simpleType" : "GetLogEventsResponse", "variableSetterType" : "GetLogEventsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetLogGroupFieldsRequest" : { "c2jName" : "GetLogGroupFieldsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetLogGroupFields", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.GetLogGroupFields", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group to search.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group to search.

\n@return The name of the log group to search.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group to search.

\n@param logGroupName The name of the log group to search.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group to search.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group to search.

\n@param logGroupName The name of the log group to search.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group to search.

\n@return The name of the log group to search.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group to search.

\n@param logGroupName The name of the log group to search.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group to search.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTime", "beanStyleSetterMethodName" : "setTime", "c2jName" : "time", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #time(Long)}.\n@param time a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #time(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

\n@return The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.\n@deprecated Use {@link #time()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

\n@param time The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #time(Long)}\n", "documentation" : "

The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Time property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "time", "fluentSetterDocumentation" : "

The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

\n@param time The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "time", "getterDocumentation" : "

The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

\n@return The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "time", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "time", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Time", "sensitive" : false, "setterDocumentation" : "

The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

\n@param time The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.", "setterMethodName" : "setTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "time", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "time", "variableType" : "Long", "documentation" : "

The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LogGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group to search.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group to search.

\n@return The name of the log group to search.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group to search.

\n@param logGroupName The name of the log group to search.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group to search.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group to search.

\n@param logGroupName The name of the log group to search.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group to search.

\n@return The name of the log group to search.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group to search.

\n@param logGroupName The name of the log group to search.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group to search.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Time" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTime", "beanStyleSetterMethodName" : "setTime", "c2jName" : "time", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #time(Long)}.\n@param time a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #time(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

\n@return The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.\n@deprecated Use {@link #time()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

\n@param time The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #time(Long)}\n", "documentation" : "

The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Time property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "time", "fluentSetterDocumentation" : "

The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

\n@param time The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "time", "getterDocumentation" : "

The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

\n@return The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "time", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "time", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Time", "sensitive" : false, "setterDocumentation" : "

The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

\n@param time The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.", "setterMethodName" : "setTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "time", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "time", "variableType" : "Long", "documentation" : "

The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group to search.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group to search.

\n@return The name of the log group to search.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group to search.

\n@param logGroupName The name of the log group to search.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group to search.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group to search.

\n@param logGroupName The name of the log group to search.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group to search.

\n@return The name of the log group to search.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group to search.

\n@param logGroupName The name of the log group to search.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group to search.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTime", "beanStyleSetterMethodName" : "setTime", "c2jName" : "time", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #time(Long)}.\n@param time a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #time(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

\n@return The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.\n@deprecated Use {@link #time()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

\n@param time The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #time(Long)}\n", "documentation" : "

The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Time property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "time", "fluentSetterDocumentation" : "

The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

\n@param time The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "time", "getterDocumentation" : "

The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

\n@return The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "time", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "time", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Time", "sensitive" : false, "setterDocumentation" : "

The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

\n@param time The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.", "setterMethodName" : "setTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "time", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "time", "variableType" : "Long", "documentation" : "

The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "logGroupName" ], "shapeName" : "GetLogGroupFieldsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetLogGroupFieldsRequest", "variableName" : "getLogGroupFieldsRequest", "variableType" : "GetLogGroupFieldsRequest", "documentation" : null, "simpleType" : "GetLogGroupFieldsRequest", "variableSetterType" : "GetLogGroupFieldsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetLogGroupFieldsResponse" : { "c2jName" : "GetLogGroupFieldsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLogGroupFields", "beanStyleSetterMethodName" : "setLogGroupFields", "c2jName" : "logGroupFields", "c2jShape" : "LogGroupFieldList", "defaultConsumerFluentSetterDocumentation" : "

The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #logGroupFields(List)}.\n@param logGroupFields a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupFields(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogGroupFields()} to see if a value was sent in this field.\n

\n@return The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.\n@deprecated Use {@link #logGroupFields()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.

\n@param logGroupFields The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupFields(List)}\n", "documentation" : "

The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupFields property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupFields", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupFields", "fluentSetterDocumentation" : "

The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.

\n@param logGroupFields The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupFields", "getterDocumentation" : "

The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogGroupFields()} to see if a value was sent in this field.\n

\n@return The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupFields", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupFields", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LogGroupField", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LogGroupField.Builder} avoiding the need to create one manually via {@link LogGroupField#builder()}.\n\nWhen the {@link Consumer} completes, {@link LogGroupField.Builder#build()} is called immediately and its result is passed to {@link #member(LogGroupField)}.\n@param member a consumer that will call methods on {@link LogGroupField.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LogGroupField)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(LogGroupField)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "LogGroupField", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "LogGroupField", "variableName" : "member", "variableType" : "LogGroupField", "documentation" : null, "simpleType" : "LogGroupField", "variableSetterType" : "LogGroupField" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LogGroupField", "variableName" : "member", "variableType" : "LogGroupField", "documentation" : "", "simpleType" : "LogGroupField", "variableSetterType" : "LogGroupField" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LogGroupField", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LogGroupField", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LogGroupFields", "sensitive" : false, "setterDocumentation" : "

The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.

\n@param logGroupFields The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.", "setterMethodName" : "setLogGroupFields", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "logGroupFields", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "logGroupFields", "variableType" : "java.util.List", "documentation" : "

The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LogGroupFields" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLogGroupFields", "beanStyleSetterMethodName" : "setLogGroupFields", "c2jName" : "logGroupFields", "c2jShape" : "LogGroupFieldList", "defaultConsumerFluentSetterDocumentation" : "

The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #logGroupFields(List)}.\n@param logGroupFields a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupFields(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogGroupFields()} to see if a value was sent in this field.\n

\n@return The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.\n@deprecated Use {@link #logGroupFields()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.

\n@param logGroupFields The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupFields(List)}\n", "documentation" : "

The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupFields property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupFields", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupFields", "fluentSetterDocumentation" : "

The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.

\n@param logGroupFields The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupFields", "getterDocumentation" : "

The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogGroupFields()} to see if a value was sent in this field.\n

\n@return The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupFields", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupFields", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LogGroupField", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LogGroupField.Builder} avoiding the need to create one manually via {@link LogGroupField#builder()}.\n\nWhen the {@link Consumer} completes, {@link LogGroupField.Builder#build()} is called immediately and its result is passed to {@link #member(LogGroupField)}.\n@param member a consumer that will call methods on {@link LogGroupField.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LogGroupField)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(LogGroupField)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "LogGroupField", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "LogGroupField", "variableName" : "member", "variableType" : "LogGroupField", "documentation" : null, "simpleType" : "LogGroupField", "variableSetterType" : "LogGroupField" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LogGroupField", "variableName" : "member", "variableType" : "LogGroupField", "documentation" : "", "simpleType" : "LogGroupField", "variableSetterType" : "LogGroupField" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LogGroupField", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LogGroupField", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LogGroupFields", "sensitive" : false, "setterDocumentation" : "

The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.

\n@param logGroupFields The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.", "setterMethodName" : "setLogGroupFields", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "logGroupFields", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "logGroupFields", "variableType" : "java.util.List", "documentation" : "

The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLogGroupFields", "beanStyleSetterMethodName" : "setLogGroupFields", "c2jName" : "logGroupFields", "c2jShape" : "LogGroupFieldList", "defaultConsumerFluentSetterDocumentation" : "

The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #logGroupFields(List)}.\n@param logGroupFields a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupFields(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogGroupFields()} to see if a value was sent in this field.\n

\n@return The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.\n@deprecated Use {@link #logGroupFields()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.

\n@param logGroupFields The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupFields(List)}\n", "documentation" : "

The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupFields property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupFields", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupFields", "fluentSetterDocumentation" : "

The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.

\n@param logGroupFields The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupFields", "getterDocumentation" : "

The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogGroupFields()} to see if a value was sent in this field.\n

\n@return The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupFields", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupFields", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LogGroupField", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LogGroupField.Builder} avoiding the need to create one manually via {@link LogGroupField#builder()}.\n\nWhen the {@link Consumer} completes, {@link LogGroupField.Builder#build()} is called immediately and its result is passed to {@link #member(LogGroupField)}.\n@param member a consumer that will call methods on {@link LogGroupField.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LogGroupField)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(LogGroupField)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "LogGroupField", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "LogGroupField", "variableName" : "member", "variableType" : "LogGroupField", "documentation" : null, "simpleType" : "LogGroupField", "variableSetterType" : "LogGroupField" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "LogGroupField", "variableName" : "member", "variableType" : "LogGroupField", "documentation" : "", "simpleType" : "LogGroupField", "variableSetterType" : "LogGroupField" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "LogGroupField", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "LogGroupField", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LogGroupFields", "sensitive" : false, "setterDocumentation" : "

The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.

\n@param logGroupFields The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.", "setterMethodName" : "setLogGroupFields", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "logGroupFields", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "logGroupFields", "variableType" : "java.util.List", "documentation" : "

The array of fields found in the query. Each object in the array contains the name of the field, along with the percentage of time it appeared in the log events that were queried.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetLogGroupFieldsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetLogGroupFieldsResponse", "variableName" : "getLogGroupFieldsResponse", "variableType" : "GetLogGroupFieldsResponse", "documentation" : null, "simpleType" : "GetLogGroupFieldsResponse", "variableSetterType" : "GetLogGroupFieldsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetLogRecordRequest" : { "c2jName" : "GetLogRecordRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetLogRecord", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.GetLogRecord", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogRecordPointer", "beanStyleSetterMethodName" : "setLogRecordPointer", "c2jName" : "logRecordPointer", "c2jShape" : "LogRecordPointer", "defaultConsumerFluentSetterDocumentation" : "

The pointer corresponding to the log event record you want to retrieve. You get this from the response of a GetQueryResults operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logRecordPointer(String)}.\n@param logRecordPointer a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logRecordPointer(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The pointer corresponding to the log event record you want to retrieve. You get this from the response of a GetQueryResults operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.

\n@return The pointer corresponding to the log event record you want to retrieve. You get this from the response of a GetQueryResults operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.\n@deprecated Use {@link #logRecordPointer()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The pointer corresponding to the log event record you want to retrieve. You get this from the response of a GetQueryResults operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.

\n@param logRecordPointer The pointer corresponding to the log event record you want to retrieve. You get this from the response of a GetQueryResults operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logRecordPointer(String)}\n", "documentation" : "

The pointer corresponding to the log event record you want to retrieve. You get this from the response of a GetQueryResults operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogRecordPointer property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogRecordPointer", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logRecordPointer", "fluentSetterDocumentation" : "

The pointer corresponding to the log event record you want to retrieve. You get this from the response of a GetQueryResults operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.

\n@param logRecordPointer The pointer corresponding to the log event record you want to retrieve. You get this from the response of a GetQueryResults operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logRecordPointer", "getterDocumentation" : "

The pointer corresponding to the log event record you want to retrieve. You get this from the response of a GetQueryResults operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.

\n@return The pointer corresponding to the log event record you want to retrieve. You get this from the response of a GetQueryResults operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logRecordPointer", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logRecordPointer", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogRecordPointer", "sensitive" : false, "setterDocumentation" : "

The pointer corresponding to the log event record you want to retrieve. You get this from the response of a GetQueryResults operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.

\n@param logRecordPointer The pointer corresponding to the log event record you want to retrieve. You get this from the response of a GetQueryResults operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.", "setterMethodName" : "setLogRecordPointer", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logRecordPointer", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logRecordPointer", "variableType" : "String", "documentation" : "

The pointer corresponding to the log event record you want to retrieve. You get this from the response of a GetQueryResults operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LogRecordPointer" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogRecordPointer", "beanStyleSetterMethodName" : "setLogRecordPointer", "c2jName" : "logRecordPointer", "c2jShape" : "LogRecordPointer", "defaultConsumerFluentSetterDocumentation" : "

The pointer corresponding to the log event record you want to retrieve. You get this from the response of a GetQueryResults operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logRecordPointer(String)}.\n@param logRecordPointer a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logRecordPointer(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The pointer corresponding to the log event record you want to retrieve. You get this from the response of a GetQueryResults operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.

\n@return The pointer corresponding to the log event record you want to retrieve. You get this from the response of a GetQueryResults operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.\n@deprecated Use {@link #logRecordPointer()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The pointer corresponding to the log event record you want to retrieve. You get this from the response of a GetQueryResults operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.

\n@param logRecordPointer The pointer corresponding to the log event record you want to retrieve. You get this from the response of a GetQueryResults operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logRecordPointer(String)}\n", "documentation" : "

The pointer corresponding to the log event record you want to retrieve. You get this from the response of a GetQueryResults operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogRecordPointer property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogRecordPointer", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logRecordPointer", "fluentSetterDocumentation" : "

The pointer corresponding to the log event record you want to retrieve. You get this from the response of a GetQueryResults operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.

\n@param logRecordPointer The pointer corresponding to the log event record you want to retrieve. You get this from the response of a GetQueryResults operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logRecordPointer", "getterDocumentation" : "

The pointer corresponding to the log event record you want to retrieve. You get this from the response of a GetQueryResults operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.

\n@return The pointer corresponding to the log event record you want to retrieve. You get this from the response of a GetQueryResults operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logRecordPointer", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logRecordPointer", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogRecordPointer", "sensitive" : false, "setterDocumentation" : "

The pointer corresponding to the log event record you want to retrieve. You get this from the response of a GetQueryResults operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.

\n@param logRecordPointer The pointer corresponding to the log event record you want to retrieve. You get this from the response of a GetQueryResults operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.", "setterMethodName" : "setLogRecordPointer", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logRecordPointer", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logRecordPointer", "variableType" : "String", "documentation" : "

The pointer corresponding to the log event record you want to retrieve. You get this from the response of a GetQueryResults operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogRecordPointer", "beanStyleSetterMethodName" : "setLogRecordPointer", "c2jName" : "logRecordPointer", "c2jShape" : "LogRecordPointer", "defaultConsumerFluentSetterDocumentation" : "

The pointer corresponding to the log event record you want to retrieve. You get this from the response of a GetQueryResults operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logRecordPointer(String)}.\n@param logRecordPointer a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logRecordPointer(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The pointer corresponding to the log event record you want to retrieve. You get this from the response of a GetQueryResults operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.

\n@return The pointer corresponding to the log event record you want to retrieve. You get this from the response of a GetQueryResults operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.\n@deprecated Use {@link #logRecordPointer()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The pointer corresponding to the log event record you want to retrieve. You get this from the response of a GetQueryResults operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.

\n@param logRecordPointer The pointer corresponding to the log event record you want to retrieve. You get this from the response of a GetQueryResults operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logRecordPointer(String)}\n", "documentation" : "

The pointer corresponding to the log event record you want to retrieve. You get this from the response of a GetQueryResults operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogRecordPointer property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogRecordPointer", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logRecordPointer", "fluentSetterDocumentation" : "

The pointer corresponding to the log event record you want to retrieve. You get this from the response of a GetQueryResults operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.

\n@param logRecordPointer The pointer corresponding to the log event record you want to retrieve. You get this from the response of a GetQueryResults operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logRecordPointer", "getterDocumentation" : "

The pointer corresponding to the log event record you want to retrieve. You get this from the response of a GetQueryResults operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.

\n@return The pointer corresponding to the log event record you want to retrieve. You get this from the response of a GetQueryResults operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logRecordPointer", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logRecordPointer", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogRecordPointer", "sensitive" : false, "setterDocumentation" : "

The pointer corresponding to the log event record you want to retrieve. You get this from the response of a GetQueryResults operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.

\n@param logRecordPointer The pointer corresponding to the log event record you want to retrieve. You get this from the response of a GetQueryResults operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.", "setterMethodName" : "setLogRecordPointer", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logRecordPointer", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logRecordPointer", "variableType" : "String", "documentation" : "

The pointer corresponding to the log event record you want to retrieve. You get this from the response of a GetQueryResults operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "logRecordPointer" ], "shapeName" : "GetLogRecordRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetLogRecordRequest", "variableName" : "getLogRecordRequest", "variableType" : "GetLogRecordRequest", "documentation" : null, "simpleType" : "GetLogRecordRequest", "variableSetterType" : "GetLogRecordRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetLogRecordResponse" : { "c2jName" : "GetLogRecordResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLogRecord", "beanStyleSetterMethodName" : "setLogRecord", "c2jName" : "logRecord", "c2jShape" : "LogRecord", "defaultConsumerFluentSetterDocumentation" : "

The requested log event, as a JSON string.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #logRecord(Map)}.\n@param logRecord a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logRecord(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The requested log event, as a JSON string.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogRecord()} to see if a value was sent in this field.\n

\n@return The requested log event, as a JSON string.\n@deprecated Use {@link #logRecord()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The requested log event, as a JSON string.

\n@param logRecord The requested log event, as a JSON string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logRecord(Map)}\n", "documentation" : "

The requested log event, as a JSON string.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogRecord property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogRecord", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logRecord", "fluentSetterDocumentation" : "

The requested log event, as a JSON string.

\n@param logRecord The requested log event, as a JSON string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logRecord", "getterDocumentation" : "

The requested log event, as a JSON string.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogRecord()} to see if a value was sent in this field.\n

\n@return The requested log event, as a JSON string.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logRecord", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logRecord", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "Field", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "Value", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "LogRecord", "sensitive" : false, "setterDocumentation" : "

The requested log event, as a JSON string.

\n@param logRecord The requested log event, as a JSON string.", "setterMethodName" : "setLogRecord", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "logRecord", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "logRecord", "variableType" : "java.util.Map", "documentation" : "

The requested log event, as a JSON string.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LogRecord" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLogRecord", "beanStyleSetterMethodName" : "setLogRecord", "c2jName" : "logRecord", "c2jShape" : "LogRecord", "defaultConsumerFluentSetterDocumentation" : "

The requested log event, as a JSON string.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #logRecord(Map)}.\n@param logRecord a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logRecord(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The requested log event, as a JSON string.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogRecord()} to see if a value was sent in this field.\n

\n@return The requested log event, as a JSON string.\n@deprecated Use {@link #logRecord()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The requested log event, as a JSON string.

\n@param logRecord The requested log event, as a JSON string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logRecord(Map)}\n", "documentation" : "

The requested log event, as a JSON string.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogRecord property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogRecord", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logRecord", "fluentSetterDocumentation" : "

The requested log event, as a JSON string.

\n@param logRecord The requested log event, as a JSON string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logRecord", "getterDocumentation" : "

The requested log event, as a JSON string.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogRecord()} to see if a value was sent in this field.\n

\n@return The requested log event, as a JSON string.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logRecord", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logRecord", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "Field", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "Value", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "LogRecord", "sensitive" : false, "setterDocumentation" : "

The requested log event, as a JSON string.

\n@param logRecord The requested log event, as a JSON string.", "setterMethodName" : "setLogRecord", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "logRecord", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "logRecord", "variableType" : "java.util.Map", "documentation" : "

The requested log event, as a JSON string.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLogRecord", "beanStyleSetterMethodName" : "setLogRecord", "c2jName" : "logRecord", "c2jShape" : "LogRecord", "defaultConsumerFluentSetterDocumentation" : "

The requested log event, as a JSON string.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #logRecord(Map)}.\n@param logRecord a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logRecord(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The requested log event, as a JSON string.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogRecord()} to see if a value was sent in this field.\n

\n@return The requested log event, as a JSON string.\n@deprecated Use {@link #logRecord()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The requested log event, as a JSON string.

\n@param logRecord The requested log event, as a JSON string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logRecord(Map)}\n", "documentation" : "

The requested log event, as a JSON string.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogRecord property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogRecord", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logRecord", "fluentSetterDocumentation" : "

The requested log event, as a JSON string.

\n@param logRecord The requested log event, as a JSON string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logRecord", "getterDocumentation" : "

The requested log event, as a JSON string.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogRecord()} to see if a value was sent in this field.\n

\n@return The requested log event, as a JSON string.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logRecord", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logRecord", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "Field", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "Value", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "LogRecord", "sensitive" : false, "setterDocumentation" : "

The requested log event, as a JSON string.

\n@param logRecord The requested log event, as a JSON string.", "setterMethodName" : "setLogRecord", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "logRecord", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "logRecord", "variableType" : "java.util.Map", "documentation" : "

The requested log event, as a JSON string.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetLogRecordResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetLogRecordResponse", "variableName" : "getLogRecordResponse", "variableType" : "GetLogRecordResponse", "documentation" : null, "simpleType" : "GetLogRecordResponse", "variableSetterType" : "GetLogRecordResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetQueryResultsRequest" : { "c2jName" : "GetQueryResultsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetQueryResults", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.GetQueryResults", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryId", "beanStyleSetterMethodName" : "setQueryId", "c2jName" : "queryId", "c2jShape" : "QueryId", "defaultConsumerFluentSetterDocumentation" : "

The ID number of the query.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryId(String)}.\n@param queryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID number of the query.

\n@return The ID number of the query.\n@deprecated Use {@link #queryId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID number of the query.

\n@param queryId The ID number of the query.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryId(String)}\n", "documentation" : "

The ID number of the query.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryId", "fluentSetterDocumentation" : "

The ID number of the query.

\n@param queryId The ID number of the query.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryId", "getterDocumentation" : "

The ID number of the query.

\n@return The ID number of the query.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryId", "sensitive" : false, "setterDocumentation" : "

The ID number of the query.

\n@param queryId The ID number of the query.", "setterMethodName" : "setQueryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryId", "variableType" : "String", "documentation" : "

The ID number of the query.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "QueryId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryId", "beanStyleSetterMethodName" : "setQueryId", "c2jName" : "queryId", "c2jShape" : "QueryId", "defaultConsumerFluentSetterDocumentation" : "

The ID number of the query.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryId(String)}.\n@param queryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID number of the query.

\n@return The ID number of the query.\n@deprecated Use {@link #queryId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID number of the query.

\n@param queryId The ID number of the query.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryId(String)}\n", "documentation" : "

The ID number of the query.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryId", "fluentSetterDocumentation" : "

The ID number of the query.

\n@param queryId The ID number of the query.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryId", "getterDocumentation" : "

The ID number of the query.

\n@return The ID number of the query.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryId", "sensitive" : false, "setterDocumentation" : "

The ID number of the query.

\n@param queryId The ID number of the query.", "setterMethodName" : "setQueryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryId", "variableType" : "String", "documentation" : "

The ID number of the query.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryId", "beanStyleSetterMethodName" : "setQueryId", "c2jName" : "queryId", "c2jShape" : "QueryId", "defaultConsumerFluentSetterDocumentation" : "

The ID number of the query.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryId(String)}.\n@param queryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ID number of the query.

\n@return The ID number of the query.\n@deprecated Use {@link #queryId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ID number of the query.

\n@param queryId The ID number of the query.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryId(String)}\n", "documentation" : "

The ID number of the query.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryId", "fluentSetterDocumentation" : "

The ID number of the query.

\n@param queryId The ID number of the query.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryId", "getterDocumentation" : "

The ID number of the query.

\n@return The ID number of the query.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryId", "sensitive" : false, "setterDocumentation" : "

The ID number of the query.

\n@param queryId The ID number of the query.", "setterMethodName" : "setQueryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryId", "variableType" : "String", "documentation" : "

The ID number of the query.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "queryId" ], "shapeName" : "GetQueryResultsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetQueryResultsRequest", "variableName" : "getQueryResultsRequest", "variableType" : "GetQueryResultsRequest", "documentation" : null, "simpleType" : "GetQueryResultsRequest", "variableSetterType" : "GetQueryResultsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetQueryResultsResponse" : { "c2jName" : "GetQueryResultsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getResults", "beanStyleSetterMethodName" : "setResults", "c2jName" : "results", "c2jShape" : "QueryResults", "defaultConsumerFluentSetterDocumentation" : "

The log events that matched the query criteria during the most recent time it ran.

The results value is an array of arrays. Each log event is one object in the top-level array. Each of these log event objects is an array of field/value pairs.

\nThis is a convenience that creates an instance of the {@link List>.Builder} avoiding the need to create one manually via {@link List>#builder()}.\n\nWhen the {@link Consumer} completes, {@link List>.Builder#build()} is called immediately and its result is passed to {@link #results(List>)}.\n@param results a consumer that will call methods on {@link List>.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #results(List>)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The log events that matched the query criteria during the most recent time it ran.

The results value is an array of arrays. Each log event is one object in the top-level array. Each of these log event objects is an array of field/value pairs.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasResults()} to see if a value was sent in this field.\n

\n@return The log events that matched the query criteria during the most recent time it ran.

The results value is an array of arrays. Each log event is one object in the top-level array. Each of these log event objects is an array of field/value pairs.\n@deprecated Use {@link #results()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The log events that matched the query criteria during the most recent time it ran.

The results value is an array of arrays. Each log event is one object in the top-level array. Each of these log event objects is an array of field/value pairs.

\n@param results The log events that matched the query criteria during the most recent time it ran.

The results value is an array of arrays. Each log event is one object in the top-level array. Each of these log event objects is an array of field/value pairs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #results(List>)}\n", "documentation" : "

The log events that matched the query criteria during the most recent time it ran.

The results value is an array of arrays. Each log event is one object in the top-level array. Each of these log event objects is an array of field/value pairs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Results property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "results", "fluentSetterDocumentation" : "

The log events that matched the query criteria during the most recent time it ran.

The results value is an array of arrays. Each log event is one object in the top-level array. Each of these log event objects is an array of field/value pairs.

\n@param results The log events that matched the query criteria during the most recent time it ran.

The results value is an array of arrays. Each log event is one object in the top-level array. Each of these log event objects is an array of field/value pairs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "results", "getterDocumentation" : "

The log events that matched the query criteria during the most recent time it ran.

The results value is an array of arrays. Each log event is one object in the top-level array. Each of these log event objects is an array of field/value pairs.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasResults()} to see if a value was sent in this field.\n

\n@return The log events that matched the query criteria during the most recent time it ran.

The results value is an array of arrays. Each log event is one object in the top-level array. Each of these log event objects is an array of field/value pairs.", "getterModel" : { "returnType" : "java.util.List>", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "results", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "results", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ResultRows", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #member(List)}.\n@param member a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasMember()} to see if a value was sent in this field.\n

\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(List)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasMember()} to see if a value was sent in this field.\n

\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ResultField", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ResultField.Builder} avoiding the need to create one manually via {@link ResultField#builder()}.\n\nWhen the {@link Consumer} completes, {@link ResultField.Builder#build()} is called immediately and its result is passed to {@link #member(ResultField)}.\n@param member a consumer that will call methods on {@link ResultField.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ResultField)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ResultField)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ResultField", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ResultField", "variableName" : "member", "variableType" : "ResultField", "documentation" : null, "simpleType" : "ResultField", "variableSetterType" : "ResultField" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ResultField", "variableName" : "member", "variableType" : "ResultField", "documentation" : "", "simpleType" : "ResultField", "variableSetterType" : "ResultField" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ResultField", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ResultField", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "member", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "member", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "java.util.List", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "List", "templateImplType" : "java.util.ArrayList>", "templateType" : "java.util.List>" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Results", "sensitive" : false, "setterDocumentation" : "

The log events that matched the query criteria during the most recent time it ran.

The results value is an array of arrays. Each log event is one object in the top-level array. Each of these log event objects is an array of field/value pairs.

\n@param results The log events that matched the query criteria during the most recent time it ran.

The results value is an array of arrays. Each log event is one object in the top-level array. Each of these log event objects is an array of field/value pairs.", "setterMethodName" : "setResults", "setterModel" : { "variableDeclarationType" : "java.util.List>", "variableName" : "results", "variableType" : "java.util.List>", "documentation" : null, "simpleType" : "List>", "variableSetterType" : "java.util.Collection>" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List>", "variableName" : "results", "variableType" : "java.util.List>", "documentation" : "

The log events that matched the query criteria during the most recent time it ran.

The results value is an array of arrays. Each log event is one object in the top-level array. Each of these log event objects is an array of field/value pairs.

", "simpleType" : "List>", "variableSetterType" : "java.util.Collection>" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatistics", "beanStyleSetterMethodName" : "setStatistics", "c2jName" : "statistics", "c2jShape" : "QueryStatistics", "defaultConsumerFluentSetterDocumentation" : "

Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.

\nThis is a convenience that creates an instance of the {@link QueryStatistics.Builder} avoiding the need to create one manually via {@link QueryStatistics#builder()}.\n\nWhen the {@link Consumer} completes, {@link QueryStatistics.Builder#build()} is called immediately and its result is passed to {@link #statistics(QueryStatistics)}.\n@param statistics a consumer that will call methods on {@link QueryStatistics.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statistics(QueryStatistics)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.

\n@return Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.\n@deprecated Use {@link #statistics()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.

\n@param statistics Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statistics(QueryStatistics)}\n", "documentation" : "

Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Statistics property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatistics", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statistics", "fluentSetterDocumentation" : "

Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.

\n@param statistics Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statistics", "getterDocumentation" : "

Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.

\n@return Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.", "getterModel" : { "returnType" : "QueryStatistics", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "statistics", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "statistics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Statistics", "sensitive" : false, "setterDocumentation" : "

Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.

\n@param statistics Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.", "setterMethodName" : "setStatistics", "setterModel" : { "variableDeclarationType" : "QueryStatistics", "variableName" : "statistics", "variableType" : "QueryStatistics", "documentation" : null, "simpleType" : "QueryStatistics", "variableSetterType" : "QueryStatistics" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "QueryStatistics", "variableName" : "statistics", "variableType" : "QueryStatistics", "documentation" : "

Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.

", "simpleType" : "QueryStatistics", "variableSetterType" : "QueryStatistics" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "QueryStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the most recent running of the query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, Timeout, and Unknown.

Queries time out after 15 minutes of execution. To avoid having your queries time out, reduce the time range being searched, or partition your query into a number of queries.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The status of the most recent running of the query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, Timeout, and Unknown.

Queries time out after 15 minutes of execution. To avoid having your queries time out, reduce the time range being searched, or partition your query into a number of queries.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link QueryStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the most recent running of the query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, Timeout, and Unknown.

Queries time out after 15 minutes of execution. To avoid having your queries time out, reduce the time range being searched, or partition your query into a number of queries.\n@see QueryStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the most recent running of the query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, Timeout, and Unknown.

Queries time out after 15 minutes of execution. To avoid having your queries time out, reduce the time range being searched, or partition your query into a number of queries.

\n@param status The status of the most recent running of the query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, Timeout, and Unknown.

Queries time out after 15 minutes of execution. To avoid having your queries time out, reduce the time range being searched, or partition your query into a number of queries.\n@see QueryStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see QueryStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The status of the most recent running of the query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, Timeout, and Unknown.

Queries time out after 15 minutes of execution. To avoid having your queries time out, reduce the time range being searched, or partition your query into a number of queries.

", "endpointDiscoveryId" : false, "enumType" : "QueryStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the most recent running of the query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, Timeout, and Unknown.

Queries time out after 15 minutes of execution. To avoid having your queries time out, reduce the time range being searched, or partition your query into a number of queries.

\n@param status The status of the most recent running of the query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, Timeout, and Unknown.

Queries time out after 15 minutes of execution. To avoid having your queries time out, reduce the time range being searched, or partition your query into a number of queries.\n@see QueryStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see QueryStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the most recent running of the query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, Timeout, and Unknown.

Queries time out after 15 minutes of execution. To avoid having your queries time out, reduce the time range being searched, or partition your query into a number of queries.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link QueryStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the most recent running of the query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, Timeout, and Unknown.

Queries time out after 15 minutes of execution. To avoid having your queries time out, reduce the time range being searched, or partition your query into a number of queries.\n@see QueryStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

The status of the most recent running of the query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, Timeout, and Unknown.

Queries time out after 15 minutes of execution. To avoid having your queries time out, reduce the time range being searched, or partition your query into a number of queries.

\n@param status The status of the most recent running of the query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, Timeout, and Unknown.

Queries time out after 15 minutes of execution. To avoid having your queries time out, reduce the time range being searched, or partition your query into a number of queries.\n@see QueryStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of the most recent running of the query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, Timeout, and Unknown.

Queries time out after 15 minutes of execution. To avoid having your queries time out, reduce the time range being searched, or partition your query into a number of queries.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Results" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getResults", "beanStyleSetterMethodName" : "setResults", "c2jName" : "results", "c2jShape" : "QueryResults", "defaultConsumerFluentSetterDocumentation" : "

The log events that matched the query criteria during the most recent time it ran.

The results value is an array of arrays. Each log event is one object in the top-level array. Each of these log event objects is an array of field/value pairs.

\nThis is a convenience that creates an instance of the {@link List>.Builder} avoiding the need to create one manually via {@link List>#builder()}.\n\nWhen the {@link Consumer} completes, {@link List>.Builder#build()} is called immediately and its result is passed to {@link #results(List>)}.\n@param results a consumer that will call methods on {@link List>.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #results(List>)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The log events that matched the query criteria during the most recent time it ran.

The results value is an array of arrays. Each log event is one object in the top-level array. Each of these log event objects is an array of field/value pairs.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasResults()} to see if a value was sent in this field.\n

\n@return The log events that matched the query criteria during the most recent time it ran.

The results value is an array of arrays. Each log event is one object in the top-level array. Each of these log event objects is an array of field/value pairs.\n@deprecated Use {@link #results()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The log events that matched the query criteria during the most recent time it ran.

The results value is an array of arrays. Each log event is one object in the top-level array. Each of these log event objects is an array of field/value pairs.

\n@param results The log events that matched the query criteria during the most recent time it ran.

The results value is an array of arrays. Each log event is one object in the top-level array. Each of these log event objects is an array of field/value pairs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #results(List>)}\n", "documentation" : "

The log events that matched the query criteria during the most recent time it ran.

The results value is an array of arrays. Each log event is one object in the top-level array. Each of these log event objects is an array of field/value pairs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Results property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "results", "fluentSetterDocumentation" : "

The log events that matched the query criteria during the most recent time it ran.

The results value is an array of arrays. Each log event is one object in the top-level array. Each of these log event objects is an array of field/value pairs.

\n@param results The log events that matched the query criteria during the most recent time it ran.

The results value is an array of arrays. Each log event is one object in the top-level array. Each of these log event objects is an array of field/value pairs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "results", "getterDocumentation" : "

The log events that matched the query criteria during the most recent time it ran.

The results value is an array of arrays. Each log event is one object in the top-level array. Each of these log event objects is an array of field/value pairs.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasResults()} to see if a value was sent in this field.\n

\n@return The log events that matched the query criteria during the most recent time it ran.

The results value is an array of arrays. Each log event is one object in the top-level array. Each of these log event objects is an array of field/value pairs.", "getterModel" : { "returnType" : "java.util.List>", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "results", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "results", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ResultRows", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #member(List)}.\n@param member a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasMember()} to see if a value was sent in this field.\n

\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(List)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasMember()} to see if a value was sent in this field.\n

\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ResultField", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ResultField.Builder} avoiding the need to create one manually via {@link ResultField#builder()}.\n\nWhen the {@link Consumer} completes, {@link ResultField.Builder#build()} is called immediately and its result is passed to {@link #member(ResultField)}.\n@param member a consumer that will call methods on {@link ResultField.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ResultField)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ResultField)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ResultField", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ResultField", "variableName" : "member", "variableType" : "ResultField", "documentation" : null, "simpleType" : "ResultField", "variableSetterType" : "ResultField" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ResultField", "variableName" : "member", "variableType" : "ResultField", "documentation" : "", "simpleType" : "ResultField", "variableSetterType" : "ResultField" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ResultField", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ResultField", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "member", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "member", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "java.util.List", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "List", "templateImplType" : "java.util.ArrayList>", "templateType" : "java.util.List>" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Results", "sensitive" : false, "setterDocumentation" : "

The log events that matched the query criteria during the most recent time it ran.

The results value is an array of arrays. Each log event is one object in the top-level array. Each of these log event objects is an array of field/value pairs.

\n@param results The log events that matched the query criteria during the most recent time it ran.

The results value is an array of arrays. Each log event is one object in the top-level array. Each of these log event objects is an array of field/value pairs.", "setterMethodName" : "setResults", "setterModel" : { "variableDeclarationType" : "java.util.List>", "variableName" : "results", "variableType" : "java.util.List>", "documentation" : null, "simpleType" : "List>", "variableSetterType" : "java.util.Collection>" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List>", "variableName" : "results", "variableType" : "java.util.List>", "documentation" : "

The log events that matched the query criteria during the most recent time it ran.

The results value is an array of arrays. Each log event is one object in the top-level array. Each of these log event objects is an array of field/value pairs.

", "simpleType" : "List>", "variableSetterType" : "java.util.Collection>" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Statistics" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatistics", "beanStyleSetterMethodName" : "setStatistics", "c2jName" : "statistics", "c2jShape" : "QueryStatistics", "defaultConsumerFluentSetterDocumentation" : "

Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.

\nThis is a convenience that creates an instance of the {@link QueryStatistics.Builder} avoiding the need to create one manually via {@link QueryStatistics#builder()}.\n\nWhen the {@link Consumer} completes, {@link QueryStatistics.Builder#build()} is called immediately and its result is passed to {@link #statistics(QueryStatistics)}.\n@param statistics a consumer that will call methods on {@link QueryStatistics.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statistics(QueryStatistics)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.

\n@return Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.\n@deprecated Use {@link #statistics()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.

\n@param statistics Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statistics(QueryStatistics)}\n", "documentation" : "

Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Statistics property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatistics", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statistics", "fluentSetterDocumentation" : "

Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.

\n@param statistics Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statistics", "getterDocumentation" : "

Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.

\n@return Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.", "getterModel" : { "returnType" : "QueryStatistics", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "statistics", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "statistics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Statistics", "sensitive" : false, "setterDocumentation" : "

Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.

\n@param statistics Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.", "setterMethodName" : "setStatistics", "setterModel" : { "variableDeclarationType" : "QueryStatistics", "variableName" : "statistics", "variableType" : "QueryStatistics", "documentation" : null, "simpleType" : "QueryStatistics", "variableSetterType" : "QueryStatistics" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "QueryStatistics", "variableName" : "statistics", "variableType" : "QueryStatistics", "documentation" : "

Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.

", "simpleType" : "QueryStatistics", "variableSetterType" : "QueryStatistics" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "QueryStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the most recent running of the query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, Timeout, and Unknown.

Queries time out after 15 minutes of execution. To avoid having your queries time out, reduce the time range being searched, or partition your query into a number of queries.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The status of the most recent running of the query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, Timeout, and Unknown.

Queries time out after 15 minutes of execution. To avoid having your queries time out, reduce the time range being searched, or partition your query into a number of queries.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link QueryStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the most recent running of the query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, Timeout, and Unknown.

Queries time out after 15 minutes of execution. To avoid having your queries time out, reduce the time range being searched, or partition your query into a number of queries.\n@see QueryStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the most recent running of the query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, Timeout, and Unknown.

Queries time out after 15 minutes of execution. To avoid having your queries time out, reduce the time range being searched, or partition your query into a number of queries.

\n@param status The status of the most recent running of the query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, Timeout, and Unknown.

Queries time out after 15 minutes of execution. To avoid having your queries time out, reduce the time range being searched, or partition your query into a number of queries.\n@see QueryStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see QueryStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The status of the most recent running of the query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, Timeout, and Unknown.

Queries time out after 15 minutes of execution. To avoid having your queries time out, reduce the time range being searched, or partition your query into a number of queries.

", "endpointDiscoveryId" : false, "enumType" : "QueryStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the most recent running of the query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, Timeout, and Unknown.

Queries time out after 15 minutes of execution. To avoid having your queries time out, reduce the time range being searched, or partition your query into a number of queries.

\n@param status The status of the most recent running of the query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, Timeout, and Unknown.

Queries time out after 15 minutes of execution. To avoid having your queries time out, reduce the time range being searched, or partition your query into a number of queries.\n@see QueryStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see QueryStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the most recent running of the query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, Timeout, and Unknown.

Queries time out after 15 minutes of execution. To avoid having your queries time out, reduce the time range being searched, or partition your query into a number of queries.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link QueryStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the most recent running of the query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, Timeout, and Unknown.

Queries time out after 15 minutes of execution. To avoid having your queries time out, reduce the time range being searched, or partition your query into a number of queries.\n@see QueryStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

The status of the most recent running of the query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, Timeout, and Unknown.

Queries time out after 15 minutes of execution. To avoid having your queries time out, reduce the time range being searched, or partition your query into a number of queries.

\n@param status The status of the most recent running of the query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, Timeout, and Unknown.

Queries time out after 15 minutes of execution. To avoid having your queries time out, reduce the time range being searched, or partition your query into a number of queries.\n@see QueryStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of the most recent running of the query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, Timeout, and Unknown.

Queries time out after 15 minutes of execution. To avoid having your queries time out, reduce the time range being searched, or partition your query into a number of queries.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getResults", "beanStyleSetterMethodName" : "setResults", "c2jName" : "results", "c2jShape" : "QueryResults", "defaultConsumerFluentSetterDocumentation" : "

The log events that matched the query criteria during the most recent time it ran.

The results value is an array of arrays. Each log event is one object in the top-level array. Each of these log event objects is an array of field/value pairs.

\nThis is a convenience that creates an instance of the {@link List>.Builder} avoiding the need to create one manually via {@link List>#builder()}.\n\nWhen the {@link Consumer} completes, {@link List>.Builder#build()} is called immediately and its result is passed to {@link #results(List>)}.\n@param results a consumer that will call methods on {@link List>.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #results(List>)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The log events that matched the query criteria during the most recent time it ran.

The results value is an array of arrays. Each log event is one object in the top-level array. Each of these log event objects is an array of field/value pairs.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasResults()} to see if a value was sent in this field.\n

\n@return The log events that matched the query criteria during the most recent time it ran.

The results value is an array of arrays. Each log event is one object in the top-level array. Each of these log event objects is an array of field/value pairs.\n@deprecated Use {@link #results()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The log events that matched the query criteria during the most recent time it ran.

The results value is an array of arrays. Each log event is one object in the top-level array. Each of these log event objects is an array of field/value pairs.

\n@param results The log events that matched the query criteria during the most recent time it ran.

The results value is an array of arrays. Each log event is one object in the top-level array. Each of these log event objects is an array of field/value pairs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #results(List>)}\n", "documentation" : "

The log events that matched the query criteria during the most recent time it ran.

The results value is an array of arrays. Each log event is one object in the top-level array. Each of these log event objects is an array of field/value pairs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Results property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "results", "fluentSetterDocumentation" : "

The log events that matched the query criteria during the most recent time it ran.

The results value is an array of arrays. Each log event is one object in the top-level array. Each of these log event objects is an array of field/value pairs.

\n@param results The log events that matched the query criteria during the most recent time it ran.

The results value is an array of arrays. Each log event is one object in the top-level array. Each of these log event objects is an array of field/value pairs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "results", "getterDocumentation" : "

The log events that matched the query criteria during the most recent time it ran.

The results value is an array of arrays. Each log event is one object in the top-level array. Each of these log event objects is an array of field/value pairs.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasResults()} to see if a value was sent in this field.\n

\n@return The log events that matched the query criteria during the most recent time it ran.

The results value is an array of arrays. Each log event is one object in the top-level array. Each of these log event objects is an array of field/value pairs.", "getterModel" : { "returnType" : "java.util.List>", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "results", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "results", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ResultRows", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #member(List)}.\n@param member a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasMember()} to see if a value was sent in this field.\n

\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(List)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasMember()} to see if a value was sent in this field.\n

\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ResultField", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ResultField.Builder} avoiding the need to create one manually via {@link ResultField#builder()}.\n\nWhen the {@link Consumer} completes, {@link ResultField.Builder#build()} is called immediately and its result is passed to {@link #member(ResultField)}.\n@param member a consumer that will call methods on {@link ResultField.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ResultField)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ResultField)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ResultField", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ResultField", "variableName" : "member", "variableType" : "ResultField", "documentation" : null, "simpleType" : "ResultField", "variableSetterType" : "ResultField" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ResultField", "variableName" : "member", "variableType" : "ResultField", "documentation" : "", "simpleType" : "ResultField", "variableSetterType" : "ResultField" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ResultField", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ResultField", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "member", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "member", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "java.util.List", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "List", "templateImplType" : "java.util.ArrayList>", "templateType" : "java.util.List>" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Results", "sensitive" : false, "setterDocumentation" : "

The log events that matched the query criteria during the most recent time it ran.

The results value is an array of arrays. Each log event is one object in the top-level array. Each of these log event objects is an array of field/value pairs.

\n@param results The log events that matched the query criteria during the most recent time it ran.

The results value is an array of arrays. Each log event is one object in the top-level array. Each of these log event objects is an array of field/value pairs.", "setterMethodName" : "setResults", "setterModel" : { "variableDeclarationType" : "java.util.List>", "variableName" : "results", "variableType" : "java.util.List>", "documentation" : null, "simpleType" : "List>", "variableSetterType" : "java.util.Collection>" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List>", "variableName" : "results", "variableType" : "java.util.List>", "documentation" : "

The log events that matched the query criteria during the most recent time it ran.

The results value is an array of arrays. Each log event is one object in the top-level array. Each of these log event objects is an array of field/value pairs.

", "simpleType" : "List>", "variableSetterType" : "java.util.Collection>" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatistics", "beanStyleSetterMethodName" : "setStatistics", "c2jName" : "statistics", "c2jShape" : "QueryStatistics", "defaultConsumerFluentSetterDocumentation" : "

Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.

\nThis is a convenience that creates an instance of the {@link QueryStatistics.Builder} avoiding the need to create one manually via {@link QueryStatistics#builder()}.\n\nWhen the {@link Consumer} completes, {@link QueryStatistics.Builder#build()} is called immediately and its result is passed to {@link #statistics(QueryStatistics)}.\n@param statistics a consumer that will call methods on {@link QueryStatistics.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statistics(QueryStatistics)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.

\n@return Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.\n@deprecated Use {@link #statistics()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.

\n@param statistics Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statistics(QueryStatistics)}\n", "documentation" : "

Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Statistics property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatistics", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statistics", "fluentSetterDocumentation" : "

Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.

\n@param statistics Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statistics", "getterDocumentation" : "

Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.

\n@return Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.", "getterModel" : { "returnType" : "QueryStatistics", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "statistics", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "statistics", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Statistics", "sensitive" : false, "setterDocumentation" : "

Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.

\n@param statistics Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.", "setterMethodName" : "setStatistics", "setterModel" : { "variableDeclarationType" : "QueryStatistics", "variableName" : "statistics", "variableType" : "QueryStatistics", "documentation" : null, "simpleType" : "QueryStatistics", "variableSetterType" : "QueryStatistics" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "QueryStatistics", "variableName" : "statistics", "variableType" : "QueryStatistics", "documentation" : "

Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.

", "simpleType" : "QueryStatistics", "variableSetterType" : "QueryStatistics" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "QueryStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the most recent running of the query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, Timeout, and Unknown.

Queries time out after 15 minutes of execution. To avoid having your queries time out, reduce the time range being searched, or partition your query into a number of queries.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The status of the most recent running of the query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, Timeout, and Unknown.

Queries time out after 15 minutes of execution. To avoid having your queries time out, reduce the time range being searched, or partition your query into a number of queries.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link QueryStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the most recent running of the query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, Timeout, and Unknown.

Queries time out after 15 minutes of execution. To avoid having your queries time out, reduce the time range being searched, or partition your query into a number of queries.\n@see QueryStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status of the most recent running of the query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, Timeout, and Unknown.

Queries time out after 15 minutes of execution. To avoid having your queries time out, reduce the time range being searched, or partition your query into a number of queries.

\n@param status The status of the most recent running of the query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, Timeout, and Unknown.

Queries time out after 15 minutes of execution. To avoid having your queries time out, reduce the time range being searched, or partition your query into a number of queries.\n@see QueryStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see QueryStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The status of the most recent running of the query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, Timeout, and Unknown.

Queries time out after 15 minutes of execution. To avoid having your queries time out, reduce the time range being searched, or partition your query into a number of queries.

", "endpointDiscoveryId" : false, "enumType" : "QueryStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the most recent running of the query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, Timeout, and Unknown.

Queries time out after 15 minutes of execution. To avoid having your queries time out, reduce the time range being searched, or partition your query into a number of queries.

\n@param status The status of the most recent running of the query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, Timeout, and Unknown.

Queries time out after 15 minutes of execution. To avoid having your queries time out, reduce the time range being searched, or partition your query into a number of queries.\n@see QueryStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see QueryStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the most recent running of the query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, Timeout, and Unknown.

Queries time out after 15 minutes of execution. To avoid having your queries time out, reduce the time range being searched, or partition your query into a number of queries.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link QueryStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the most recent running of the query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, Timeout, and Unknown.

Queries time out after 15 minutes of execution. To avoid having your queries time out, reduce the time range being searched, or partition your query into a number of queries.\n@see QueryStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

The status of the most recent running of the query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, Timeout, and Unknown.

Queries time out after 15 minutes of execution. To avoid having your queries time out, reduce the time range being searched, or partition your query into a number of queries.

\n@param status The status of the most recent running of the query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, Timeout, and Unknown.

Queries time out after 15 minutes of execution. To avoid having your queries time out, reduce the time range being searched, or partition your query into a number of queries.\n@see QueryStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of the most recent running of the query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, Timeout, and Unknown.

Queries time out after 15 minutes of execution. To avoid having your queries time out, reduce the time range being searched, or partition your query into a number of queries.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetQueryResultsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetQueryResultsResponse", "variableName" : "getQueryResultsResponse", "variableType" : "GetQueryResultsResponse", "documentation" : null, "simpleType" : "GetQueryResultsResponse", "variableSetterType" : "GetQueryResultsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "InputLogEvent" : { "c2jName" : "InputLogEvent", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents a log event, which is a record of activity that was recorded by the application or resource being monitored.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTimestamp", "beanStyleSetterMethodName" : "setTimestamp", "c2jName" : "timestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #timestamp(Long)}.\n@param timestamp a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timestamp(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #timestamp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param timestamp The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #timestamp(Long)}\n", "documentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Timestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTimestamp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timestamp", "fluentSetterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param timestamp The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timestamp", "getterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "timestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "timestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Timestamp", "sensitive" : false, "setterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param timestamp The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "timestamp", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "timestamp", "variableType" : "Long", "documentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "message", "c2jShape" : "EventMessage", "defaultConsumerFluentSetterDocumentation" : "

The raw event message.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #message(String)}.\n@param message a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #message(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The raw event message.

\n@return The raw event message.\n@deprecated Use {@link #message()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The raw event message.

\n@param message The raw event message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #message(String)}\n", "documentation" : "

The raw event message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Message property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "message", "fluentSetterDocumentation" : "

The raw event message.

\n@param message The raw event message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

The raw event message.

\n@return The raw event message.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "message", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Message", "sensitive" : false, "setterDocumentation" : "

The raw event message.

\n@param message The raw event message.", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

The raw event message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Message" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "message", "c2jShape" : "EventMessage", "defaultConsumerFluentSetterDocumentation" : "

The raw event message.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #message(String)}.\n@param message a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #message(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The raw event message.

\n@return The raw event message.\n@deprecated Use {@link #message()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The raw event message.

\n@param message The raw event message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #message(String)}\n", "documentation" : "

The raw event message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Message property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "message", "fluentSetterDocumentation" : "

The raw event message.

\n@param message The raw event message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

The raw event message.

\n@return The raw event message.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "message", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Message", "sensitive" : false, "setterDocumentation" : "

The raw event message.

\n@param message The raw event message.", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

The raw event message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Timestamp" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTimestamp", "beanStyleSetterMethodName" : "setTimestamp", "c2jName" : "timestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #timestamp(Long)}.\n@param timestamp a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timestamp(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #timestamp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param timestamp The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #timestamp(Long)}\n", "documentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Timestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTimestamp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timestamp", "fluentSetterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param timestamp The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timestamp", "getterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "timestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "timestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Timestamp", "sensitive" : false, "setterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param timestamp The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "timestamp", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "timestamp", "variableType" : "Long", "documentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTimestamp", "beanStyleSetterMethodName" : "setTimestamp", "c2jName" : "timestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #timestamp(Long)}.\n@param timestamp a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timestamp(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #timestamp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param timestamp The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #timestamp(Long)}\n", "documentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Timestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTimestamp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timestamp", "fluentSetterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param timestamp The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timestamp", "getterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "timestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "timestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Timestamp", "sensitive" : false, "setterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param timestamp The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "timestamp", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "timestamp", "variableType" : "Long", "documentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "message", "c2jShape" : "EventMessage", "defaultConsumerFluentSetterDocumentation" : "

The raw event message.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #message(String)}.\n@param message a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #message(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The raw event message.

\n@return The raw event message.\n@deprecated Use {@link #message()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The raw event message.

\n@param message The raw event message.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #message(String)}\n", "documentation" : "

The raw event message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Message property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "message", "fluentSetterDocumentation" : "

The raw event message.

\n@param message The raw event message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

The raw event message.

\n@return The raw event message.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "message", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Message", "sensitive" : false, "setterDocumentation" : "

The raw event message.

\n@param message The raw event message.", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

The raw event message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "timestamp", "message" ], "shapeName" : "InputLogEvent", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "InputLogEvent", "variableName" : "inputLogEvent", "variableType" : "InputLogEvent", "documentation" : null, "simpleType" : "InputLogEvent", "variableSetterType" : "InputLogEvent" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidOperationException" : { "c2jName" : "InvalidOperationException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The operation is not valid on the specified resource.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidOperationException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidOperationException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidOperationException", "variableName" : "invalidOperationException", "variableType" : "InvalidOperationException", "documentation" : null, "simpleType" : "InvalidOperationException", "variableSetterType" : "InvalidOperationException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidParameterException" : { "c2jName" : "InvalidParameterException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

A parameter is specified incorrectly.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidParameterException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidParameterException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidParameterException", "variableName" : "invalidParameterException", "variableType" : "InvalidParameterException", "documentation" : null, "simpleType" : "InvalidParameterException", "variableSetterType" : "InvalidParameterException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidSequenceTokenException" : { "c2jName" : "InvalidSequenceTokenException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The sequence token is not valid. You can get the correct sequence token in the expectedSequenceToken field in the InvalidSequenceTokenException message.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidSequenceTokenException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getExpectedSequenceToken", "beanStyleSetterMethodName" : "setExpectedSequenceToken", "c2jName" : "expectedSequenceToken", "c2jShape" : "SequenceToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ExpectedSequenceToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #expectedSequenceToken(String)}.\n@param expectedSequenceToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expectedSequenceToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the ExpectedSequenceToken property for this object.\n@return The value of the ExpectedSequenceToken property for this object.\n@deprecated Use {@link #expectedSequenceToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the ExpectedSequenceToken property for this object.\n\n@param expectedSequenceToken The new value for the ExpectedSequenceToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #expectedSequenceToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ExpectedSequenceToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasExpectedSequenceToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "expectedSequenceToken", "fluentSetterDocumentation" : "Sets the value of the ExpectedSequenceToken property for this object.\n\n@param expectedSequenceToken The new value for the ExpectedSequenceToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expectedSequenceToken", "getterDocumentation" : "Returns the value of the ExpectedSequenceToken property for this object.\n@return The value of the ExpectedSequenceToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "expectedSequenceToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "expectedSequenceToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExpectedSequenceToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the ExpectedSequenceToken property for this object.\n\n@param expectedSequenceToken The new value for the ExpectedSequenceToken property for this object.", "setterMethodName" : "setExpectedSequenceToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "expectedSequenceToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "expectedSequenceToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ExpectedSequenceToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getExpectedSequenceToken", "beanStyleSetterMethodName" : "setExpectedSequenceToken", "c2jName" : "expectedSequenceToken", "c2jShape" : "SequenceToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ExpectedSequenceToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #expectedSequenceToken(String)}.\n@param expectedSequenceToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expectedSequenceToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the ExpectedSequenceToken property for this object.\n@return The value of the ExpectedSequenceToken property for this object.\n@deprecated Use {@link #expectedSequenceToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the ExpectedSequenceToken property for this object.\n\n@param expectedSequenceToken The new value for the ExpectedSequenceToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #expectedSequenceToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ExpectedSequenceToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasExpectedSequenceToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "expectedSequenceToken", "fluentSetterDocumentation" : "Sets the value of the ExpectedSequenceToken property for this object.\n\n@param expectedSequenceToken The new value for the ExpectedSequenceToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expectedSequenceToken", "getterDocumentation" : "Returns the value of the ExpectedSequenceToken property for this object.\n@return The value of the ExpectedSequenceToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "expectedSequenceToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "expectedSequenceToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExpectedSequenceToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the ExpectedSequenceToken property for this object.\n\n@param expectedSequenceToken The new value for the ExpectedSequenceToken property for this object.", "setterMethodName" : "setExpectedSequenceToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "expectedSequenceToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "expectedSequenceToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getExpectedSequenceToken", "beanStyleSetterMethodName" : "setExpectedSequenceToken", "c2jName" : "expectedSequenceToken", "c2jShape" : "SequenceToken", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ExpectedSequenceToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #expectedSequenceToken(String)}.\n@param expectedSequenceToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expectedSequenceToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the ExpectedSequenceToken property for this object.\n@return The value of the ExpectedSequenceToken property for this object.\n@deprecated Use {@link #expectedSequenceToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the ExpectedSequenceToken property for this object.\n\n@param expectedSequenceToken The new value for the ExpectedSequenceToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #expectedSequenceToken(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ExpectedSequenceToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasExpectedSequenceToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "expectedSequenceToken", "fluentSetterDocumentation" : "Sets the value of the ExpectedSequenceToken property for this object.\n\n@param expectedSequenceToken The new value for the ExpectedSequenceToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expectedSequenceToken", "getterDocumentation" : "Returns the value of the ExpectedSequenceToken property for this object.\n@return The value of the ExpectedSequenceToken property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "expectedSequenceToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "expectedSequenceToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExpectedSequenceToken", "sensitive" : false, "setterDocumentation" : "Sets the value of the ExpectedSequenceToken property for this object.\n\n@param expectedSequenceToken The new value for the ExpectedSequenceToken property for this object.", "setterMethodName" : "setExpectedSequenceToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "expectedSequenceToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "expectedSequenceToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidSequenceTokenException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidSequenceTokenException", "variableName" : "invalidSequenceTokenException", "variableType" : "InvalidSequenceTokenException", "documentation" : null, "simpleType" : "InvalidSequenceTokenException", "variableSetterType" : "InvalidSequenceTokenException" }, "wrapper" : false, "xmlNamespace" : null }, "LimitExceededException" : { "c2jName" : "LimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

You have reached the maximum number of resources that can be created.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "LimitExceededException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LimitExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LimitExceededException", "variableName" : "limitExceededException", "variableType" : "LimitExceededException", "documentation" : null, "simpleType" : "LimitExceededException", "variableSetterType" : "LimitExceededException" }, "wrapper" : false, "xmlNamespace" : null }, "ListTagsLogGroupRequest" : { "c2jName" : "ListTagsLogGroupRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListTagsLogGroup", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.ListTagsLogGroup", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LogGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "logGroupName" ], "shapeName" : "ListTagsLogGroupRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListTagsLogGroupRequest", "variableName" : "listTagsLogGroupRequest", "variableType" : "ListTagsLogGroupRequest", "documentation" : null, "simpleType" : "ListTagsLogGroupRequest", "variableSetterType" : "ListTagsLogGroupRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListTagsLogGroupResponse" : { "c2jName" : "ListTagsLogGroupResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

The tags for the log group.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #tags(Map)}.\n@param tags a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The tags for the log group.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return The tags for the log group.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The tags for the log group.

\n@param tags The tags for the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

The tags for the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

The tags for the log group.

\n@param tags The tags for the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

The tags for the log group.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return The tags for the log group.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

The tags for the log group.

\n@param tags The tags for the log group.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

The tags for the log group.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

The tags for the log group.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #tags(Map)}.\n@param tags a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The tags for the log group.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return The tags for the log group.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The tags for the log group.

\n@param tags The tags for the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

The tags for the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

The tags for the log group.

\n@param tags The tags for the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

The tags for the log group.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return The tags for the log group.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

The tags for the log group.

\n@param tags The tags for the log group.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

The tags for the log group.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

The tags for the log group.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #tags(Map)}.\n@param tags a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The tags for the log group.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return The tags for the log group.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The tags for the log group.

\n@param tags The tags for the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

The tags for the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

The tags for the log group.

\n@param tags The tags for the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

The tags for the log group.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return The tags for the log group.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

The tags for the log group.

\n@param tags The tags for the log group.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

The tags for the log group.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListTagsLogGroupResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListTagsLogGroupResponse", "variableName" : "listTagsLogGroupResponse", "variableType" : "ListTagsLogGroupResponse", "documentation" : null, "simpleType" : "ListTagsLogGroupResponse", "variableSetterType" : "ListTagsLogGroupResponse" }, "wrapper" : false, "xmlNamespace" : null }, "LogGroup" : { "c2jName" : "LogGroup", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents a log group.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Long)}.\n@param creationTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Long)}\n", "documentation" : "

The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "creationTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "creationTime", "variableType" : "Long", "documentation" : "

The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionInDays", "beanStyleSetterMethodName" : "setRetentionInDays", "c2jName" : "retentionInDays", "c2jShape" : "Days", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the RetentionInDays property for this object.\n\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #retentionInDays(Integer)}.\n@param retentionInDays a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionInDays(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the RetentionInDays property for this object.\n@return The value of the RetentionInDays property for this object.\n@deprecated Use {@link #retentionInDays()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the RetentionInDays property for this object.\n\n@param retentionInDays The new value for the RetentionInDays property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionInDays(Integer)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionInDays property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRetentionInDays", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionInDays", "fluentSetterDocumentation" : "Sets the value of the RetentionInDays property for this object.\n\n@param retentionInDays The new value for the RetentionInDays property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionInDays", "getterDocumentation" : "Returns the value of the RetentionInDays property for this object.\n@return The value of the RetentionInDays property for this object.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionInDays", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionInDays", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "RetentionInDays", "sensitive" : false, "setterDocumentation" : "Sets the value of the RetentionInDays property for this object.\n\n@param retentionInDays The new value for the RetentionInDays property for this object.", "setterMethodName" : "setRetentionInDays", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "retentionInDays", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "retentionInDays", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMetricFilterCount", "beanStyleSetterMethodName" : "setMetricFilterCount", "c2jName" : "metricFilterCount", "c2jShape" : "FilterCount", "defaultConsumerFluentSetterDocumentation" : "

The number of metric filters.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #metricFilterCount(Integer)}.\n@param metricFilterCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricFilterCount(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The number of metric filters.

\n@return The number of metric filters.\n@deprecated Use {@link #metricFilterCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The number of metric filters.

\n@param metricFilterCount The number of metric filters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #metricFilterCount(Integer)}\n", "documentation" : "

The number of metric filters.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MetricFilterCount property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMetricFilterCount", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricFilterCount", "fluentSetterDocumentation" : "

The number of metric filters.

\n@param metricFilterCount The number of metric filters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricFilterCount", "getterDocumentation" : "

The number of metric filters.

\n@return The number of metric filters.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "metricFilterCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "metricFilterCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MetricFilterCount", "sensitive" : false, "setterDocumentation" : "

The number of metric filters.

\n@param metricFilterCount The number of metric filters.", "setterMethodName" : "setMetricFilterCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "metricFilterCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "metricFilterCount", "variableType" : "Integer", "documentation" : "

The number of metric filters.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon Resource Name (ARN) of the log group.

\n@return The Amazon Resource Name (ARN) of the log group.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the log group.

\n@param arn The Amazon Resource Name (ARN) of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the log group.

\n@param arn The Amazon Resource Name (ARN) of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the log group.

\n@return The Amazon Resource Name (ARN) of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the log group.

\n@param arn The Amazon Resource Name (ARN) of the log group.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStoredBytes", "beanStyleSetterMethodName" : "setStoredBytes", "c2jName" : "storedBytes", "c2jShape" : "StoredBytes", "defaultConsumerFluentSetterDocumentation" : "

The number of bytes stored.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #storedBytes(Long)}.\n@param storedBytes a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #storedBytes(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The number of bytes stored.

\n@return The number of bytes stored.\n@deprecated Use {@link #storedBytes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The number of bytes stored.

\n@param storedBytes The number of bytes stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #storedBytes(Long)}\n", "documentation" : "

The number of bytes stored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StoredBytes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStoredBytes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "storedBytes", "fluentSetterDocumentation" : "

The number of bytes stored.

\n@param storedBytes The number of bytes stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "storedBytes", "getterDocumentation" : "

The number of bytes stored.

\n@return The number of bytes stored.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "storedBytes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "storedBytes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "StoredBytes", "sensitive" : false, "setterDocumentation" : "

The number of bytes stored.

\n@param storedBytes The number of bytes stored.", "setterMethodName" : "setStoredBytes", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "storedBytes", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "storedBytes", "variableType" : "Long", "documentation" : "

The number of bytes stored.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "kmsKeyId", "c2jShape" : "KmsKeyId", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.

\n@return The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.\n@deprecated Use {@link #kmsKeyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.

\n@param kmsKeyId The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #kmsKeyId(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KmsKeyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKmsKeyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyId", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.

\n@param kmsKeyId The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsKeyId", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.

\n@return The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "kmsKeyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "kmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyId", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.

\n@param kmsKeyId The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.", "setterMethodName" : "setKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Arn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon Resource Name (ARN) of the log group.

\n@return The Amazon Resource Name (ARN) of the log group.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the log group.

\n@param arn The Amazon Resource Name (ARN) of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the log group.

\n@param arn The Amazon Resource Name (ARN) of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the log group.

\n@return The Amazon Resource Name (ARN) of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the log group.

\n@param arn The Amazon Resource Name (ARN) of the log group.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CreationTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Long)}.\n@param creationTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Long)}\n", "documentation" : "

The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "creationTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "creationTime", "variableType" : "Long", "documentation" : "

The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "KmsKeyId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "kmsKeyId", "c2jShape" : "KmsKeyId", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.

\n@return The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.\n@deprecated Use {@link #kmsKeyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.

\n@param kmsKeyId The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #kmsKeyId(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KmsKeyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKmsKeyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyId", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.

\n@param kmsKeyId The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsKeyId", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.

\n@return The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "kmsKeyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "kmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyId", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.

\n@param kmsKeyId The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.", "setterMethodName" : "setKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LogGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MetricFilterCount" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMetricFilterCount", "beanStyleSetterMethodName" : "setMetricFilterCount", "c2jName" : "metricFilterCount", "c2jShape" : "FilterCount", "defaultConsumerFluentSetterDocumentation" : "

The number of metric filters.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #metricFilterCount(Integer)}.\n@param metricFilterCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricFilterCount(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The number of metric filters.

\n@return The number of metric filters.\n@deprecated Use {@link #metricFilterCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The number of metric filters.

\n@param metricFilterCount The number of metric filters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #metricFilterCount(Integer)}\n", "documentation" : "

The number of metric filters.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MetricFilterCount property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMetricFilterCount", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricFilterCount", "fluentSetterDocumentation" : "

The number of metric filters.

\n@param metricFilterCount The number of metric filters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricFilterCount", "getterDocumentation" : "

The number of metric filters.

\n@return The number of metric filters.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "metricFilterCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "metricFilterCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MetricFilterCount", "sensitive" : false, "setterDocumentation" : "

The number of metric filters.

\n@param metricFilterCount The number of metric filters.", "setterMethodName" : "setMetricFilterCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "metricFilterCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "metricFilterCount", "variableType" : "Integer", "documentation" : "

The number of metric filters.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RetentionInDays" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionInDays", "beanStyleSetterMethodName" : "setRetentionInDays", "c2jName" : "retentionInDays", "c2jShape" : "Days", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the RetentionInDays property for this object.\n\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #retentionInDays(Integer)}.\n@param retentionInDays a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionInDays(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the RetentionInDays property for this object.\n@return The value of the RetentionInDays property for this object.\n@deprecated Use {@link #retentionInDays()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the RetentionInDays property for this object.\n\n@param retentionInDays The new value for the RetentionInDays property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionInDays(Integer)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionInDays property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRetentionInDays", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionInDays", "fluentSetterDocumentation" : "Sets the value of the RetentionInDays property for this object.\n\n@param retentionInDays The new value for the RetentionInDays property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionInDays", "getterDocumentation" : "Returns the value of the RetentionInDays property for this object.\n@return The value of the RetentionInDays property for this object.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionInDays", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionInDays", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "RetentionInDays", "sensitive" : false, "setterDocumentation" : "Sets the value of the RetentionInDays property for this object.\n\n@param retentionInDays The new value for the RetentionInDays property for this object.", "setterMethodName" : "setRetentionInDays", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "retentionInDays", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "retentionInDays", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StoredBytes" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStoredBytes", "beanStyleSetterMethodName" : "setStoredBytes", "c2jName" : "storedBytes", "c2jShape" : "StoredBytes", "defaultConsumerFluentSetterDocumentation" : "

The number of bytes stored.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #storedBytes(Long)}.\n@param storedBytes a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #storedBytes(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The number of bytes stored.

\n@return The number of bytes stored.\n@deprecated Use {@link #storedBytes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The number of bytes stored.

\n@param storedBytes The number of bytes stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #storedBytes(Long)}\n", "documentation" : "

The number of bytes stored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StoredBytes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStoredBytes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "storedBytes", "fluentSetterDocumentation" : "

The number of bytes stored.

\n@param storedBytes The number of bytes stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "storedBytes", "getterDocumentation" : "

The number of bytes stored.

\n@return The number of bytes stored.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "storedBytes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "storedBytes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "StoredBytes", "sensitive" : false, "setterDocumentation" : "

The number of bytes stored.

\n@param storedBytes The number of bytes stored.", "setterMethodName" : "setStoredBytes", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "storedBytes", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "storedBytes", "variableType" : "Long", "documentation" : "

The number of bytes stored.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Long)}.\n@param creationTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Long)}\n", "documentation" : "

The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "creationTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "creationTime", "variableType" : "Long", "documentation" : "

The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionInDays", "beanStyleSetterMethodName" : "setRetentionInDays", "c2jName" : "retentionInDays", "c2jShape" : "Days", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the RetentionInDays property for this object.\n\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #retentionInDays(Integer)}.\n@param retentionInDays a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionInDays(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the RetentionInDays property for this object.\n@return The value of the RetentionInDays property for this object.\n@deprecated Use {@link #retentionInDays()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the RetentionInDays property for this object.\n\n@param retentionInDays The new value for the RetentionInDays property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionInDays(Integer)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionInDays property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRetentionInDays", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionInDays", "fluentSetterDocumentation" : "Sets the value of the RetentionInDays property for this object.\n\n@param retentionInDays The new value for the RetentionInDays property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionInDays", "getterDocumentation" : "Returns the value of the RetentionInDays property for this object.\n@return The value of the RetentionInDays property for this object.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionInDays", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionInDays", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "RetentionInDays", "sensitive" : false, "setterDocumentation" : "Sets the value of the RetentionInDays property for this object.\n\n@param retentionInDays The new value for the RetentionInDays property for this object.", "setterMethodName" : "setRetentionInDays", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "retentionInDays", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "retentionInDays", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMetricFilterCount", "beanStyleSetterMethodName" : "setMetricFilterCount", "c2jName" : "metricFilterCount", "c2jShape" : "FilterCount", "defaultConsumerFluentSetterDocumentation" : "

The number of metric filters.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #metricFilterCount(Integer)}.\n@param metricFilterCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricFilterCount(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The number of metric filters.

\n@return The number of metric filters.\n@deprecated Use {@link #metricFilterCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The number of metric filters.

\n@param metricFilterCount The number of metric filters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #metricFilterCount(Integer)}\n", "documentation" : "

The number of metric filters.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MetricFilterCount property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMetricFilterCount", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricFilterCount", "fluentSetterDocumentation" : "

The number of metric filters.

\n@param metricFilterCount The number of metric filters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricFilterCount", "getterDocumentation" : "

The number of metric filters.

\n@return The number of metric filters.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "metricFilterCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "metricFilterCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MetricFilterCount", "sensitive" : false, "setterDocumentation" : "

The number of metric filters.

\n@param metricFilterCount The number of metric filters.", "setterMethodName" : "setMetricFilterCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "metricFilterCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "metricFilterCount", "variableType" : "Integer", "documentation" : "

The number of metric filters.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon Resource Name (ARN) of the log group.

\n@return The Amazon Resource Name (ARN) of the log group.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the log group.

\n@param arn The Amazon Resource Name (ARN) of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the log group.

\n@param arn The Amazon Resource Name (ARN) of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the log group.

\n@return The Amazon Resource Name (ARN) of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the log group.

\n@param arn The Amazon Resource Name (ARN) of the log group.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStoredBytes", "beanStyleSetterMethodName" : "setStoredBytes", "c2jName" : "storedBytes", "c2jShape" : "StoredBytes", "defaultConsumerFluentSetterDocumentation" : "

The number of bytes stored.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #storedBytes(Long)}.\n@param storedBytes a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #storedBytes(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The number of bytes stored.

\n@return The number of bytes stored.\n@deprecated Use {@link #storedBytes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The number of bytes stored.

\n@param storedBytes The number of bytes stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #storedBytes(Long)}\n", "documentation" : "

The number of bytes stored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StoredBytes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStoredBytes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "storedBytes", "fluentSetterDocumentation" : "

The number of bytes stored.

\n@param storedBytes The number of bytes stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "storedBytes", "getterDocumentation" : "

The number of bytes stored.

\n@return The number of bytes stored.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "storedBytes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "storedBytes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "StoredBytes", "sensitive" : false, "setterDocumentation" : "

The number of bytes stored.

\n@param storedBytes The number of bytes stored.", "setterMethodName" : "setStoredBytes", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "storedBytes", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "storedBytes", "variableType" : "Long", "documentation" : "

The number of bytes stored.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKmsKeyId", "beanStyleSetterMethodName" : "setKmsKeyId", "c2jName" : "kmsKeyId", "c2jShape" : "KmsKeyId", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.

\n@return The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.\n@deprecated Use {@link #kmsKeyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.

\n@param kmsKeyId The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #kmsKeyId(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the KmsKeyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKmsKeyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "kmsKeyId", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.

\n@param kmsKeyId The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "kmsKeyId", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.

\n@return The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "kmsKeyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "kmsKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KmsKeyId", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.

\n@param kmsKeyId The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.", "setterMethodName" : "setKmsKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "kmsKeyId", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LogGroup", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LogGroup", "variableName" : "logGroup", "variableType" : "LogGroup", "documentation" : null, "simpleType" : "LogGroup", "variableSetterType" : "LogGroup" }, "wrapper" : false, "xmlNamespace" : null }, "LogGroupField" : { "c2jName" : "LogGroupField", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The fields contained in log events found by a GetLogGroupFields operation, along with the percentage of queried log events in which each field appears.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Field", "defaultConsumerFluentSetterDocumentation" : "

The name of a log field.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of a log field.

\n@return The name of a log field.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of a log field.

\n@param name The name of a log field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of a log field.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of a log field.

\n@param name The name of a log field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of a log field.

\n@return The name of a log field.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of a log field.

\n@param name The name of a log field.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of a log field.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPercent", "beanStyleSetterMethodName" : "setPercent", "c2jName" : "percent", "c2jShape" : "Percentage", "defaultConsumerFluentSetterDocumentation" : "

The percentage of log events queried that contained the field.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #percent(Integer)}.\n@param percent a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #percent(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The percentage of log events queried that contained the field.

\n@return The percentage of log events queried that contained the field.\n@deprecated Use {@link #percent()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The percentage of log events queried that contained the field.

\n@param percent The percentage of log events queried that contained the field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #percent(Integer)}\n", "documentation" : "

The percentage of log events queried that contained the field.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Percent property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPercent", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "percent", "fluentSetterDocumentation" : "

The percentage of log events queried that contained the field.

\n@param percent The percentage of log events queried that contained the field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "percent", "getterDocumentation" : "

The percentage of log events queried that contained the field.

\n@return The percentage of log events queried that contained the field.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "percent", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "percent", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Percent", "sensitive" : false, "setterDocumentation" : "

The percentage of log events queried that contained the field.

\n@param percent The percentage of log events queried that contained the field.", "setterMethodName" : "setPercent", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "percent", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "percent", "variableType" : "Integer", "documentation" : "

The percentage of log events queried that contained the field.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Field", "defaultConsumerFluentSetterDocumentation" : "

The name of a log field.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of a log field.

\n@return The name of a log field.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of a log field.

\n@param name The name of a log field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of a log field.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of a log field.

\n@param name The name of a log field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of a log field.

\n@return The name of a log field.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of a log field.

\n@param name The name of a log field.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of a log field.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Percent" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPercent", "beanStyleSetterMethodName" : "setPercent", "c2jName" : "percent", "c2jShape" : "Percentage", "defaultConsumerFluentSetterDocumentation" : "

The percentage of log events queried that contained the field.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #percent(Integer)}.\n@param percent a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #percent(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The percentage of log events queried that contained the field.

\n@return The percentage of log events queried that contained the field.\n@deprecated Use {@link #percent()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The percentage of log events queried that contained the field.

\n@param percent The percentage of log events queried that contained the field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #percent(Integer)}\n", "documentation" : "

The percentage of log events queried that contained the field.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Percent property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPercent", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "percent", "fluentSetterDocumentation" : "

The percentage of log events queried that contained the field.

\n@param percent The percentage of log events queried that contained the field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "percent", "getterDocumentation" : "

The percentage of log events queried that contained the field.

\n@return The percentage of log events queried that contained the field.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "percent", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "percent", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Percent", "sensitive" : false, "setterDocumentation" : "

The percentage of log events queried that contained the field.

\n@param percent The percentage of log events queried that contained the field.", "setterMethodName" : "setPercent", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "percent", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "percent", "variableType" : "Integer", "documentation" : "

The percentage of log events queried that contained the field.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Field", "defaultConsumerFluentSetterDocumentation" : "

The name of a log field.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of a log field.

\n@return The name of a log field.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of a log field.

\n@param name The name of a log field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "

The name of a log field.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of a log field.

\n@param name The name of a log field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The name of a log field.

\n@return The name of a log field.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of a log field.

\n@param name The name of a log field.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of a log field.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPercent", "beanStyleSetterMethodName" : "setPercent", "c2jName" : "percent", "c2jShape" : "Percentage", "defaultConsumerFluentSetterDocumentation" : "

The percentage of log events queried that contained the field.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #percent(Integer)}.\n@param percent a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #percent(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The percentage of log events queried that contained the field.

\n@return The percentage of log events queried that contained the field.\n@deprecated Use {@link #percent()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The percentage of log events queried that contained the field.

\n@param percent The percentage of log events queried that contained the field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #percent(Integer)}\n", "documentation" : "

The percentage of log events queried that contained the field.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Percent property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPercent", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "percent", "fluentSetterDocumentation" : "

The percentage of log events queried that contained the field.

\n@param percent The percentage of log events queried that contained the field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "percent", "getterDocumentation" : "

The percentage of log events queried that contained the field.

\n@return The percentage of log events queried that contained the field.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "percent", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "percent", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Percent", "sensitive" : false, "setterDocumentation" : "

The percentage of log events queried that contained the field.

\n@param percent The percentage of log events queried that contained the field.", "setterMethodName" : "setPercent", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "percent", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "percent", "variableType" : "Integer", "documentation" : "

The percentage of log events queried that contained the field.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LogGroupField", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LogGroupField", "variableName" : "logGroupField", "variableType" : "LogGroupField", "documentation" : null, "simpleType" : "LogGroupField", "variableSetterType" : "LogGroupField" }, "wrapper" : false, "xmlNamespace" : null }, "LogStream" : { "c2jName" : "LogStream", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents a log stream, which is a sequence of log events from a single emitter of logs.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogStreamName", "beanStyleSetterMethodName" : "setLogStreamName", "c2jName" : "logStreamName", "c2jShape" : "LogStreamName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamName(String)}.\n@param logStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log stream.

\n@return The name of the log stream.\n@deprecated Use {@link #logStreamName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logStreamName(String)}\n", "documentation" : "

The name of the log stream.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogStreamName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogStreamName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logStreamName", "fluentSetterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamName", "getterDocumentation" : "

The name of the log stream.

\n@return The name of the log stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logStreamName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logStreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogStreamName", "sensitive" : false, "setterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.", "setterMethodName" : "setLogStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : "

The name of the log stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Long)}.\n@param creationTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Long)}\n", "documentation" : "

The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "creationTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "creationTime", "variableType" : "Long", "documentation" : "

The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFirstEventTimestamp", "beanStyleSetterMethodName" : "setFirstEventTimestamp", "c2jName" : "firstEventTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #firstEventTimestamp(Long)}.\n@param firstEventTimestamp a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #firstEventTimestamp(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #firstEventTimestamp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param firstEventTimestamp The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #firstEventTimestamp(Long)}\n", "documentation" : "

The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FirstEventTimestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFirstEventTimestamp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "firstEventTimestamp", "fluentSetterDocumentation" : "

The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param firstEventTimestamp The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "firstEventTimestamp", "getterDocumentation" : "

The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "firstEventTimestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "firstEventTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "FirstEventTimestamp", "sensitive" : false, "setterDocumentation" : "

The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param firstEventTimestamp The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setFirstEventTimestamp", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "firstEventTimestamp", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "firstEventTimestamp", "variableType" : "Long", "documentation" : "

The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastEventTimestamp", "beanStyleSetterMethodName" : "setLastEventTimestamp", "c2jName" : "lastEventTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #lastEventTimestamp(Long)}.\n@param lastEventTimestamp a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastEventTimestamp(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

\n@return The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.\n@deprecated Use {@link #lastEventTimestamp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

\n@param lastEventTimestamp The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastEventTimestamp(Long)}\n", "documentation" : "

The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastEventTimestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastEventTimestamp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastEventTimestamp", "fluentSetterDocumentation" : "

The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

\n@param lastEventTimestamp The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastEventTimestamp", "getterDocumentation" : "

The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

\n@return The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastEventTimestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastEventTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "LastEventTimestamp", "sensitive" : false, "setterDocumentation" : "

The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

\n@param lastEventTimestamp The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.", "setterMethodName" : "setLastEventTimestamp", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "lastEventTimestamp", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "lastEventTimestamp", "variableType" : "Long", "documentation" : "

The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastIngestionTime", "beanStyleSetterMethodName" : "setLastIngestionTime", "c2jName" : "lastIngestionTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #lastIngestionTime(Long)}.\n@param lastIngestionTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastIngestionTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #lastIngestionTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param lastIngestionTime The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastIngestionTime(Long)}\n", "documentation" : "

The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastIngestionTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastIngestionTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastIngestionTime", "fluentSetterDocumentation" : "

The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param lastIngestionTime The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastIngestionTime", "getterDocumentation" : "

The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastIngestionTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastIngestionTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "LastIngestionTime", "sensitive" : false, "setterDocumentation" : "

The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param lastIngestionTime The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setLastIngestionTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "lastIngestionTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "lastIngestionTime", "variableType" : "Long", "documentation" : "

The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUploadSequenceToken", "beanStyleSetterMethodName" : "setUploadSequenceToken", "c2jName" : "uploadSequenceToken", "c2jShape" : "SequenceToken", "defaultConsumerFluentSetterDocumentation" : "

The sequence token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #uploadSequenceToken(String)}.\n@param uploadSequenceToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #uploadSequenceToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The sequence token.

\n@return The sequence token.\n@deprecated Use {@link #uploadSequenceToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The sequence token.

\n@param uploadSequenceToken The sequence token.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #uploadSequenceToken(String)}\n", "documentation" : "

The sequence token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the UploadSequenceToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasUploadSequenceToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "uploadSequenceToken", "fluentSetterDocumentation" : "

The sequence token.

\n@param uploadSequenceToken The sequence token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "uploadSequenceToken", "getterDocumentation" : "

The sequence token.

\n@return The sequence token.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "uploadSequenceToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "uploadSequenceToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UploadSequenceToken", "sensitive" : false, "setterDocumentation" : "

The sequence token.

\n@param uploadSequenceToken The sequence token.", "setterMethodName" : "setUploadSequenceToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadSequenceToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadSequenceToken", "variableType" : "String", "documentation" : "

The sequence token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the log stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon Resource Name (ARN) of the log stream.

\n@return The Amazon Resource Name (ARN) of the log stream.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the log stream.

\n@param arn The Amazon Resource Name (ARN) of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the log stream.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the log stream.

\n@param arn The Amazon Resource Name (ARN) of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the log stream.

\n@return The Amazon Resource Name (ARN) of the log stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the log stream.

\n@param arn The Amazon Resource Name (ARN) of the log stream.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the log stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStoredBytes", "beanStyleSetterMethodName" : "setStoredBytes", "c2jName" : "storedBytes", "c2jShape" : "StoredBytes", "defaultConsumerFluentSetterDocumentation" : "

The number of bytes stored.

IMPORTANT:On June 17, 2019, this parameter was deprecated for log streams, and is always reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #storedBytes(Long)}.\n@param storedBytes a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #storedBytes(Long)", "deprecated" : true, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The number of bytes stored.

IMPORTANT:On June 17, 2019, this parameter was deprecated for log streams, and is always reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.

\n@return The number of bytes stored.

IMPORTANT:On June 17, 2019, this parameter was deprecated for log streams, and is always reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.\n@deprecated Use {@link #storedBytes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The number of bytes stored.

IMPORTANT:On June 17, 2019, this parameter was deprecated for log streams, and is always reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.

\n@param storedBytes The number of bytes stored.

IMPORTANT:On June 17, 2019, this parameter was deprecated for log streams, and is always reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #storedBytes(Long)}\n", "documentation" : "

The number of bytes stored.

IMPORTANT:On June 17, 2019, this parameter was deprecated for log streams, and is always reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StoredBytes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStoredBytes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "storedBytes", "fluentSetterDocumentation" : "

The number of bytes stored.

IMPORTANT:On June 17, 2019, this parameter was deprecated for log streams, and is always reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.

\n@param storedBytes The number of bytes stored.

IMPORTANT:On June 17, 2019, this parameter was deprecated for log streams, and is always reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "storedBytes", "getterDocumentation" : "

The number of bytes stored.

IMPORTANT:On June 17, 2019, this parameter was deprecated for log streams, and is always reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.

\n@return The number of bytes stored.

IMPORTANT:On June 17, 2019, this parameter was deprecated for log streams, and is always reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "storedBytes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "storedBytes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "StoredBytes", "sensitive" : false, "setterDocumentation" : "

The number of bytes stored.

IMPORTANT:On June 17, 2019, this parameter was deprecated for log streams, and is always reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.

\n@param storedBytes The number of bytes stored.

IMPORTANT:On June 17, 2019, this parameter was deprecated for log streams, and is always reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.", "setterMethodName" : "setStoredBytes", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "storedBytes", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "storedBytes", "variableType" : "Long", "documentation" : "

The number of bytes stored.

IMPORTANT:On June 17, 2019, this parameter was deprecated for log streams, and is always reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Arn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the log stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon Resource Name (ARN) of the log stream.

\n@return The Amazon Resource Name (ARN) of the log stream.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the log stream.

\n@param arn The Amazon Resource Name (ARN) of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the log stream.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the log stream.

\n@param arn The Amazon Resource Name (ARN) of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the log stream.

\n@return The Amazon Resource Name (ARN) of the log stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the log stream.

\n@param arn The Amazon Resource Name (ARN) of the log stream.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the log stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CreationTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Long)}.\n@param creationTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Long)}\n", "documentation" : "

The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "creationTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "creationTime", "variableType" : "Long", "documentation" : "

The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FirstEventTimestamp" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFirstEventTimestamp", "beanStyleSetterMethodName" : "setFirstEventTimestamp", "c2jName" : "firstEventTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #firstEventTimestamp(Long)}.\n@param firstEventTimestamp a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #firstEventTimestamp(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #firstEventTimestamp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param firstEventTimestamp The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #firstEventTimestamp(Long)}\n", "documentation" : "

The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FirstEventTimestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFirstEventTimestamp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "firstEventTimestamp", "fluentSetterDocumentation" : "

The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param firstEventTimestamp The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "firstEventTimestamp", "getterDocumentation" : "

The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "firstEventTimestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "firstEventTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "FirstEventTimestamp", "sensitive" : false, "setterDocumentation" : "

The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param firstEventTimestamp The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setFirstEventTimestamp", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "firstEventTimestamp", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "firstEventTimestamp", "variableType" : "Long", "documentation" : "

The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LastEventTimestamp" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastEventTimestamp", "beanStyleSetterMethodName" : "setLastEventTimestamp", "c2jName" : "lastEventTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #lastEventTimestamp(Long)}.\n@param lastEventTimestamp a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastEventTimestamp(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

\n@return The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.\n@deprecated Use {@link #lastEventTimestamp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

\n@param lastEventTimestamp The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastEventTimestamp(Long)}\n", "documentation" : "

The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastEventTimestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastEventTimestamp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastEventTimestamp", "fluentSetterDocumentation" : "

The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

\n@param lastEventTimestamp The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastEventTimestamp", "getterDocumentation" : "

The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

\n@return The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastEventTimestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastEventTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "LastEventTimestamp", "sensitive" : false, "setterDocumentation" : "

The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

\n@param lastEventTimestamp The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.", "setterMethodName" : "setLastEventTimestamp", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "lastEventTimestamp", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "lastEventTimestamp", "variableType" : "Long", "documentation" : "

The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LastIngestionTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastIngestionTime", "beanStyleSetterMethodName" : "setLastIngestionTime", "c2jName" : "lastIngestionTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #lastIngestionTime(Long)}.\n@param lastIngestionTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastIngestionTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #lastIngestionTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param lastIngestionTime The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastIngestionTime(Long)}\n", "documentation" : "

The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastIngestionTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastIngestionTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastIngestionTime", "fluentSetterDocumentation" : "

The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param lastIngestionTime The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastIngestionTime", "getterDocumentation" : "

The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastIngestionTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastIngestionTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "LastIngestionTime", "sensitive" : false, "setterDocumentation" : "

The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param lastIngestionTime The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setLastIngestionTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "lastIngestionTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "lastIngestionTime", "variableType" : "Long", "documentation" : "

The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LogStreamName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogStreamName", "beanStyleSetterMethodName" : "setLogStreamName", "c2jName" : "logStreamName", "c2jShape" : "LogStreamName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamName(String)}.\n@param logStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log stream.

\n@return The name of the log stream.\n@deprecated Use {@link #logStreamName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logStreamName(String)}\n", "documentation" : "

The name of the log stream.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogStreamName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogStreamName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logStreamName", "fluentSetterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamName", "getterDocumentation" : "

The name of the log stream.

\n@return The name of the log stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logStreamName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logStreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogStreamName", "sensitive" : false, "setterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.", "setterMethodName" : "setLogStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : "

The name of the log stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StoredBytes" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStoredBytes", "beanStyleSetterMethodName" : "setStoredBytes", "c2jName" : "storedBytes", "c2jShape" : "StoredBytes", "defaultConsumerFluentSetterDocumentation" : "

The number of bytes stored.

IMPORTANT:On June 17, 2019, this parameter was deprecated for log streams, and is always reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #storedBytes(Long)}.\n@param storedBytes a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #storedBytes(Long)", "deprecated" : true, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The number of bytes stored.

IMPORTANT:On June 17, 2019, this parameter was deprecated for log streams, and is always reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.

\n@return The number of bytes stored.

IMPORTANT:On June 17, 2019, this parameter was deprecated for log streams, and is always reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.\n@deprecated Use {@link #storedBytes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The number of bytes stored.

IMPORTANT:On June 17, 2019, this parameter was deprecated for log streams, and is always reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.

\n@param storedBytes The number of bytes stored.

IMPORTANT:On June 17, 2019, this parameter was deprecated for log streams, and is always reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #storedBytes(Long)}\n", "documentation" : "

The number of bytes stored.

IMPORTANT:On June 17, 2019, this parameter was deprecated for log streams, and is always reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StoredBytes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStoredBytes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "storedBytes", "fluentSetterDocumentation" : "

The number of bytes stored.

IMPORTANT:On June 17, 2019, this parameter was deprecated for log streams, and is always reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.

\n@param storedBytes The number of bytes stored.

IMPORTANT:On June 17, 2019, this parameter was deprecated for log streams, and is always reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "storedBytes", "getterDocumentation" : "

The number of bytes stored.

IMPORTANT:On June 17, 2019, this parameter was deprecated for log streams, and is always reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.

\n@return The number of bytes stored.

IMPORTANT:On June 17, 2019, this parameter was deprecated for log streams, and is always reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "storedBytes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "storedBytes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "StoredBytes", "sensitive" : false, "setterDocumentation" : "

The number of bytes stored.

IMPORTANT:On June 17, 2019, this parameter was deprecated for log streams, and is always reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.

\n@param storedBytes The number of bytes stored.

IMPORTANT:On June 17, 2019, this parameter was deprecated for log streams, and is always reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.", "setterMethodName" : "setStoredBytes", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "storedBytes", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "storedBytes", "variableType" : "Long", "documentation" : "

The number of bytes stored.

IMPORTANT:On June 17, 2019, this parameter was deprecated for log streams, and is always reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "UploadSequenceToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUploadSequenceToken", "beanStyleSetterMethodName" : "setUploadSequenceToken", "c2jName" : "uploadSequenceToken", "c2jShape" : "SequenceToken", "defaultConsumerFluentSetterDocumentation" : "

The sequence token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #uploadSequenceToken(String)}.\n@param uploadSequenceToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #uploadSequenceToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The sequence token.

\n@return The sequence token.\n@deprecated Use {@link #uploadSequenceToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The sequence token.

\n@param uploadSequenceToken The sequence token.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #uploadSequenceToken(String)}\n", "documentation" : "

The sequence token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the UploadSequenceToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasUploadSequenceToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "uploadSequenceToken", "fluentSetterDocumentation" : "

The sequence token.

\n@param uploadSequenceToken The sequence token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "uploadSequenceToken", "getterDocumentation" : "

The sequence token.

\n@return The sequence token.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "uploadSequenceToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "uploadSequenceToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UploadSequenceToken", "sensitive" : false, "setterDocumentation" : "

The sequence token.

\n@param uploadSequenceToken The sequence token.", "setterMethodName" : "setUploadSequenceToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadSequenceToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadSequenceToken", "variableType" : "String", "documentation" : "

The sequence token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogStreamName", "beanStyleSetterMethodName" : "setLogStreamName", "c2jName" : "logStreamName", "c2jShape" : "LogStreamName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamName(String)}.\n@param logStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log stream.

\n@return The name of the log stream.\n@deprecated Use {@link #logStreamName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logStreamName(String)}\n", "documentation" : "

The name of the log stream.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogStreamName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogStreamName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logStreamName", "fluentSetterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamName", "getterDocumentation" : "

The name of the log stream.

\n@return The name of the log stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logStreamName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logStreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogStreamName", "sensitive" : false, "setterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.", "setterMethodName" : "setLogStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : "

The name of the log stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Long)}.\n@param creationTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Long)}\n", "documentation" : "

The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "creationTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "creationTime", "variableType" : "Long", "documentation" : "

The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFirstEventTimestamp", "beanStyleSetterMethodName" : "setFirstEventTimestamp", "c2jName" : "firstEventTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #firstEventTimestamp(Long)}.\n@param firstEventTimestamp a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #firstEventTimestamp(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #firstEventTimestamp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param firstEventTimestamp The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #firstEventTimestamp(Long)}\n", "documentation" : "

The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FirstEventTimestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFirstEventTimestamp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "firstEventTimestamp", "fluentSetterDocumentation" : "

The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param firstEventTimestamp The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "firstEventTimestamp", "getterDocumentation" : "

The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "firstEventTimestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "firstEventTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "FirstEventTimestamp", "sensitive" : false, "setterDocumentation" : "

The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param firstEventTimestamp The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setFirstEventTimestamp", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "firstEventTimestamp", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "firstEventTimestamp", "variableType" : "Long", "documentation" : "

The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastEventTimestamp", "beanStyleSetterMethodName" : "setLastEventTimestamp", "c2jName" : "lastEventTimestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #lastEventTimestamp(Long)}.\n@param lastEventTimestamp a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastEventTimestamp(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

\n@return The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.\n@deprecated Use {@link #lastEventTimestamp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

\n@param lastEventTimestamp The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastEventTimestamp(Long)}\n", "documentation" : "

The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastEventTimestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastEventTimestamp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastEventTimestamp", "fluentSetterDocumentation" : "

The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

\n@param lastEventTimestamp The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastEventTimestamp", "getterDocumentation" : "

The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

\n@return The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastEventTimestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastEventTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "LastEventTimestamp", "sensitive" : false, "setterDocumentation" : "

The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

\n@param lastEventTimestamp The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.", "setterMethodName" : "setLastEventTimestamp", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "lastEventTimestamp", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "lastEventTimestamp", "variableType" : "Long", "documentation" : "

The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastIngestionTime", "beanStyleSetterMethodName" : "setLastIngestionTime", "c2jName" : "lastIngestionTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #lastIngestionTime(Long)}.\n@param lastIngestionTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastIngestionTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #lastIngestionTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param lastIngestionTime The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastIngestionTime(Long)}\n", "documentation" : "

The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastIngestionTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastIngestionTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastIngestionTime", "fluentSetterDocumentation" : "

The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param lastIngestionTime The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastIngestionTime", "getterDocumentation" : "

The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastIngestionTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastIngestionTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "LastIngestionTime", "sensitive" : false, "setterDocumentation" : "

The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param lastIngestionTime The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setLastIngestionTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "lastIngestionTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "lastIngestionTime", "variableType" : "Long", "documentation" : "

The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUploadSequenceToken", "beanStyleSetterMethodName" : "setUploadSequenceToken", "c2jName" : "uploadSequenceToken", "c2jShape" : "SequenceToken", "defaultConsumerFluentSetterDocumentation" : "

The sequence token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #uploadSequenceToken(String)}.\n@param uploadSequenceToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #uploadSequenceToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The sequence token.

\n@return The sequence token.\n@deprecated Use {@link #uploadSequenceToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The sequence token.

\n@param uploadSequenceToken The sequence token.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #uploadSequenceToken(String)}\n", "documentation" : "

The sequence token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the UploadSequenceToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasUploadSequenceToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "uploadSequenceToken", "fluentSetterDocumentation" : "

The sequence token.

\n@param uploadSequenceToken The sequence token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "uploadSequenceToken", "getterDocumentation" : "

The sequence token.

\n@return The sequence token.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "uploadSequenceToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "uploadSequenceToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "UploadSequenceToken", "sensitive" : false, "setterDocumentation" : "

The sequence token.

\n@param uploadSequenceToken The sequence token.", "setterMethodName" : "setUploadSequenceToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uploadSequenceToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "uploadSequenceToken", "variableType" : "String", "documentation" : "

The sequence token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "arn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the log stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon Resource Name (ARN) of the log stream.

\n@return The Amazon Resource Name (ARN) of the log stream.\n@deprecated Use {@link #arn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the log stream.

\n@param arn The Amazon Resource Name (ARN) of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of the log stream.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the log stream.

\n@param arn The Amazon Resource Name (ARN) of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the log stream.

\n@return The Amazon Resource Name (ARN) of the log stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "arn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Arn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the log stream.

\n@param arn The Amazon Resource Name (ARN) of the log stream.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the log stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStoredBytes", "beanStyleSetterMethodName" : "setStoredBytes", "c2jName" : "storedBytes", "c2jShape" : "StoredBytes", "defaultConsumerFluentSetterDocumentation" : "

The number of bytes stored.

IMPORTANT:On June 17, 2019, this parameter was deprecated for log streams, and is always reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #storedBytes(Long)}.\n@param storedBytes a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #storedBytes(Long)", "deprecated" : true, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The number of bytes stored.

IMPORTANT:On June 17, 2019, this parameter was deprecated for log streams, and is always reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.

\n@return The number of bytes stored.

IMPORTANT:On June 17, 2019, this parameter was deprecated for log streams, and is always reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.\n@deprecated Use {@link #storedBytes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The number of bytes stored.

IMPORTANT:On June 17, 2019, this parameter was deprecated for log streams, and is always reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.

\n@param storedBytes The number of bytes stored.

IMPORTANT:On June 17, 2019, this parameter was deprecated for log streams, and is always reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #storedBytes(Long)}\n", "documentation" : "

The number of bytes stored.

IMPORTANT:On June 17, 2019, this parameter was deprecated for log streams, and is always reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StoredBytes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStoredBytes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "storedBytes", "fluentSetterDocumentation" : "

The number of bytes stored.

IMPORTANT:On June 17, 2019, this parameter was deprecated for log streams, and is always reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.

\n@param storedBytes The number of bytes stored.

IMPORTANT:On June 17, 2019, this parameter was deprecated for log streams, and is always reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "storedBytes", "getterDocumentation" : "

The number of bytes stored.

IMPORTANT:On June 17, 2019, this parameter was deprecated for log streams, and is always reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.

\n@return The number of bytes stored.

IMPORTANT:On June 17, 2019, this parameter was deprecated for log streams, and is always reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "storedBytes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "storedBytes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "StoredBytes", "sensitive" : false, "setterDocumentation" : "

The number of bytes stored.

IMPORTANT:On June 17, 2019, this parameter was deprecated for log streams, and is always reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.

\n@param storedBytes The number of bytes stored.

IMPORTANT:On June 17, 2019, this parameter was deprecated for log streams, and is always reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.", "setterMethodName" : "setStoredBytes", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "storedBytes", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "storedBytes", "variableType" : "Long", "documentation" : "

The number of bytes stored.

IMPORTANT:On June 17, 2019, this parameter was deprecated for log streams, and is always reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LogStream", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LogStream", "variableName" : "logStream", "variableType" : "LogStream", "documentation" : null, "simpleType" : "LogStream", "variableSetterType" : "LogStream" }, "wrapper" : false, "xmlNamespace" : null }, "MalformedQueryException" : { "c2jName" : "MalformedQueryException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The query string is not valid. Details about this error are displayed in a QueryCompileError object. For more information, see QueryCompileError\"/>.

For more information about valid query syntax, see CloudWatch Logs Insights Query Syntax.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "MalformedQueryException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryCompileError", "beanStyleSetterMethodName" : "setQueryCompileError", "c2jName" : "queryCompileError", "c2jShape" : "QueryCompileError", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the QueryCompileError property for this object.\n\nThis is a convenience that creates an instance of the {@link QueryCompileError.Builder} avoiding the need to create one manually via {@link QueryCompileError#builder()}.\n\nWhen the {@link Consumer} completes, {@link QueryCompileError.Builder#build()} is called immediately and its result is passed to {@link #queryCompileError(QueryCompileError)}.\n@param queryCompileError a consumer that will call methods on {@link QueryCompileError.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryCompileError(QueryCompileError)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the QueryCompileError property for this object.\n@return The value of the QueryCompileError property for this object.\n@deprecated Use {@link #queryCompileError()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the QueryCompileError property for this object.\n\n@param queryCompileError The new value for the QueryCompileError property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryCompileError(QueryCompileError)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryCompileError property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryCompileError", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryCompileError", "fluentSetterDocumentation" : "Sets the value of the QueryCompileError property for this object.\n\n@param queryCompileError The new value for the QueryCompileError property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryCompileError", "getterDocumentation" : "Returns the value of the QueryCompileError property for this object.\n@return The value of the QueryCompileError property for this object.", "getterModel" : { "returnType" : "QueryCompileError", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryCompileError", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryCompileError", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "QueryCompileError", "sensitive" : false, "setterDocumentation" : "Sets the value of the QueryCompileError property for this object.\n\n@param queryCompileError The new value for the QueryCompileError property for this object.", "setterMethodName" : "setQueryCompileError", "setterModel" : { "variableDeclarationType" : "QueryCompileError", "variableName" : "queryCompileError", "variableType" : "QueryCompileError", "documentation" : null, "simpleType" : "QueryCompileError", "variableSetterType" : "QueryCompileError" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "QueryCompileError", "variableName" : "queryCompileError", "variableType" : "QueryCompileError", "documentation" : "", "simpleType" : "QueryCompileError", "variableSetterType" : "QueryCompileError" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "QueryCompileError" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryCompileError", "beanStyleSetterMethodName" : "setQueryCompileError", "c2jName" : "queryCompileError", "c2jShape" : "QueryCompileError", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the QueryCompileError property for this object.\n\nThis is a convenience that creates an instance of the {@link QueryCompileError.Builder} avoiding the need to create one manually via {@link QueryCompileError#builder()}.\n\nWhen the {@link Consumer} completes, {@link QueryCompileError.Builder#build()} is called immediately and its result is passed to {@link #queryCompileError(QueryCompileError)}.\n@param queryCompileError a consumer that will call methods on {@link QueryCompileError.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryCompileError(QueryCompileError)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the QueryCompileError property for this object.\n@return The value of the QueryCompileError property for this object.\n@deprecated Use {@link #queryCompileError()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the QueryCompileError property for this object.\n\n@param queryCompileError The new value for the QueryCompileError property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryCompileError(QueryCompileError)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryCompileError property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryCompileError", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryCompileError", "fluentSetterDocumentation" : "Sets the value of the QueryCompileError property for this object.\n\n@param queryCompileError The new value for the QueryCompileError property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryCompileError", "getterDocumentation" : "Returns the value of the QueryCompileError property for this object.\n@return The value of the QueryCompileError property for this object.", "getterModel" : { "returnType" : "QueryCompileError", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryCompileError", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryCompileError", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "QueryCompileError", "sensitive" : false, "setterDocumentation" : "Sets the value of the QueryCompileError property for this object.\n\n@param queryCompileError The new value for the QueryCompileError property for this object.", "setterMethodName" : "setQueryCompileError", "setterModel" : { "variableDeclarationType" : "QueryCompileError", "variableName" : "queryCompileError", "variableType" : "QueryCompileError", "documentation" : null, "simpleType" : "QueryCompileError", "variableSetterType" : "QueryCompileError" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "QueryCompileError", "variableName" : "queryCompileError", "variableType" : "QueryCompileError", "documentation" : "", "simpleType" : "QueryCompileError", "variableSetterType" : "QueryCompileError" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryCompileError", "beanStyleSetterMethodName" : "setQueryCompileError", "c2jName" : "queryCompileError", "c2jShape" : "QueryCompileError", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the QueryCompileError property for this object.\n\nThis is a convenience that creates an instance of the {@link QueryCompileError.Builder} avoiding the need to create one manually via {@link QueryCompileError#builder()}.\n\nWhen the {@link Consumer} completes, {@link QueryCompileError.Builder#build()} is called immediately and its result is passed to {@link #queryCompileError(QueryCompileError)}.\n@param queryCompileError a consumer that will call methods on {@link QueryCompileError.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryCompileError(QueryCompileError)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the QueryCompileError property for this object.\n@return The value of the QueryCompileError property for this object.\n@deprecated Use {@link #queryCompileError()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the QueryCompileError property for this object.\n\n@param queryCompileError The new value for the QueryCompileError property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryCompileError(QueryCompileError)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryCompileError property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryCompileError", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryCompileError", "fluentSetterDocumentation" : "Sets the value of the QueryCompileError property for this object.\n\n@param queryCompileError The new value for the QueryCompileError property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryCompileError", "getterDocumentation" : "Returns the value of the QueryCompileError property for this object.\n@return The value of the QueryCompileError property for this object.", "getterModel" : { "returnType" : "QueryCompileError", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryCompileError", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryCompileError", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "QueryCompileError", "sensitive" : false, "setterDocumentation" : "Sets the value of the QueryCompileError property for this object.\n\n@param queryCompileError The new value for the QueryCompileError property for this object.", "setterMethodName" : "setQueryCompileError", "setterModel" : { "variableDeclarationType" : "QueryCompileError", "variableName" : "queryCompileError", "variableType" : "QueryCompileError", "documentation" : null, "simpleType" : "QueryCompileError", "variableSetterType" : "QueryCompileError" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "QueryCompileError", "variableName" : "queryCompileError", "variableType" : "QueryCompileError", "documentation" : "", "simpleType" : "QueryCompileError", "variableSetterType" : "QueryCompileError" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "MalformedQueryException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "MalformedQueryException", "variableName" : "malformedQueryException", "variableType" : "MalformedQueryException", "documentation" : null, "simpleType" : "MalformedQueryException", "variableSetterType" : "MalformedQueryException" }, "wrapper" : false, "xmlNamespace" : null }, "MetricFilter" : { "c2jName" : "MetricFilter", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Metric filters express how CloudWatch Logs would extract metric observations from ingested log events and transform them into metric data in a CloudWatch metric.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterName", "beanStyleSetterMethodName" : "setFilterName", "c2jName" : "filterName", "c2jShape" : "FilterName", "defaultConsumerFluentSetterDocumentation" : "

The name of the metric filter.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterName(String)}.\n@param filterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the metric filter.

\n@return The name of the metric filter.\n@deprecated Use {@link #filterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the metric filter.

\n@param filterName The name of the metric filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterName(String)}\n", "documentation" : "

The name of the metric filter.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterName", "fluentSetterDocumentation" : "

The name of the metric filter.

\n@param filterName The name of the metric filter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterName", "getterDocumentation" : "

The name of the metric filter.

\n@return The name of the metric filter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterName", "sensitive" : false, "setterDocumentation" : "

The name of the metric filter.

\n@param filterName The name of the metric filter.", "setterMethodName" : "setFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : "

The name of the metric filter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterPattern", "beanStyleSetterMethodName" : "setFilterPattern", "c2jName" : "filterPattern", "c2jShape" : "FilterPattern", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the FilterPattern property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterPattern(String)}.\n@param filterPattern a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterPattern(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the FilterPattern property for this object.\n@return The value of the FilterPattern property for this object.\n@deprecated Use {@link #filterPattern()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the FilterPattern property for this object.\n\n@param filterPattern The new value for the FilterPattern property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterPattern(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterPattern property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterPattern", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterPattern", "fluentSetterDocumentation" : "Sets the value of the FilterPattern property for this object.\n\n@param filterPattern The new value for the FilterPattern property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterPattern", "getterDocumentation" : "Returns the value of the FilterPattern property for this object.\n@return The value of the FilterPattern property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterPattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterPattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterPattern", "sensitive" : false, "setterDocumentation" : "Sets the value of the FilterPattern property for this object.\n\n@param filterPattern The new value for the FilterPattern property for this object.", "setterMethodName" : "setFilterPattern", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterPattern", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterPattern", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getMetricTransformations", "beanStyleSetterMethodName" : "setMetricTransformations", "c2jName" : "metricTransformations", "c2jShape" : "MetricTransformations", "defaultConsumerFluentSetterDocumentation" : "

The metric transformations.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #metricTransformations(List)}.\n@param metricTransformations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricTransformations(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The metric transformations.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasMetricTransformations()} to see if a value was sent in this field.\n

\n@return The metric transformations.\n@deprecated Use {@link #metricTransformations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The metric transformations.

\n@param metricTransformations The metric transformations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #metricTransformations(List)}\n", "documentation" : "

The metric transformations.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MetricTransformations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMetricTransformations", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricTransformations", "fluentSetterDocumentation" : "

The metric transformations.

\n@param metricTransformations The metric transformations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricTransformations", "getterDocumentation" : "

The metric transformations.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasMetricTransformations()} to see if a value was sent in this field.\n

\n@return The metric transformations.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "metricTransformations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "metricTransformations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MetricTransformation", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MetricTransformation.Builder} avoiding the need to create one manually via {@link MetricTransformation#builder()}.\n\nWhen the {@link Consumer} completes, {@link MetricTransformation.Builder#build()} is called immediately and its result is passed to {@link #member(MetricTransformation)}.\n@param member a consumer that will call methods on {@link MetricTransformation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MetricTransformation)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(MetricTransformation)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "MetricTransformation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "MetricTransformation", "variableName" : "member", "variableType" : "MetricTransformation", "documentation" : null, "simpleType" : "MetricTransformation", "variableSetterType" : "MetricTransformation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MetricTransformation", "variableName" : "member", "variableType" : "MetricTransformation", "documentation" : "", "simpleType" : "MetricTransformation", "variableSetterType" : "MetricTransformation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "MetricTransformation", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "MetricTransformation", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "MetricTransformations", "sensitive" : false, "setterDocumentation" : "

The metric transformations.

\n@param metricTransformations The metric transformations.", "setterMethodName" : "setMetricTransformations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "metricTransformations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "metricTransformations", "variableType" : "java.util.List", "documentation" : "

The metric transformations.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Long)}.\n@param creationTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Long)}\n", "documentation" : "

The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "creationTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "creationTime", "variableType" : "Long", "documentation" : "

The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreationTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Long)}.\n@param creationTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Long)}\n", "documentation" : "

The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "creationTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "creationTime", "variableType" : "Long", "documentation" : "

The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FilterName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterName", "beanStyleSetterMethodName" : "setFilterName", "c2jName" : "filterName", "c2jShape" : "FilterName", "defaultConsumerFluentSetterDocumentation" : "

The name of the metric filter.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterName(String)}.\n@param filterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the metric filter.

\n@return The name of the metric filter.\n@deprecated Use {@link #filterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the metric filter.

\n@param filterName The name of the metric filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterName(String)}\n", "documentation" : "

The name of the metric filter.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterName", "fluentSetterDocumentation" : "

The name of the metric filter.

\n@param filterName The name of the metric filter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterName", "getterDocumentation" : "

The name of the metric filter.

\n@return The name of the metric filter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterName", "sensitive" : false, "setterDocumentation" : "

The name of the metric filter.

\n@param filterName The name of the metric filter.", "setterMethodName" : "setFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : "

The name of the metric filter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FilterPattern" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterPattern", "beanStyleSetterMethodName" : "setFilterPattern", "c2jName" : "filterPattern", "c2jShape" : "FilterPattern", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the FilterPattern property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterPattern(String)}.\n@param filterPattern a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterPattern(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the FilterPattern property for this object.\n@return The value of the FilterPattern property for this object.\n@deprecated Use {@link #filterPattern()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the FilterPattern property for this object.\n\n@param filterPattern The new value for the FilterPattern property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterPattern(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterPattern property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterPattern", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterPattern", "fluentSetterDocumentation" : "Sets the value of the FilterPattern property for this object.\n\n@param filterPattern The new value for the FilterPattern property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterPattern", "getterDocumentation" : "Returns the value of the FilterPattern property for this object.\n@return The value of the FilterPattern property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterPattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterPattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterPattern", "sensitive" : false, "setterDocumentation" : "Sets the value of the FilterPattern property for this object.\n\n@param filterPattern The new value for the FilterPattern property for this object.", "setterMethodName" : "setFilterPattern", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterPattern", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterPattern", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LogGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MetricTransformations" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getMetricTransformations", "beanStyleSetterMethodName" : "setMetricTransformations", "c2jName" : "metricTransformations", "c2jShape" : "MetricTransformations", "defaultConsumerFluentSetterDocumentation" : "

The metric transformations.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #metricTransformations(List)}.\n@param metricTransformations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricTransformations(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The metric transformations.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasMetricTransformations()} to see if a value was sent in this field.\n

\n@return The metric transformations.\n@deprecated Use {@link #metricTransformations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The metric transformations.

\n@param metricTransformations The metric transformations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #metricTransformations(List)}\n", "documentation" : "

The metric transformations.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MetricTransformations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMetricTransformations", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricTransformations", "fluentSetterDocumentation" : "

The metric transformations.

\n@param metricTransformations The metric transformations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricTransformations", "getterDocumentation" : "

The metric transformations.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasMetricTransformations()} to see if a value was sent in this field.\n

\n@return The metric transformations.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "metricTransformations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "metricTransformations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MetricTransformation", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MetricTransformation.Builder} avoiding the need to create one manually via {@link MetricTransformation#builder()}.\n\nWhen the {@link Consumer} completes, {@link MetricTransformation.Builder#build()} is called immediately and its result is passed to {@link #member(MetricTransformation)}.\n@param member a consumer that will call methods on {@link MetricTransformation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MetricTransformation)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(MetricTransformation)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "MetricTransformation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "MetricTransformation", "variableName" : "member", "variableType" : "MetricTransformation", "documentation" : null, "simpleType" : "MetricTransformation", "variableSetterType" : "MetricTransformation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MetricTransformation", "variableName" : "member", "variableType" : "MetricTransformation", "documentation" : "", "simpleType" : "MetricTransformation", "variableSetterType" : "MetricTransformation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "MetricTransformation", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "MetricTransformation", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "MetricTransformations", "sensitive" : false, "setterDocumentation" : "

The metric transformations.

\n@param metricTransformations The metric transformations.", "setterMethodName" : "setMetricTransformations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "metricTransformations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "metricTransformations", "variableType" : "java.util.List", "documentation" : "

The metric transformations.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterName", "beanStyleSetterMethodName" : "setFilterName", "c2jName" : "filterName", "c2jShape" : "FilterName", "defaultConsumerFluentSetterDocumentation" : "

The name of the metric filter.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterName(String)}.\n@param filterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the metric filter.

\n@return The name of the metric filter.\n@deprecated Use {@link #filterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the metric filter.

\n@param filterName The name of the metric filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterName(String)}\n", "documentation" : "

The name of the metric filter.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterName", "fluentSetterDocumentation" : "

The name of the metric filter.

\n@param filterName The name of the metric filter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterName", "getterDocumentation" : "

The name of the metric filter.

\n@return The name of the metric filter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterName", "sensitive" : false, "setterDocumentation" : "

The name of the metric filter.

\n@param filterName The name of the metric filter.", "setterMethodName" : "setFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : "

The name of the metric filter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterPattern", "beanStyleSetterMethodName" : "setFilterPattern", "c2jName" : "filterPattern", "c2jShape" : "FilterPattern", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the FilterPattern property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterPattern(String)}.\n@param filterPattern a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterPattern(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the FilterPattern property for this object.\n@return The value of the FilterPattern property for this object.\n@deprecated Use {@link #filterPattern()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the FilterPattern property for this object.\n\n@param filterPattern The new value for the FilterPattern property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterPattern(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterPattern property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterPattern", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterPattern", "fluentSetterDocumentation" : "Sets the value of the FilterPattern property for this object.\n\n@param filterPattern The new value for the FilterPattern property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterPattern", "getterDocumentation" : "Returns the value of the FilterPattern property for this object.\n@return The value of the FilterPattern property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterPattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterPattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterPattern", "sensitive" : false, "setterDocumentation" : "Sets the value of the FilterPattern property for this object.\n\n@param filterPattern The new value for the FilterPattern property for this object.", "setterMethodName" : "setFilterPattern", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterPattern", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterPattern", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getMetricTransformations", "beanStyleSetterMethodName" : "setMetricTransformations", "c2jName" : "metricTransformations", "c2jShape" : "MetricTransformations", "defaultConsumerFluentSetterDocumentation" : "

The metric transformations.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #metricTransformations(List)}.\n@param metricTransformations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricTransformations(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The metric transformations.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasMetricTransformations()} to see if a value was sent in this field.\n

\n@return The metric transformations.\n@deprecated Use {@link #metricTransformations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The metric transformations.

\n@param metricTransformations The metric transformations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #metricTransformations(List)}\n", "documentation" : "

The metric transformations.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MetricTransformations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMetricTransformations", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricTransformations", "fluentSetterDocumentation" : "

The metric transformations.

\n@param metricTransformations The metric transformations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricTransformations", "getterDocumentation" : "

The metric transformations.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasMetricTransformations()} to see if a value was sent in this field.\n

\n@return The metric transformations.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "metricTransformations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "metricTransformations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MetricTransformation", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MetricTransformation.Builder} avoiding the need to create one manually via {@link MetricTransformation#builder()}.\n\nWhen the {@link Consumer} completes, {@link MetricTransformation.Builder#build()} is called immediately and its result is passed to {@link #member(MetricTransformation)}.\n@param member a consumer that will call methods on {@link MetricTransformation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MetricTransformation)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(MetricTransformation)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "MetricTransformation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "MetricTransformation", "variableName" : "member", "variableType" : "MetricTransformation", "documentation" : null, "simpleType" : "MetricTransformation", "variableSetterType" : "MetricTransformation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MetricTransformation", "variableName" : "member", "variableType" : "MetricTransformation", "documentation" : "", "simpleType" : "MetricTransformation", "variableSetterType" : "MetricTransformation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "MetricTransformation", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "MetricTransformation", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "MetricTransformations", "sensitive" : false, "setterDocumentation" : "

The metric transformations.

\n@param metricTransformations The metric transformations.", "setterMethodName" : "setMetricTransformations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "metricTransformations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "metricTransformations", "variableType" : "java.util.List", "documentation" : "

The metric transformations.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Long)}.\n@param creationTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Long)}\n", "documentation" : "

The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param creationTime The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "creationTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "creationTime", "variableType" : "Long", "documentation" : "

The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "MetricFilter", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "MetricFilter", "variableName" : "metricFilter", "variableType" : "MetricFilter", "documentation" : null, "simpleType" : "MetricFilter", "variableSetterType" : "MetricFilter" }, "wrapper" : false, "xmlNamespace" : null }, "MetricFilterMatchRecord" : { "c2jName" : "MetricFilterMatchRecord", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents a matched event.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventNumber", "beanStyleSetterMethodName" : "setEventNumber", "c2jName" : "eventNumber", "c2jShape" : "EventNumber", "defaultConsumerFluentSetterDocumentation" : "

The event number.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #eventNumber(Long)}.\n@param eventNumber a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventNumber(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The event number.

\n@return The event number.\n@deprecated Use {@link #eventNumber()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The event number.

\n@param eventNumber The event number.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eventNumber(Long)}\n", "documentation" : "

The event number.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EventNumber property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEventNumber", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventNumber", "fluentSetterDocumentation" : "

The event number.

\n@param eventNumber The event number.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventNumber", "getterDocumentation" : "

The event number.

\n@return The event number.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "eventNumber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "eventNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "EventNumber", "sensitive" : false, "setterDocumentation" : "

The event number.

\n@param eventNumber The event number.", "setterMethodName" : "setEventNumber", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "eventNumber", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "eventNumber", "variableType" : "Long", "documentation" : "

The event number.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventMessage", "beanStyleSetterMethodName" : "setEventMessage", "c2jName" : "eventMessage", "c2jShape" : "EventMessage", "defaultConsumerFluentSetterDocumentation" : "

The raw event data.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eventMessage(String)}.\n@param eventMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventMessage(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The raw event data.

\n@return The raw event data.\n@deprecated Use {@link #eventMessage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The raw event data.

\n@param eventMessage The raw event data.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eventMessage(String)}\n", "documentation" : "

The raw event data.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EventMessage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEventMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventMessage", "fluentSetterDocumentation" : "

The raw event data.

\n@param eventMessage The raw event data.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventMessage", "getterDocumentation" : "

The raw event data.

\n@return The raw event data.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "eventMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "eventMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventMessage", "sensitive" : false, "setterDocumentation" : "

The raw event data.

\n@param eventMessage The raw event data.", "setterMethodName" : "setEventMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventMessage", "variableType" : "String", "documentation" : "

The raw event data.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getExtractedValues", "beanStyleSetterMethodName" : "setExtractedValues", "c2jName" : "extractedValues", "c2jShape" : "ExtractedValues", "defaultConsumerFluentSetterDocumentation" : "

The values extracted from the event data by the filter.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #extractedValues(Map)}.\n@param extractedValues a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #extractedValues(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The values extracted from the event data by the filter.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasExtractedValues()} to see if a value was sent in this field.\n

\n@return The values extracted from the event data by the filter.\n@deprecated Use {@link #extractedValues()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The values extracted from the event data by the filter.

\n@param extractedValues The values extracted from the event data by the filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #extractedValues(Map)}\n", "documentation" : "

The values extracted from the event data by the filter.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ExtractedValues property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasExtractedValues", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "extractedValues", "fluentSetterDocumentation" : "

The values extracted from the event data by the filter.

\n@param extractedValues The values extracted from the event data by the filter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "extractedValues", "getterDocumentation" : "

The values extracted from the event data by the filter.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasExtractedValues()} to see if a value was sent in this field.\n

\n@return The values extracted from the event data by the filter.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "extractedValues", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "extractedValues", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "Token", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "Value", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "ExtractedValues", "sensitive" : false, "setterDocumentation" : "

The values extracted from the event data by the filter.

\n@param extractedValues The values extracted from the event data by the filter.", "setterMethodName" : "setExtractedValues", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "extractedValues", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "extractedValues", "variableType" : "java.util.Map", "documentation" : "

The values extracted from the event data by the filter.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EventMessage" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventMessage", "beanStyleSetterMethodName" : "setEventMessage", "c2jName" : "eventMessage", "c2jShape" : "EventMessage", "defaultConsumerFluentSetterDocumentation" : "

The raw event data.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eventMessage(String)}.\n@param eventMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventMessage(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The raw event data.

\n@return The raw event data.\n@deprecated Use {@link #eventMessage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The raw event data.

\n@param eventMessage The raw event data.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eventMessage(String)}\n", "documentation" : "

The raw event data.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EventMessage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEventMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventMessage", "fluentSetterDocumentation" : "

The raw event data.

\n@param eventMessage The raw event data.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventMessage", "getterDocumentation" : "

The raw event data.

\n@return The raw event data.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "eventMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "eventMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventMessage", "sensitive" : false, "setterDocumentation" : "

The raw event data.

\n@param eventMessage The raw event data.", "setterMethodName" : "setEventMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventMessage", "variableType" : "String", "documentation" : "

The raw event data.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EventNumber" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventNumber", "beanStyleSetterMethodName" : "setEventNumber", "c2jName" : "eventNumber", "c2jShape" : "EventNumber", "defaultConsumerFluentSetterDocumentation" : "

The event number.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #eventNumber(Long)}.\n@param eventNumber a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventNumber(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The event number.

\n@return The event number.\n@deprecated Use {@link #eventNumber()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The event number.

\n@param eventNumber The event number.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eventNumber(Long)}\n", "documentation" : "

The event number.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EventNumber property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEventNumber", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventNumber", "fluentSetterDocumentation" : "

The event number.

\n@param eventNumber The event number.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventNumber", "getterDocumentation" : "

The event number.

\n@return The event number.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "eventNumber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "eventNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "EventNumber", "sensitive" : false, "setterDocumentation" : "

The event number.

\n@param eventNumber The event number.", "setterMethodName" : "setEventNumber", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "eventNumber", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "eventNumber", "variableType" : "Long", "documentation" : "

The event number.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ExtractedValues" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getExtractedValues", "beanStyleSetterMethodName" : "setExtractedValues", "c2jName" : "extractedValues", "c2jShape" : "ExtractedValues", "defaultConsumerFluentSetterDocumentation" : "

The values extracted from the event data by the filter.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #extractedValues(Map)}.\n@param extractedValues a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #extractedValues(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The values extracted from the event data by the filter.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasExtractedValues()} to see if a value was sent in this field.\n

\n@return The values extracted from the event data by the filter.\n@deprecated Use {@link #extractedValues()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The values extracted from the event data by the filter.

\n@param extractedValues The values extracted from the event data by the filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #extractedValues(Map)}\n", "documentation" : "

The values extracted from the event data by the filter.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ExtractedValues property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasExtractedValues", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "extractedValues", "fluentSetterDocumentation" : "

The values extracted from the event data by the filter.

\n@param extractedValues The values extracted from the event data by the filter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "extractedValues", "getterDocumentation" : "

The values extracted from the event data by the filter.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasExtractedValues()} to see if a value was sent in this field.\n

\n@return The values extracted from the event data by the filter.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "extractedValues", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "extractedValues", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "Token", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "Value", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "ExtractedValues", "sensitive" : false, "setterDocumentation" : "

The values extracted from the event data by the filter.

\n@param extractedValues The values extracted from the event data by the filter.", "setterMethodName" : "setExtractedValues", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "extractedValues", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "extractedValues", "variableType" : "java.util.Map", "documentation" : "

The values extracted from the event data by the filter.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventNumber", "beanStyleSetterMethodName" : "setEventNumber", "c2jName" : "eventNumber", "c2jShape" : "EventNumber", "defaultConsumerFluentSetterDocumentation" : "

The event number.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #eventNumber(Long)}.\n@param eventNumber a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventNumber(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The event number.

\n@return The event number.\n@deprecated Use {@link #eventNumber()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The event number.

\n@param eventNumber The event number.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eventNumber(Long)}\n", "documentation" : "

The event number.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EventNumber property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEventNumber", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventNumber", "fluentSetterDocumentation" : "

The event number.

\n@param eventNumber The event number.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventNumber", "getterDocumentation" : "

The event number.

\n@return The event number.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "eventNumber", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "eventNumber", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "EventNumber", "sensitive" : false, "setterDocumentation" : "

The event number.

\n@param eventNumber The event number.", "setterMethodName" : "setEventNumber", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "eventNumber", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "eventNumber", "variableType" : "Long", "documentation" : "

The event number.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEventMessage", "beanStyleSetterMethodName" : "setEventMessage", "c2jName" : "eventMessage", "c2jShape" : "EventMessage", "defaultConsumerFluentSetterDocumentation" : "

The raw event data.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #eventMessage(String)}.\n@param eventMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #eventMessage(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The raw event data.

\n@return The raw event data.\n@deprecated Use {@link #eventMessage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The raw event data.

\n@param eventMessage The raw event data.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #eventMessage(String)}\n", "documentation" : "

The raw event data.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EventMessage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEventMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "eventMessage", "fluentSetterDocumentation" : "

The raw event data.

\n@param eventMessage The raw event data.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "eventMessage", "getterDocumentation" : "

The raw event data.

\n@return The raw event data.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "eventMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "eventMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EventMessage", "sensitive" : false, "setterDocumentation" : "

The raw event data.

\n@param eventMessage The raw event data.", "setterMethodName" : "setEventMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "eventMessage", "variableType" : "String", "documentation" : "

The raw event data.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getExtractedValues", "beanStyleSetterMethodName" : "setExtractedValues", "c2jName" : "extractedValues", "c2jShape" : "ExtractedValues", "defaultConsumerFluentSetterDocumentation" : "

The values extracted from the event data by the filter.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #extractedValues(Map)}.\n@param extractedValues a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #extractedValues(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The values extracted from the event data by the filter.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasExtractedValues()} to see if a value was sent in this field.\n

\n@return The values extracted from the event data by the filter.\n@deprecated Use {@link #extractedValues()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The values extracted from the event data by the filter.

\n@param extractedValues The values extracted from the event data by the filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #extractedValues(Map)}\n", "documentation" : "

The values extracted from the event data by the filter.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ExtractedValues property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasExtractedValues", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "extractedValues", "fluentSetterDocumentation" : "

The values extracted from the event data by the filter.

\n@param extractedValues The values extracted from the event data by the filter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "extractedValues", "getterDocumentation" : "

The values extracted from the event data by the filter.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasExtractedValues()} to see if a value was sent in this field.\n

\n@return The values extracted from the event data by the filter.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "extractedValues", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "extractedValues", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "Token", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "Value", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "ExtractedValues", "sensitive" : false, "setterDocumentation" : "

The values extracted from the event data by the filter.

\n@param extractedValues The values extracted from the event data by the filter.", "setterMethodName" : "setExtractedValues", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "extractedValues", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "extractedValues", "variableType" : "java.util.Map", "documentation" : "

The values extracted from the event data by the filter.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "MetricFilterMatchRecord", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "MetricFilterMatchRecord", "variableName" : "metricFilterMatchRecord", "variableType" : "MetricFilterMatchRecord", "documentation" : null, "simpleType" : "MetricFilterMatchRecord", "variableSetterType" : "MetricFilterMatchRecord" }, "wrapper" : false, "xmlNamespace" : null }, "MetricTransformation" : { "c2jName" : "MetricTransformation", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Indicates how to transform ingested log events to metric data in a CloudWatch metric.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMetricName", "beanStyleSetterMethodName" : "setMetricName", "c2jName" : "metricName", "c2jShape" : "MetricName", "defaultConsumerFluentSetterDocumentation" : "

The name of the CloudWatch metric.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #metricName(String)}.\n@param metricName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the CloudWatch metric.

\n@return The name of the CloudWatch metric.\n@deprecated Use {@link #metricName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the CloudWatch metric.

\n@param metricName The name of the CloudWatch metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #metricName(String)}\n", "documentation" : "

The name of the CloudWatch metric.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MetricName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMetricName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricName", "fluentSetterDocumentation" : "

The name of the CloudWatch metric.

\n@param metricName The name of the CloudWatch metric.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricName", "getterDocumentation" : "

The name of the CloudWatch metric.

\n@return The name of the CloudWatch metric.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "metricName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "metricName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MetricName", "sensitive" : false, "setterDocumentation" : "

The name of the CloudWatch metric.

\n@param metricName The name of the CloudWatch metric.", "setterMethodName" : "setMetricName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "metricName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "metricName", "variableType" : "String", "documentation" : "

The name of the CloudWatch metric.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMetricNamespace", "beanStyleSetterMethodName" : "setMetricNamespace", "c2jName" : "metricNamespace", "c2jShape" : "MetricNamespace", "defaultConsumerFluentSetterDocumentation" : "

A custom namespace to contain your metric in CloudWatch. Use namespaces to group together metrics that are similar. For more information, see Namespaces.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #metricNamespace(String)}.\n@param metricNamespace a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricNamespace(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A custom namespace to contain your metric in CloudWatch. Use namespaces to group together metrics that are similar. For more information, see Namespaces.

\n@return A custom namespace to contain your metric in CloudWatch. Use namespaces to group together metrics that are similar. For more information, see Namespaces.\n@deprecated Use {@link #metricNamespace()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A custom namespace to contain your metric in CloudWatch. Use namespaces to group together metrics that are similar. For more information, see Namespaces.

\n@param metricNamespace A custom namespace to contain your metric in CloudWatch. Use namespaces to group together metrics that are similar. For more information, see Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #metricNamespace(String)}\n", "documentation" : "

A custom namespace to contain your metric in CloudWatch. Use namespaces to group together metrics that are similar. For more information, see Namespaces.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MetricNamespace property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMetricNamespace", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricNamespace", "fluentSetterDocumentation" : "

A custom namespace to contain your metric in CloudWatch. Use namespaces to group together metrics that are similar. For more information, see Namespaces.

\n@param metricNamespace A custom namespace to contain your metric in CloudWatch. Use namespaces to group together metrics that are similar. For more information, see Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricNamespace", "getterDocumentation" : "

A custom namespace to contain your metric in CloudWatch. Use namespaces to group together metrics that are similar. For more information, see Namespaces.

\n@return A custom namespace to contain your metric in CloudWatch. Use namespaces to group together metrics that are similar. For more information, see Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "metricNamespace", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "metricNamespace", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MetricNamespace", "sensitive" : false, "setterDocumentation" : "

A custom namespace to contain your metric in CloudWatch. Use namespaces to group together metrics that are similar. For more information, see Namespaces.

\n@param metricNamespace A custom namespace to contain your metric in CloudWatch. Use namespaces to group together metrics that are similar. For more information, see Namespaces.", "setterMethodName" : "setMetricNamespace", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "metricNamespace", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "metricNamespace", "variableType" : "String", "documentation" : "

A custom namespace to contain your metric in CloudWatch. Use namespaces to group together metrics that are similar. For more information, see Namespaces.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMetricValue", "beanStyleSetterMethodName" : "setMetricValue", "c2jName" : "metricValue", "c2jShape" : "MetricValue", "defaultConsumerFluentSetterDocumentation" : "

The value to publish to the CloudWatch metric when a filter pattern matches a log event.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #metricValue(String)}.\n@param metricValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricValue(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The value to publish to the CloudWatch metric when a filter pattern matches a log event.

\n@return The value to publish to the CloudWatch metric when a filter pattern matches a log event.\n@deprecated Use {@link #metricValue()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The value to publish to the CloudWatch metric when a filter pattern matches a log event.

\n@param metricValue The value to publish to the CloudWatch metric when a filter pattern matches a log event.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #metricValue(String)}\n", "documentation" : "

The value to publish to the CloudWatch metric when a filter pattern matches a log event.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MetricValue property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMetricValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricValue", "fluentSetterDocumentation" : "

The value to publish to the CloudWatch metric when a filter pattern matches a log event.

\n@param metricValue The value to publish to the CloudWatch metric when a filter pattern matches a log event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricValue", "getterDocumentation" : "

The value to publish to the CloudWatch metric when a filter pattern matches a log event.

\n@return The value to publish to the CloudWatch metric when a filter pattern matches a log event.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "metricValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "metricValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MetricValue", "sensitive" : false, "setterDocumentation" : "

The value to publish to the CloudWatch metric when a filter pattern matches a log event.

\n@param metricValue The value to publish to the CloudWatch metric when a filter pattern matches a log event.", "setterMethodName" : "setMetricValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "metricValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "metricValue", "variableType" : "String", "documentation" : "

The value to publish to the CloudWatch metric when a filter pattern matches a log event.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDefaultValue", "beanStyleSetterMethodName" : "setDefaultValue", "c2jName" : "defaultValue", "c2jShape" : "DefaultValue", "defaultConsumerFluentSetterDocumentation" : "

(Optional) The value to emit when a filter pattern does not match a log event. This value can be null.

\nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #defaultValue(Double)}.\n@param defaultValue a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultValue(Double)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

(Optional) The value to emit when a filter pattern does not match a log event. This value can be null.

\n@return (Optional) The value to emit when a filter pattern does not match a log event. This value can be null.\n@deprecated Use {@link #defaultValue()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

(Optional) The value to emit when a filter pattern does not match a log event. This value can be null.

\n@param defaultValue (Optional) The value to emit when a filter pattern does not match a log event. This value can be null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultValue(Double)}\n", "documentation" : "

(Optional) The value to emit when a filter pattern does not match a log event. This value can be null.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DefaultValue property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDefaultValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "defaultValue", "fluentSetterDocumentation" : "

(Optional) The value to emit when a filter pattern does not match a log event. This value can be null.

\n@param defaultValue (Optional) The value to emit when a filter pattern does not match a log event. This value can be null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultValue", "getterDocumentation" : "

(Optional) The value to emit when a filter pattern does not match a log event. This value can be null.

\n@return (Optional) The value to emit when a filter pattern does not match a log event. This value can be null.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "defaultValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "defaultValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "DefaultValue", "sensitive" : false, "setterDocumentation" : "

(Optional) The value to emit when a filter pattern does not match a log event. This value can be null.

\n@param defaultValue (Optional) The value to emit when a filter pattern does not match a log event. This value can be null.", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "defaultValue", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "defaultValue", "variableType" : "Double", "documentation" : "

(Optional) The value to emit when a filter pattern does not match a log event. This value can be null.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DefaultValue" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDefaultValue", "beanStyleSetterMethodName" : "setDefaultValue", "c2jName" : "defaultValue", "c2jShape" : "DefaultValue", "defaultConsumerFluentSetterDocumentation" : "

(Optional) The value to emit when a filter pattern does not match a log event. This value can be null.

\nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #defaultValue(Double)}.\n@param defaultValue a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultValue(Double)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

(Optional) The value to emit when a filter pattern does not match a log event. This value can be null.

\n@return (Optional) The value to emit when a filter pattern does not match a log event. This value can be null.\n@deprecated Use {@link #defaultValue()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

(Optional) The value to emit when a filter pattern does not match a log event. This value can be null.

\n@param defaultValue (Optional) The value to emit when a filter pattern does not match a log event. This value can be null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultValue(Double)}\n", "documentation" : "

(Optional) The value to emit when a filter pattern does not match a log event. This value can be null.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DefaultValue property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDefaultValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "defaultValue", "fluentSetterDocumentation" : "

(Optional) The value to emit when a filter pattern does not match a log event. This value can be null.

\n@param defaultValue (Optional) The value to emit when a filter pattern does not match a log event. This value can be null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultValue", "getterDocumentation" : "

(Optional) The value to emit when a filter pattern does not match a log event. This value can be null.

\n@return (Optional) The value to emit when a filter pattern does not match a log event. This value can be null.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "defaultValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "defaultValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "DefaultValue", "sensitive" : false, "setterDocumentation" : "

(Optional) The value to emit when a filter pattern does not match a log event. This value can be null.

\n@param defaultValue (Optional) The value to emit when a filter pattern does not match a log event. This value can be null.", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "defaultValue", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "defaultValue", "variableType" : "Double", "documentation" : "

(Optional) The value to emit when a filter pattern does not match a log event. This value can be null.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MetricName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMetricName", "beanStyleSetterMethodName" : "setMetricName", "c2jName" : "metricName", "c2jShape" : "MetricName", "defaultConsumerFluentSetterDocumentation" : "

The name of the CloudWatch metric.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #metricName(String)}.\n@param metricName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the CloudWatch metric.

\n@return The name of the CloudWatch metric.\n@deprecated Use {@link #metricName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the CloudWatch metric.

\n@param metricName The name of the CloudWatch metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #metricName(String)}\n", "documentation" : "

The name of the CloudWatch metric.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MetricName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMetricName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricName", "fluentSetterDocumentation" : "

The name of the CloudWatch metric.

\n@param metricName The name of the CloudWatch metric.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricName", "getterDocumentation" : "

The name of the CloudWatch metric.

\n@return The name of the CloudWatch metric.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "metricName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "metricName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MetricName", "sensitive" : false, "setterDocumentation" : "

The name of the CloudWatch metric.

\n@param metricName The name of the CloudWatch metric.", "setterMethodName" : "setMetricName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "metricName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "metricName", "variableType" : "String", "documentation" : "

The name of the CloudWatch metric.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MetricNamespace" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMetricNamespace", "beanStyleSetterMethodName" : "setMetricNamespace", "c2jName" : "metricNamespace", "c2jShape" : "MetricNamespace", "defaultConsumerFluentSetterDocumentation" : "

A custom namespace to contain your metric in CloudWatch. Use namespaces to group together metrics that are similar. For more information, see Namespaces.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #metricNamespace(String)}.\n@param metricNamespace a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricNamespace(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A custom namespace to contain your metric in CloudWatch. Use namespaces to group together metrics that are similar. For more information, see Namespaces.

\n@return A custom namespace to contain your metric in CloudWatch. Use namespaces to group together metrics that are similar. For more information, see Namespaces.\n@deprecated Use {@link #metricNamespace()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A custom namespace to contain your metric in CloudWatch. Use namespaces to group together metrics that are similar. For more information, see Namespaces.

\n@param metricNamespace A custom namespace to contain your metric in CloudWatch. Use namespaces to group together metrics that are similar. For more information, see Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #metricNamespace(String)}\n", "documentation" : "

A custom namespace to contain your metric in CloudWatch. Use namespaces to group together metrics that are similar. For more information, see Namespaces.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MetricNamespace property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMetricNamespace", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricNamespace", "fluentSetterDocumentation" : "

A custom namespace to contain your metric in CloudWatch. Use namespaces to group together metrics that are similar. For more information, see Namespaces.

\n@param metricNamespace A custom namespace to contain your metric in CloudWatch. Use namespaces to group together metrics that are similar. For more information, see Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricNamespace", "getterDocumentation" : "

A custom namespace to contain your metric in CloudWatch. Use namespaces to group together metrics that are similar. For more information, see Namespaces.

\n@return A custom namespace to contain your metric in CloudWatch. Use namespaces to group together metrics that are similar. For more information, see Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "metricNamespace", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "metricNamespace", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MetricNamespace", "sensitive" : false, "setterDocumentation" : "

A custom namespace to contain your metric in CloudWatch. Use namespaces to group together metrics that are similar. For more information, see Namespaces.

\n@param metricNamespace A custom namespace to contain your metric in CloudWatch. Use namespaces to group together metrics that are similar. For more information, see Namespaces.", "setterMethodName" : "setMetricNamespace", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "metricNamespace", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "metricNamespace", "variableType" : "String", "documentation" : "

A custom namespace to contain your metric in CloudWatch. Use namespaces to group together metrics that are similar. For more information, see Namespaces.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MetricValue" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMetricValue", "beanStyleSetterMethodName" : "setMetricValue", "c2jName" : "metricValue", "c2jShape" : "MetricValue", "defaultConsumerFluentSetterDocumentation" : "

The value to publish to the CloudWatch metric when a filter pattern matches a log event.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #metricValue(String)}.\n@param metricValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricValue(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The value to publish to the CloudWatch metric when a filter pattern matches a log event.

\n@return The value to publish to the CloudWatch metric when a filter pattern matches a log event.\n@deprecated Use {@link #metricValue()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The value to publish to the CloudWatch metric when a filter pattern matches a log event.

\n@param metricValue The value to publish to the CloudWatch metric when a filter pattern matches a log event.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #metricValue(String)}\n", "documentation" : "

The value to publish to the CloudWatch metric when a filter pattern matches a log event.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MetricValue property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMetricValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricValue", "fluentSetterDocumentation" : "

The value to publish to the CloudWatch metric when a filter pattern matches a log event.

\n@param metricValue The value to publish to the CloudWatch metric when a filter pattern matches a log event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricValue", "getterDocumentation" : "

The value to publish to the CloudWatch metric when a filter pattern matches a log event.

\n@return The value to publish to the CloudWatch metric when a filter pattern matches a log event.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "metricValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "metricValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MetricValue", "sensitive" : false, "setterDocumentation" : "

The value to publish to the CloudWatch metric when a filter pattern matches a log event.

\n@param metricValue The value to publish to the CloudWatch metric when a filter pattern matches a log event.", "setterMethodName" : "setMetricValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "metricValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "metricValue", "variableType" : "String", "documentation" : "

The value to publish to the CloudWatch metric when a filter pattern matches a log event.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMetricName", "beanStyleSetterMethodName" : "setMetricName", "c2jName" : "metricName", "c2jShape" : "MetricName", "defaultConsumerFluentSetterDocumentation" : "

The name of the CloudWatch metric.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #metricName(String)}.\n@param metricName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the CloudWatch metric.

\n@return The name of the CloudWatch metric.\n@deprecated Use {@link #metricName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the CloudWatch metric.

\n@param metricName The name of the CloudWatch metric.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #metricName(String)}\n", "documentation" : "

The name of the CloudWatch metric.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MetricName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMetricName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricName", "fluentSetterDocumentation" : "

The name of the CloudWatch metric.

\n@param metricName The name of the CloudWatch metric.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricName", "getterDocumentation" : "

The name of the CloudWatch metric.

\n@return The name of the CloudWatch metric.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "metricName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "metricName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MetricName", "sensitive" : false, "setterDocumentation" : "

The name of the CloudWatch metric.

\n@param metricName The name of the CloudWatch metric.", "setterMethodName" : "setMetricName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "metricName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "metricName", "variableType" : "String", "documentation" : "

The name of the CloudWatch metric.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMetricNamespace", "beanStyleSetterMethodName" : "setMetricNamespace", "c2jName" : "metricNamespace", "c2jShape" : "MetricNamespace", "defaultConsumerFluentSetterDocumentation" : "

A custom namespace to contain your metric in CloudWatch. Use namespaces to group together metrics that are similar. For more information, see Namespaces.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #metricNamespace(String)}.\n@param metricNamespace a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricNamespace(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A custom namespace to contain your metric in CloudWatch. Use namespaces to group together metrics that are similar. For more information, see Namespaces.

\n@return A custom namespace to contain your metric in CloudWatch. Use namespaces to group together metrics that are similar. For more information, see Namespaces.\n@deprecated Use {@link #metricNamespace()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A custom namespace to contain your metric in CloudWatch. Use namespaces to group together metrics that are similar. For more information, see Namespaces.

\n@param metricNamespace A custom namespace to contain your metric in CloudWatch. Use namespaces to group together metrics that are similar. For more information, see Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #metricNamespace(String)}\n", "documentation" : "

A custom namespace to contain your metric in CloudWatch. Use namespaces to group together metrics that are similar. For more information, see Namespaces.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MetricNamespace property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMetricNamespace", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricNamespace", "fluentSetterDocumentation" : "

A custom namespace to contain your metric in CloudWatch. Use namespaces to group together metrics that are similar. For more information, see Namespaces.

\n@param metricNamespace A custom namespace to contain your metric in CloudWatch. Use namespaces to group together metrics that are similar. For more information, see Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricNamespace", "getterDocumentation" : "

A custom namespace to contain your metric in CloudWatch. Use namespaces to group together metrics that are similar. For more information, see Namespaces.

\n@return A custom namespace to contain your metric in CloudWatch. Use namespaces to group together metrics that are similar. For more information, see Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "metricNamespace", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "metricNamespace", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MetricNamespace", "sensitive" : false, "setterDocumentation" : "

A custom namespace to contain your metric in CloudWatch. Use namespaces to group together metrics that are similar. For more information, see Namespaces.

\n@param metricNamespace A custom namespace to contain your metric in CloudWatch. Use namespaces to group together metrics that are similar. For more information, see Namespaces.", "setterMethodName" : "setMetricNamespace", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "metricNamespace", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "metricNamespace", "variableType" : "String", "documentation" : "

A custom namespace to contain your metric in CloudWatch. Use namespaces to group together metrics that are similar. For more information, see Namespaces.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMetricValue", "beanStyleSetterMethodName" : "setMetricValue", "c2jName" : "metricValue", "c2jShape" : "MetricValue", "defaultConsumerFluentSetterDocumentation" : "

The value to publish to the CloudWatch metric when a filter pattern matches a log event.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #metricValue(String)}.\n@param metricValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricValue(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The value to publish to the CloudWatch metric when a filter pattern matches a log event.

\n@return The value to publish to the CloudWatch metric when a filter pattern matches a log event.\n@deprecated Use {@link #metricValue()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The value to publish to the CloudWatch metric when a filter pattern matches a log event.

\n@param metricValue The value to publish to the CloudWatch metric when a filter pattern matches a log event.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #metricValue(String)}\n", "documentation" : "

The value to publish to the CloudWatch metric when a filter pattern matches a log event.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MetricValue property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMetricValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricValue", "fluentSetterDocumentation" : "

The value to publish to the CloudWatch metric when a filter pattern matches a log event.

\n@param metricValue The value to publish to the CloudWatch metric when a filter pattern matches a log event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricValue", "getterDocumentation" : "

The value to publish to the CloudWatch metric when a filter pattern matches a log event.

\n@return The value to publish to the CloudWatch metric when a filter pattern matches a log event.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "metricValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "metricValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MetricValue", "sensitive" : false, "setterDocumentation" : "

The value to publish to the CloudWatch metric when a filter pattern matches a log event.

\n@param metricValue The value to publish to the CloudWatch metric when a filter pattern matches a log event.", "setterMethodName" : "setMetricValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "metricValue", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "metricValue", "variableType" : "String", "documentation" : "

The value to publish to the CloudWatch metric when a filter pattern matches a log event.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDefaultValue", "beanStyleSetterMethodName" : "setDefaultValue", "c2jName" : "defaultValue", "c2jShape" : "DefaultValue", "defaultConsumerFluentSetterDocumentation" : "

(Optional) The value to emit when a filter pattern does not match a log event. This value can be null.

\nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #defaultValue(Double)}.\n@param defaultValue a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultValue(Double)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

(Optional) The value to emit when a filter pattern does not match a log event. This value can be null.

\n@return (Optional) The value to emit when a filter pattern does not match a log event. This value can be null.\n@deprecated Use {@link #defaultValue()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

(Optional) The value to emit when a filter pattern does not match a log event. This value can be null.

\n@param defaultValue (Optional) The value to emit when a filter pattern does not match a log event. This value can be null.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultValue(Double)}\n", "documentation" : "

(Optional) The value to emit when a filter pattern does not match a log event. This value can be null.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DefaultValue property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDefaultValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "defaultValue", "fluentSetterDocumentation" : "

(Optional) The value to emit when a filter pattern does not match a log event. This value can be null.

\n@param defaultValue (Optional) The value to emit when a filter pattern does not match a log event. This value can be null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultValue", "getterDocumentation" : "

(Optional) The value to emit when a filter pattern does not match a log event. This value can be null.

\n@return (Optional) The value to emit when a filter pattern does not match a log event. This value can be null.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "defaultValue", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "defaultValue", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "DefaultValue", "sensitive" : false, "setterDocumentation" : "

(Optional) The value to emit when a filter pattern does not match a log event. This value can be null.

\n@param defaultValue (Optional) The value to emit when a filter pattern does not match a log event. This value can be null.", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "defaultValue", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "defaultValue", "variableType" : "Double", "documentation" : "

(Optional) The value to emit when a filter pattern does not match a log event. This value can be null.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "metricName", "metricNamespace", "metricValue" ], "shapeName" : "MetricTransformation", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "MetricTransformation", "variableName" : "metricTransformation", "variableType" : "MetricTransformation", "documentation" : null, "simpleType" : "MetricTransformation", "variableSetterType" : "MetricTransformation" }, "wrapper" : false, "xmlNamespace" : null }, "OperationAbortedException" : { "c2jName" : "OperationAbortedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Multiple requests to update the same resource were in conflict.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "OperationAbortedException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "OperationAbortedException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "OperationAbortedException", "variableName" : "operationAbortedException", "variableType" : "OperationAbortedException", "documentation" : null, "simpleType" : "OperationAbortedException", "variableSetterType" : "OperationAbortedException" }, "wrapper" : false, "xmlNamespace" : null }, "OrderBy" : { "c2jName" : "OrderBy", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "LOG_STREAM_NAME", "value" : "LogStreamName" }, { "name" : "LAST_EVENT_TIME", "value" : "LastEventTime" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "OrderBy", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "OrderBy", "variableName" : "orderBy", "variableType" : "OrderBy", "documentation" : null, "simpleType" : "OrderBy", "variableSetterType" : "OrderBy" }, "wrapper" : false, "xmlNamespace" : null }, "OutputLogEvent" : { "c2jName" : "OutputLogEvent", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Represents a log event.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTimestamp", "beanStyleSetterMethodName" : "setTimestamp", "c2jName" : "timestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #timestamp(Long)}.\n@param timestamp a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timestamp(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #timestamp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param timestamp The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #timestamp(Long)}\n", "documentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Timestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTimestamp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timestamp", "fluentSetterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param timestamp The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timestamp", "getterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "timestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "timestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Timestamp", "sensitive" : false, "setterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param timestamp The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "timestamp", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "timestamp", "variableType" : "Long", "documentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "message", "c2jShape" : "EventMessage", "defaultConsumerFluentSetterDocumentation" : "

The data contained in the log event.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #message(String)}.\n@param message a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #message(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The data contained in the log event.

\n@return The data contained in the log event.\n@deprecated Use {@link #message()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The data contained in the log event.

\n@param message The data contained in the log event.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #message(String)}\n", "documentation" : "

The data contained in the log event.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Message property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "message", "fluentSetterDocumentation" : "

The data contained in the log event.

\n@param message The data contained in the log event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

The data contained in the log event.

\n@return The data contained in the log event.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "message", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Message", "sensitive" : false, "setterDocumentation" : "

The data contained in the log event.

\n@param message The data contained in the log event.", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

The data contained in the log event.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIngestionTime", "beanStyleSetterMethodName" : "setIngestionTime", "c2jName" : "ingestionTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #ingestionTime(Long)}.\n@param ingestionTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ingestionTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #ingestionTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param ingestionTime The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ingestionTime(Long)}\n", "documentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IngestionTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIngestionTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ingestionTime", "fluentSetterDocumentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param ingestionTime The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ingestionTime", "getterDocumentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ingestionTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ingestionTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "IngestionTime", "sensitive" : false, "setterDocumentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param ingestionTime The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setIngestionTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "ingestionTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "ingestionTime", "variableType" : "Long", "documentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IngestionTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIngestionTime", "beanStyleSetterMethodName" : "setIngestionTime", "c2jName" : "ingestionTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #ingestionTime(Long)}.\n@param ingestionTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ingestionTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #ingestionTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param ingestionTime The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ingestionTime(Long)}\n", "documentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IngestionTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIngestionTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ingestionTime", "fluentSetterDocumentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param ingestionTime The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ingestionTime", "getterDocumentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ingestionTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ingestionTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "IngestionTime", "sensitive" : false, "setterDocumentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param ingestionTime The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setIngestionTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "ingestionTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "ingestionTime", "variableType" : "Long", "documentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Message" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "message", "c2jShape" : "EventMessage", "defaultConsumerFluentSetterDocumentation" : "

The data contained in the log event.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #message(String)}.\n@param message a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #message(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The data contained in the log event.

\n@return The data contained in the log event.\n@deprecated Use {@link #message()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The data contained in the log event.

\n@param message The data contained in the log event.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #message(String)}\n", "documentation" : "

The data contained in the log event.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Message property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "message", "fluentSetterDocumentation" : "

The data contained in the log event.

\n@param message The data contained in the log event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

The data contained in the log event.

\n@return The data contained in the log event.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "message", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Message", "sensitive" : false, "setterDocumentation" : "

The data contained in the log event.

\n@param message The data contained in the log event.", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

The data contained in the log event.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Timestamp" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTimestamp", "beanStyleSetterMethodName" : "setTimestamp", "c2jName" : "timestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #timestamp(Long)}.\n@param timestamp a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timestamp(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #timestamp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param timestamp The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #timestamp(Long)}\n", "documentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Timestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTimestamp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timestamp", "fluentSetterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param timestamp The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timestamp", "getterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "timestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "timestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Timestamp", "sensitive" : false, "setterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param timestamp The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "timestamp", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "timestamp", "variableType" : "Long", "documentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTimestamp", "beanStyleSetterMethodName" : "setTimestamp", "c2jName" : "timestamp", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #timestamp(Long)}.\n@param timestamp a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timestamp(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #timestamp()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param timestamp The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #timestamp(Long)}\n", "documentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Timestamp property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTimestamp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timestamp", "fluentSetterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param timestamp The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timestamp", "getterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "timestamp", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "timestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "Timestamp", "sensitive" : false, "setterDocumentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param timestamp The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "timestamp", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "timestamp", "variableType" : "Long", "documentation" : "

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "message", "c2jShape" : "EventMessage", "defaultConsumerFluentSetterDocumentation" : "

The data contained in the log event.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #message(String)}.\n@param message a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #message(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The data contained in the log event.

\n@return The data contained in the log event.\n@deprecated Use {@link #message()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The data contained in the log event.

\n@param message The data contained in the log event.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #message(String)}\n", "documentation" : "

The data contained in the log event.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Message property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "message", "fluentSetterDocumentation" : "

The data contained in the log event.

\n@param message The data contained in the log event.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

The data contained in the log event.

\n@return The data contained in the log event.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "message", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Message", "sensitive" : false, "setterDocumentation" : "

The data contained in the log event.

\n@param message The data contained in the log event.", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

The data contained in the log event.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIngestionTime", "beanStyleSetterMethodName" : "setIngestionTime", "c2jName" : "ingestionTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #ingestionTime(Long)}.\n@param ingestionTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ingestionTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #ingestionTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param ingestionTime The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ingestionTime(Long)}\n", "documentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IngestionTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIngestionTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ingestionTime", "fluentSetterDocumentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param ingestionTime The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ingestionTime", "getterDocumentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@return The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ingestionTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ingestionTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "IngestionTime", "sensitive" : false, "setterDocumentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

\n@param ingestionTime The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setIngestionTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "ingestionTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "ingestionTime", "variableType" : "Long", "documentation" : "

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "OutputLogEvent", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "OutputLogEvent", "variableName" : "outputLogEvent", "variableType" : "OutputLogEvent", "documentation" : null, "simpleType" : "OutputLogEvent", "variableSetterType" : "OutputLogEvent" }, "wrapper" : false, "xmlNamespace" : null }, "PutDestinationPolicyRequest" : { "c2jName" : "PutDestinationPolicyRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "PutDestinationPolicy", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.PutDestinationPolicy", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestinationName", "beanStyleSetterMethodName" : "setDestinationName", "c2jName" : "destinationName", "c2jShape" : "DestinationName", "defaultConsumerFluentSetterDocumentation" : "

A name for an existing destination.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationName(String)}.\n@param destinationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A name for an existing destination.

\n@return A name for an existing destination.\n@deprecated Use {@link #destinationName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A name for an existing destination.

\n@param destinationName A name for an existing destination.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destinationName(String)}\n", "documentation" : "

A name for an existing destination.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DestinationName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestinationName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destinationName", "fluentSetterDocumentation" : "

A name for an existing destination.

\n@param destinationName A name for an existing destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationName", "getterDocumentation" : "

A name for an existing destination.

\n@return A name for an existing destination.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destinationName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destinationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DestinationName", "sensitive" : false, "setterDocumentation" : "

A name for an existing destination.

\n@param destinationName A name for an existing destination.", "setterMethodName" : "setDestinationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destinationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "destinationName", "variableType" : "String", "documentation" : "

A name for an existing destination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccessPolicy", "beanStyleSetterMethodName" : "setAccessPolicy", "c2jName" : "accessPolicy", "c2jShape" : "AccessPolicy", "defaultConsumerFluentSetterDocumentation" : "

An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accessPolicy(String)}.\n@param accessPolicy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accessPolicy(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.

\n@return An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.\n@deprecated Use {@link #accessPolicy()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.

\n@param accessPolicy An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accessPolicy(String)}\n", "documentation" : "

An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccessPolicy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccessPolicy", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accessPolicy", "fluentSetterDocumentation" : "

An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.

\n@param accessPolicy An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accessPolicy", "getterDocumentation" : "

An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.

\n@return An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "accessPolicy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "accessPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccessPolicy", "sensitive" : false, "setterDocumentation" : "

An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.

\n@param accessPolicy An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.", "setterMethodName" : "setAccessPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accessPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accessPolicy", "variableType" : "String", "documentation" : "

An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccessPolicy" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccessPolicy", "beanStyleSetterMethodName" : "setAccessPolicy", "c2jName" : "accessPolicy", "c2jShape" : "AccessPolicy", "defaultConsumerFluentSetterDocumentation" : "

An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accessPolicy(String)}.\n@param accessPolicy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accessPolicy(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.

\n@return An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.\n@deprecated Use {@link #accessPolicy()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.

\n@param accessPolicy An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accessPolicy(String)}\n", "documentation" : "

An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccessPolicy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccessPolicy", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accessPolicy", "fluentSetterDocumentation" : "

An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.

\n@param accessPolicy An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accessPolicy", "getterDocumentation" : "

An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.

\n@return An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "accessPolicy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "accessPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccessPolicy", "sensitive" : false, "setterDocumentation" : "

An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.

\n@param accessPolicy An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.", "setterMethodName" : "setAccessPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accessPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accessPolicy", "variableType" : "String", "documentation" : "

An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DestinationName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestinationName", "beanStyleSetterMethodName" : "setDestinationName", "c2jName" : "destinationName", "c2jShape" : "DestinationName", "defaultConsumerFluentSetterDocumentation" : "

A name for an existing destination.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationName(String)}.\n@param destinationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A name for an existing destination.

\n@return A name for an existing destination.\n@deprecated Use {@link #destinationName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A name for an existing destination.

\n@param destinationName A name for an existing destination.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destinationName(String)}\n", "documentation" : "

A name for an existing destination.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DestinationName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestinationName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destinationName", "fluentSetterDocumentation" : "

A name for an existing destination.

\n@param destinationName A name for an existing destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationName", "getterDocumentation" : "

A name for an existing destination.

\n@return A name for an existing destination.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destinationName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destinationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DestinationName", "sensitive" : false, "setterDocumentation" : "

A name for an existing destination.

\n@param destinationName A name for an existing destination.", "setterMethodName" : "setDestinationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destinationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "destinationName", "variableType" : "String", "documentation" : "

A name for an existing destination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestinationName", "beanStyleSetterMethodName" : "setDestinationName", "c2jName" : "destinationName", "c2jShape" : "DestinationName", "defaultConsumerFluentSetterDocumentation" : "

A name for an existing destination.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationName(String)}.\n@param destinationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A name for an existing destination.

\n@return A name for an existing destination.\n@deprecated Use {@link #destinationName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A name for an existing destination.

\n@param destinationName A name for an existing destination.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destinationName(String)}\n", "documentation" : "

A name for an existing destination.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DestinationName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestinationName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destinationName", "fluentSetterDocumentation" : "

A name for an existing destination.

\n@param destinationName A name for an existing destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationName", "getterDocumentation" : "

A name for an existing destination.

\n@return A name for an existing destination.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destinationName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destinationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DestinationName", "sensitive" : false, "setterDocumentation" : "

A name for an existing destination.

\n@param destinationName A name for an existing destination.", "setterMethodName" : "setDestinationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destinationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "destinationName", "variableType" : "String", "documentation" : "

A name for an existing destination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccessPolicy", "beanStyleSetterMethodName" : "setAccessPolicy", "c2jName" : "accessPolicy", "c2jShape" : "AccessPolicy", "defaultConsumerFluentSetterDocumentation" : "

An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accessPolicy(String)}.\n@param accessPolicy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accessPolicy(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.

\n@return An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.\n@deprecated Use {@link #accessPolicy()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.

\n@param accessPolicy An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accessPolicy(String)}\n", "documentation" : "

An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccessPolicy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccessPolicy", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accessPolicy", "fluentSetterDocumentation" : "

An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.

\n@param accessPolicy An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accessPolicy", "getterDocumentation" : "

An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.

\n@return An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "accessPolicy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "accessPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccessPolicy", "sensitive" : false, "setterDocumentation" : "

An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.

\n@param accessPolicy An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.", "setterMethodName" : "setAccessPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accessPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accessPolicy", "variableType" : "String", "documentation" : "

An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "destinationName", "accessPolicy" ], "shapeName" : "PutDestinationPolicyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PutDestinationPolicyRequest", "variableName" : "putDestinationPolicyRequest", "variableType" : "PutDestinationPolicyRequest", "documentation" : null, "simpleType" : "PutDestinationPolicyRequest", "variableSetterType" : "PutDestinationPolicyRequest" }, "wrapper" : false, "xmlNamespace" : null }, "PutDestinationPolicyResponse" : { "c2jName" : "PutDestinationPolicyResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PutDestinationPolicyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PutDestinationPolicyResponse", "variableName" : "putDestinationPolicyResponse", "variableType" : "PutDestinationPolicyResponse", "documentation" : null, "simpleType" : "PutDestinationPolicyResponse", "variableSetterType" : "PutDestinationPolicyResponse" }, "wrapper" : false, "xmlNamespace" : null }, "PutDestinationRequest" : { "c2jName" : "PutDestinationRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "PutDestination", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.PutDestination", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestinationName", "beanStyleSetterMethodName" : "setDestinationName", "c2jName" : "destinationName", "c2jShape" : "DestinationName", "defaultConsumerFluentSetterDocumentation" : "

A name for the destination.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationName(String)}.\n@param destinationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A name for the destination.

\n@return A name for the destination.\n@deprecated Use {@link #destinationName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A name for the destination.

\n@param destinationName A name for the destination.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destinationName(String)}\n", "documentation" : "

A name for the destination.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DestinationName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestinationName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destinationName", "fluentSetterDocumentation" : "

A name for the destination.

\n@param destinationName A name for the destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationName", "getterDocumentation" : "

A name for the destination.

\n@return A name for the destination.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destinationName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destinationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DestinationName", "sensitive" : false, "setterDocumentation" : "

A name for the destination.

\n@param destinationName A name for the destination.", "setterMethodName" : "setDestinationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destinationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "destinationName", "variableType" : "String", "documentation" : "

A name for the destination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetArn", "beanStyleSetterMethodName" : "setTargetArn", "c2jName" : "targetArn", "c2jShape" : "TargetArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of an Amazon Kinesis stream to which to deliver matching log events.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetArn(String)}.\n@param targetArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of an Amazon Kinesis stream to which to deliver matching log events.

\n@return The ARN of an Amazon Kinesis stream to which to deliver matching log events.\n@deprecated Use {@link #targetArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of an Amazon Kinesis stream to which to deliver matching log events.

\n@param targetArn The ARN of an Amazon Kinesis stream to which to deliver matching log events.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetArn(String)}\n", "documentation" : "

The ARN of an Amazon Kinesis stream to which to deliver matching log events.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetArn", "fluentSetterDocumentation" : "

The ARN of an Amazon Kinesis stream to which to deliver matching log events.

\n@param targetArn The ARN of an Amazon Kinesis stream to which to deliver matching log events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetArn", "getterDocumentation" : "

The ARN of an Amazon Kinesis stream to which to deliver matching log events.

\n@return The ARN of an Amazon Kinesis stream to which to deliver matching log events.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "targetArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "targetArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetArn", "sensitive" : false, "setterDocumentation" : "

The ARN of an Amazon Kinesis stream to which to deliver matching log events.

\n@param targetArn The ARN of an Amazon Kinesis stream to which to deliver matching log events.", "setterMethodName" : "setTargetArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetArn", "variableType" : "String", "documentation" : "

The ARN of an Amazon Kinesis stream to which to deliver matching log events.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleArn(String)}.\n@param roleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.

\n@return The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.\n@deprecated Use {@link #roleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.

\n@param roleArn The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n", "documentation" : "

The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.

\n@param roleArn The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.

\n@return The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.

\n@param roleArn The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DestinationName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestinationName", "beanStyleSetterMethodName" : "setDestinationName", "c2jName" : "destinationName", "c2jShape" : "DestinationName", "defaultConsumerFluentSetterDocumentation" : "

A name for the destination.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationName(String)}.\n@param destinationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A name for the destination.

\n@return A name for the destination.\n@deprecated Use {@link #destinationName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A name for the destination.

\n@param destinationName A name for the destination.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destinationName(String)}\n", "documentation" : "

A name for the destination.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DestinationName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestinationName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destinationName", "fluentSetterDocumentation" : "

A name for the destination.

\n@param destinationName A name for the destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationName", "getterDocumentation" : "

A name for the destination.

\n@return A name for the destination.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destinationName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destinationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DestinationName", "sensitive" : false, "setterDocumentation" : "

A name for the destination.

\n@param destinationName A name for the destination.", "setterMethodName" : "setDestinationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destinationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "destinationName", "variableType" : "String", "documentation" : "

A name for the destination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RoleArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleArn(String)}.\n@param roleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.

\n@return The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.\n@deprecated Use {@link #roleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.

\n@param roleArn The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n", "documentation" : "

The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.

\n@param roleArn The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.

\n@return The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.

\n@param roleArn The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TargetArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetArn", "beanStyleSetterMethodName" : "setTargetArn", "c2jName" : "targetArn", "c2jShape" : "TargetArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of an Amazon Kinesis stream to which to deliver matching log events.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetArn(String)}.\n@param targetArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of an Amazon Kinesis stream to which to deliver matching log events.

\n@return The ARN of an Amazon Kinesis stream to which to deliver matching log events.\n@deprecated Use {@link #targetArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of an Amazon Kinesis stream to which to deliver matching log events.

\n@param targetArn The ARN of an Amazon Kinesis stream to which to deliver matching log events.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetArn(String)}\n", "documentation" : "

The ARN of an Amazon Kinesis stream to which to deliver matching log events.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetArn", "fluentSetterDocumentation" : "

The ARN of an Amazon Kinesis stream to which to deliver matching log events.

\n@param targetArn The ARN of an Amazon Kinesis stream to which to deliver matching log events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetArn", "getterDocumentation" : "

The ARN of an Amazon Kinesis stream to which to deliver matching log events.

\n@return The ARN of an Amazon Kinesis stream to which to deliver matching log events.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "targetArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "targetArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetArn", "sensitive" : false, "setterDocumentation" : "

The ARN of an Amazon Kinesis stream to which to deliver matching log events.

\n@param targetArn The ARN of an Amazon Kinesis stream to which to deliver matching log events.", "setterMethodName" : "setTargetArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetArn", "variableType" : "String", "documentation" : "

The ARN of an Amazon Kinesis stream to which to deliver matching log events.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestinationName", "beanStyleSetterMethodName" : "setDestinationName", "c2jName" : "destinationName", "c2jShape" : "DestinationName", "defaultConsumerFluentSetterDocumentation" : "

A name for the destination.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationName(String)}.\n@param destinationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A name for the destination.

\n@return A name for the destination.\n@deprecated Use {@link #destinationName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A name for the destination.

\n@param destinationName A name for the destination.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destinationName(String)}\n", "documentation" : "

A name for the destination.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DestinationName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestinationName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destinationName", "fluentSetterDocumentation" : "

A name for the destination.

\n@param destinationName A name for the destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationName", "getterDocumentation" : "

A name for the destination.

\n@return A name for the destination.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destinationName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destinationName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DestinationName", "sensitive" : false, "setterDocumentation" : "

A name for the destination.

\n@param destinationName A name for the destination.", "setterMethodName" : "setDestinationName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destinationName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "destinationName", "variableType" : "String", "documentation" : "

A name for the destination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTargetArn", "beanStyleSetterMethodName" : "setTargetArn", "c2jName" : "targetArn", "c2jShape" : "TargetArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of an Amazon Kinesis stream to which to deliver matching log events.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetArn(String)}.\n@param targetArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of an Amazon Kinesis stream to which to deliver matching log events.

\n@return The ARN of an Amazon Kinesis stream to which to deliver matching log events.\n@deprecated Use {@link #targetArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of an Amazon Kinesis stream to which to deliver matching log events.

\n@param targetArn The ARN of an Amazon Kinesis stream to which to deliver matching log events.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetArn(String)}\n", "documentation" : "

The ARN of an Amazon Kinesis stream to which to deliver matching log events.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TargetArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTargetArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "targetArn", "fluentSetterDocumentation" : "

The ARN of an Amazon Kinesis stream to which to deliver matching log events.

\n@param targetArn The ARN of an Amazon Kinesis stream to which to deliver matching log events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetArn", "getterDocumentation" : "

The ARN of an Amazon Kinesis stream to which to deliver matching log events.

\n@return The ARN of an Amazon Kinesis stream to which to deliver matching log events.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "targetArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "targetArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TargetArn", "sensitive" : false, "setterDocumentation" : "

The ARN of an Amazon Kinesis stream to which to deliver matching log events.

\n@param targetArn The ARN of an Amazon Kinesis stream to which to deliver matching log events.", "setterMethodName" : "setTargetArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetArn", "variableType" : "String", "documentation" : "

The ARN of an Amazon Kinesis stream to which to deliver matching log events.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleArn(String)}.\n@param roleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.

\n@return The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.\n@deprecated Use {@link #roleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.

\n@param roleArn The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n", "documentation" : "

The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.

\n@param roleArn The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.

\n@return The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.

\n@param roleArn The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "destinationName", "targetArn", "roleArn" ], "shapeName" : "PutDestinationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PutDestinationRequest", "variableName" : "putDestinationRequest", "variableType" : "PutDestinationRequest", "documentation" : null, "simpleType" : "PutDestinationRequest", "variableSetterType" : "PutDestinationRequest" }, "wrapper" : false, "xmlNamespace" : null }, "PutDestinationResponse" : { "c2jName" : "PutDestinationResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestination", "beanStyleSetterMethodName" : "setDestination", "c2jName" : "destination", "c2jShape" : "Destination", "defaultConsumerFluentSetterDocumentation" : "

The destination.

\nThis is a convenience that creates an instance of the {@link Destination.Builder} avoiding the need to create one manually via {@link Destination#builder()}.\n\nWhen the {@link Consumer} completes, {@link Destination.Builder#build()} is called immediately and its result is passed to {@link #destination(Destination)}.\n@param destination a consumer that will call methods on {@link Destination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destination(Destination)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The destination.

\n@return The destination.\n@deprecated Use {@link #destination()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The destination.

\n@param destination The destination.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destination(Destination)}\n", "documentation" : "

The destination.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Destination property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestination", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destination", "fluentSetterDocumentation" : "

The destination.

\n@param destination The destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destination", "getterDocumentation" : "

The destination.

\n@return The destination.", "getterModel" : { "returnType" : "Destination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destination", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Destination", "sensitive" : false, "setterDocumentation" : "

The destination.

\n@param destination The destination.", "setterMethodName" : "setDestination", "setterModel" : { "variableDeclarationType" : "Destination", "variableName" : "destination", "variableType" : "Destination", "documentation" : null, "simpleType" : "Destination", "variableSetterType" : "Destination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Destination", "variableName" : "destination", "variableType" : "Destination", "documentation" : "

The destination.

", "simpleType" : "Destination", "variableSetterType" : "Destination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Destination" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestination", "beanStyleSetterMethodName" : "setDestination", "c2jName" : "destination", "c2jShape" : "Destination", "defaultConsumerFluentSetterDocumentation" : "

The destination.

\nThis is a convenience that creates an instance of the {@link Destination.Builder} avoiding the need to create one manually via {@link Destination#builder()}.\n\nWhen the {@link Consumer} completes, {@link Destination.Builder#build()} is called immediately and its result is passed to {@link #destination(Destination)}.\n@param destination a consumer that will call methods on {@link Destination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destination(Destination)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The destination.

\n@return The destination.\n@deprecated Use {@link #destination()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The destination.

\n@param destination The destination.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destination(Destination)}\n", "documentation" : "

The destination.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Destination property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestination", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destination", "fluentSetterDocumentation" : "

The destination.

\n@param destination The destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destination", "getterDocumentation" : "

The destination.

\n@return The destination.", "getterModel" : { "returnType" : "Destination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destination", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Destination", "sensitive" : false, "setterDocumentation" : "

The destination.

\n@param destination The destination.", "setterMethodName" : "setDestination", "setterModel" : { "variableDeclarationType" : "Destination", "variableName" : "destination", "variableType" : "Destination", "documentation" : null, "simpleType" : "Destination", "variableSetterType" : "Destination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Destination", "variableName" : "destination", "variableType" : "Destination", "documentation" : "

The destination.

", "simpleType" : "Destination", "variableSetterType" : "Destination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestination", "beanStyleSetterMethodName" : "setDestination", "c2jName" : "destination", "c2jShape" : "Destination", "defaultConsumerFluentSetterDocumentation" : "

The destination.

\nThis is a convenience that creates an instance of the {@link Destination.Builder} avoiding the need to create one manually via {@link Destination#builder()}.\n\nWhen the {@link Consumer} completes, {@link Destination.Builder#build()} is called immediately and its result is passed to {@link #destination(Destination)}.\n@param destination a consumer that will call methods on {@link Destination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destination(Destination)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The destination.

\n@return The destination.\n@deprecated Use {@link #destination()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The destination.

\n@param destination The destination.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destination(Destination)}\n", "documentation" : "

The destination.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Destination property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestination", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destination", "fluentSetterDocumentation" : "

The destination.

\n@param destination The destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destination", "getterDocumentation" : "

The destination.

\n@return The destination.", "getterModel" : { "returnType" : "Destination", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destination", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destination", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Destination", "sensitive" : false, "setterDocumentation" : "

The destination.

\n@param destination The destination.", "setterMethodName" : "setDestination", "setterModel" : { "variableDeclarationType" : "Destination", "variableName" : "destination", "variableType" : "Destination", "documentation" : null, "simpleType" : "Destination", "variableSetterType" : "Destination" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Destination", "variableName" : "destination", "variableType" : "Destination", "documentation" : "

The destination.

", "simpleType" : "Destination", "variableSetterType" : "Destination" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PutDestinationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PutDestinationResponse", "variableName" : "putDestinationResponse", "variableType" : "PutDestinationResponse", "documentation" : null, "simpleType" : "PutDestinationResponse", "variableSetterType" : "PutDestinationResponse" }, "wrapper" : false, "xmlNamespace" : null }, "PutLogEventsRequest" : { "c2jName" : "PutLogEventsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "PutLogEvents", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.PutLogEvents", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogStreamName", "beanStyleSetterMethodName" : "setLogStreamName", "c2jName" : "logStreamName", "c2jShape" : "LogStreamName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamName(String)}.\n@param logStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log stream.

\n@return The name of the log stream.\n@deprecated Use {@link #logStreamName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logStreamName(String)}\n", "documentation" : "

The name of the log stream.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogStreamName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogStreamName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logStreamName", "fluentSetterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamName", "getterDocumentation" : "

The name of the log stream.

\n@return The name of the log stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logStreamName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logStreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogStreamName", "sensitive" : false, "setterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.", "setterMethodName" : "setLogStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : "

The name of the log stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLogEvents", "beanStyleSetterMethodName" : "setLogEvents", "c2jName" : "logEvents", "c2jShape" : "InputLogEvents", "defaultConsumerFluentSetterDocumentation" : "

The log events.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #logEvents(List)}.\n@param logEvents a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logEvents(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The log events.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogEvents()} to see if a value was sent in this field.\n

\n@return The log events.\n@deprecated Use {@link #logEvents()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The log events.

\n@param logEvents The log events.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logEvents(List)}\n", "documentation" : "

The log events.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogEvents property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogEvents", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logEvents", "fluentSetterDocumentation" : "

The log events.

\n@param logEvents The log events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logEvents", "getterDocumentation" : "

The log events.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogEvents()} to see if a value was sent in this field.\n

\n@return The log events.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logEvents", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logEvents", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "InputLogEvent", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link InputLogEvent.Builder} avoiding the need to create one manually via {@link InputLogEvent#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputLogEvent.Builder#build()} is called immediately and its result is passed to {@link #member(InputLogEvent)}.\n@param member a consumer that will call methods on {@link InputLogEvent.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(InputLogEvent)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(InputLogEvent)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "InputLogEvent", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "InputLogEvent", "variableName" : "member", "variableType" : "InputLogEvent", "documentation" : null, "simpleType" : "InputLogEvent", "variableSetterType" : "InputLogEvent" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "InputLogEvent", "variableName" : "member", "variableType" : "InputLogEvent", "documentation" : "", "simpleType" : "InputLogEvent", "variableSetterType" : "InputLogEvent" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "InputLogEvent", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "InputLogEvent", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LogEvents", "sensitive" : false, "setterDocumentation" : "

The log events.

\n@param logEvents The log events.", "setterMethodName" : "setLogEvents", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "logEvents", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "logEvents", "variableType" : "java.util.List", "documentation" : "

The log events.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSequenceToken", "beanStyleSetterMethodName" : "setSequenceToken", "c2jName" : "sequenceToken", "c2jShape" : "SequenceToken", "defaultConsumerFluentSetterDocumentation" : "

The sequence token obtained from the response of the previous PutLogEvents call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token using DescribeLogStreams. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls may be successful, or one may be rejected.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sequenceToken(String)}.\n@param sequenceToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sequenceToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The sequence token obtained from the response of the previous PutLogEvents call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token using DescribeLogStreams. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls may be successful, or one may be rejected.

\n@return The sequence token obtained from the response of the previous PutLogEvents call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token using DescribeLogStreams. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls may be successful, or one may be rejected.\n@deprecated Use {@link #sequenceToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The sequence token obtained from the response of the previous PutLogEvents call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token using DescribeLogStreams. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls may be successful, or one may be rejected.

\n@param sequenceToken The sequence token obtained from the response of the previous PutLogEvents call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token using DescribeLogStreams. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls may be successful, or one may be rejected.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sequenceToken(String)}\n", "documentation" : "

The sequence token obtained from the response of the previous PutLogEvents call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token using DescribeLogStreams. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls may be successful, or one may be rejected.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SequenceToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSequenceToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sequenceToken", "fluentSetterDocumentation" : "

The sequence token obtained from the response of the previous PutLogEvents call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token using DescribeLogStreams. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls may be successful, or one may be rejected.

\n@param sequenceToken The sequence token obtained from the response of the previous PutLogEvents call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token using DescribeLogStreams. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls may be successful, or one may be rejected.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sequenceToken", "getterDocumentation" : "

The sequence token obtained from the response of the previous PutLogEvents call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token using DescribeLogStreams. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls may be successful, or one may be rejected.

\n@return The sequence token obtained from the response of the previous PutLogEvents call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token using DescribeLogStreams. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls may be successful, or one may be rejected.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "sequenceToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "sequenceToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SequenceToken", "sensitive" : false, "setterDocumentation" : "

The sequence token obtained from the response of the previous PutLogEvents call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token using DescribeLogStreams. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls may be successful, or one may be rejected.

\n@param sequenceToken The sequence token obtained from the response of the previous PutLogEvents call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token using DescribeLogStreams. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls may be successful, or one may be rejected.", "setterMethodName" : "setSequenceToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sequenceToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sequenceToken", "variableType" : "String", "documentation" : "

The sequence token obtained from the response of the previous PutLogEvents call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token using DescribeLogStreams. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls may be successful, or one may be rejected.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LogEvents" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLogEvents", "beanStyleSetterMethodName" : "setLogEvents", "c2jName" : "logEvents", "c2jShape" : "InputLogEvents", "defaultConsumerFluentSetterDocumentation" : "

The log events.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #logEvents(List)}.\n@param logEvents a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logEvents(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The log events.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogEvents()} to see if a value was sent in this field.\n

\n@return The log events.\n@deprecated Use {@link #logEvents()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The log events.

\n@param logEvents The log events.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logEvents(List)}\n", "documentation" : "

The log events.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogEvents property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogEvents", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logEvents", "fluentSetterDocumentation" : "

The log events.

\n@param logEvents The log events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logEvents", "getterDocumentation" : "

The log events.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogEvents()} to see if a value was sent in this field.\n

\n@return The log events.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logEvents", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logEvents", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "InputLogEvent", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link InputLogEvent.Builder} avoiding the need to create one manually via {@link InputLogEvent#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputLogEvent.Builder#build()} is called immediately and its result is passed to {@link #member(InputLogEvent)}.\n@param member a consumer that will call methods on {@link InputLogEvent.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(InputLogEvent)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(InputLogEvent)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "InputLogEvent", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "InputLogEvent", "variableName" : "member", "variableType" : "InputLogEvent", "documentation" : null, "simpleType" : "InputLogEvent", "variableSetterType" : "InputLogEvent" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "InputLogEvent", "variableName" : "member", "variableType" : "InputLogEvent", "documentation" : "", "simpleType" : "InputLogEvent", "variableSetterType" : "InputLogEvent" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "InputLogEvent", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "InputLogEvent", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LogEvents", "sensitive" : false, "setterDocumentation" : "

The log events.

\n@param logEvents The log events.", "setterMethodName" : "setLogEvents", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "logEvents", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "logEvents", "variableType" : "java.util.List", "documentation" : "

The log events.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LogGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LogStreamName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogStreamName", "beanStyleSetterMethodName" : "setLogStreamName", "c2jName" : "logStreamName", "c2jShape" : "LogStreamName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamName(String)}.\n@param logStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log stream.

\n@return The name of the log stream.\n@deprecated Use {@link #logStreamName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logStreamName(String)}\n", "documentation" : "

The name of the log stream.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogStreamName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogStreamName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logStreamName", "fluentSetterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamName", "getterDocumentation" : "

The name of the log stream.

\n@return The name of the log stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logStreamName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logStreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogStreamName", "sensitive" : false, "setterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.", "setterMethodName" : "setLogStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : "

The name of the log stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SequenceToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSequenceToken", "beanStyleSetterMethodName" : "setSequenceToken", "c2jName" : "sequenceToken", "c2jShape" : "SequenceToken", "defaultConsumerFluentSetterDocumentation" : "

The sequence token obtained from the response of the previous PutLogEvents call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token using DescribeLogStreams. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls may be successful, or one may be rejected.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sequenceToken(String)}.\n@param sequenceToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sequenceToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The sequence token obtained from the response of the previous PutLogEvents call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token using DescribeLogStreams. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls may be successful, or one may be rejected.

\n@return The sequence token obtained from the response of the previous PutLogEvents call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token using DescribeLogStreams. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls may be successful, or one may be rejected.\n@deprecated Use {@link #sequenceToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The sequence token obtained from the response of the previous PutLogEvents call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token using DescribeLogStreams. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls may be successful, or one may be rejected.

\n@param sequenceToken The sequence token obtained from the response of the previous PutLogEvents call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token using DescribeLogStreams. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls may be successful, or one may be rejected.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sequenceToken(String)}\n", "documentation" : "

The sequence token obtained from the response of the previous PutLogEvents call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token using DescribeLogStreams. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls may be successful, or one may be rejected.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SequenceToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSequenceToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sequenceToken", "fluentSetterDocumentation" : "

The sequence token obtained from the response of the previous PutLogEvents call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token using DescribeLogStreams. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls may be successful, or one may be rejected.

\n@param sequenceToken The sequence token obtained from the response of the previous PutLogEvents call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token using DescribeLogStreams. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls may be successful, or one may be rejected.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sequenceToken", "getterDocumentation" : "

The sequence token obtained from the response of the previous PutLogEvents call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token using DescribeLogStreams. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls may be successful, or one may be rejected.

\n@return The sequence token obtained from the response of the previous PutLogEvents call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token using DescribeLogStreams. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls may be successful, or one may be rejected.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "sequenceToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "sequenceToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SequenceToken", "sensitive" : false, "setterDocumentation" : "

The sequence token obtained from the response of the previous PutLogEvents call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token using DescribeLogStreams. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls may be successful, or one may be rejected.

\n@param sequenceToken The sequence token obtained from the response of the previous PutLogEvents call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token using DescribeLogStreams. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls may be successful, or one may be rejected.", "setterMethodName" : "setSequenceToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sequenceToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sequenceToken", "variableType" : "String", "documentation" : "

The sequence token obtained from the response of the previous PutLogEvents call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token using DescribeLogStreams. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls may be successful, or one may be rejected.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogStreamName", "beanStyleSetterMethodName" : "setLogStreamName", "c2jName" : "logStreamName", "c2jShape" : "LogStreamName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamName(String)}.\n@param logStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log stream.

\n@return The name of the log stream.\n@deprecated Use {@link #logStreamName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logStreamName(String)}\n", "documentation" : "

The name of the log stream.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogStreamName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogStreamName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logStreamName", "fluentSetterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamName", "getterDocumentation" : "

The name of the log stream.

\n@return The name of the log stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logStreamName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logStreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogStreamName", "sensitive" : false, "setterDocumentation" : "

The name of the log stream.

\n@param logStreamName The name of the log stream.", "setterMethodName" : "setLogStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : "

The name of the log stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLogEvents", "beanStyleSetterMethodName" : "setLogEvents", "c2jName" : "logEvents", "c2jShape" : "InputLogEvents", "defaultConsumerFluentSetterDocumentation" : "

The log events.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #logEvents(List)}.\n@param logEvents a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logEvents(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The log events.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogEvents()} to see if a value was sent in this field.\n

\n@return The log events.\n@deprecated Use {@link #logEvents()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The log events.

\n@param logEvents The log events.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logEvents(List)}\n", "documentation" : "

The log events.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogEvents property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogEvents", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logEvents", "fluentSetterDocumentation" : "

The log events.

\n@param logEvents The log events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logEvents", "getterDocumentation" : "

The log events.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogEvents()} to see if a value was sent in this field.\n

\n@return The log events.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logEvents", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logEvents", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "InputLogEvent", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link InputLogEvent.Builder} avoiding the need to create one manually via {@link InputLogEvent#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputLogEvent.Builder#build()} is called immediately and its result is passed to {@link #member(InputLogEvent)}.\n@param member a consumer that will call methods on {@link InputLogEvent.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(InputLogEvent)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(InputLogEvent)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "InputLogEvent", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "InputLogEvent", "variableName" : "member", "variableType" : "InputLogEvent", "documentation" : null, "simpleType" : "InputLogEvent", "variableSetterType" : "InputLogEvent" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "InputLogEvent", "variableName" : "member", "variableType" : "InputLogEvent", "documentation" : "", "simpleType" : "InputLogEvent", "variableSetterType" : "InputLogEvent" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "InputLogEvent", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "InputLogEvent", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LogEvents", "sensitive" : false, "setterDocumentation" : "

The log events.

\n@param logEvents The log events.", "setterMethodName" : "setLogEvents", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "logEvents", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "logEvents", "variableType" : "java.util.List", "documentation" : "

The log events.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSequenceToken", "beanStyleSetterMethodName" : "setSequenceToken", "c2jName" : "sequenceToken", "c2jShape" : "SequenceToken", "defaultConsumerFluentSetterDocumentation" : "

The sequence token obtained from the response of the previous PutLogEvents call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token using DescribeLogStreams. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls may be successful, or one may be rejected.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sequenceToken(String)}.\n@param sequenceToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sequenceToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The sequence token obtained from the response of the previous PutLogEvents call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token using DescribeLogStreams. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls may be successful, or one may be rejected.

\n@return The sequence token obtained from the response of the previous PutLogEvents call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token using DescribeLogStreams. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls may be successful, or one may be rejected.\n@deprecated Use {@link #sequenceToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The sequence token obtained from the response of the previous PutLogEvents call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token using DescribeLogStreams. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls may be successful, or one may be rejected.

\n@param sequenceToken The sequence token obtained from the response of the previous PutLogEvents call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token using DescribeLogStreams. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls may be successful, or one may be rejected.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sequenceToken(String)}\n", "documentation" : "

The sequence token obtained from the response of the previous PutLogEvents call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token using DescribeLogStreams. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls may be successful, or one may be rejected.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SequenceToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSequenceToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sequenceToken", "fluentSetterDocumentation" : "

The sequence token obtained from the response of the previous PutLogEvents call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token using DescribeLogStreams. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls may be successful, or one may be rejected.

\n@param sequenceToken The sequence token obtained from the response of the previous PutLogEvents call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token using DescribeLogStreams. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls may be successful, or one may be rejected.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sequenceToken", "getterDocumentation" : "

The sequence token obtained from the response of the previous PutLogEvents call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token using DescribeLogStreams. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls may be successful, or one may be rejected.

\n@return The sequence token obtained from the response of the previous PutLogEvents call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token using DescribeLogStreams. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls may be successful, or one may be rejected.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "sequenceToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "sequenceToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SequenceToken", "sensitive" : false, "setterDocumentation" : "

The sequence token obtained from the response of the previous PutLogEvents call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token using DescribeLogStreams. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls may be successful, or one may be rejected.

\n@param sequenceToken The sequence token obtained from the response of the previous PutLogEvents call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token using DescribeLogStreams. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls may be successful, or one may be rejected.", "setterMethodName" : "setSequenceToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sequenceToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sequenceToken", "variableType" : "String", "documentation" : "

The sequence token obtained from the response of the previous PutLogEvents call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token using DescribeLogStreams. If you call PutLogEvents twice within a narrow time period using the same value for sequenceToken, both calls may be successful, or one may be rejected.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "logGroupName", "logStreamName", "logEvents" ], "shapeName" : "PutLogEventsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PutLogEventsRequest", "variableName" : "putLogEventsRequest", "variableType" : "PutLogEventsRequest", "documentation" : null, "simpleType" : "PutLogEventsRequest", "variableSetterType" : "PutLogEventsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "PutLogEventsResponse" : { "c2jName" : "PutLogEventsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextSequenceToken", "beanStyleSetterMethodName" : "setNextSequenceToken", "c2jName" : "nextSequenceToken", "c2jShape" : "SequenceToken", "defaultConsumerFluentSetterDocumentation" : "

The next sequence token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextSequenceToken(String)}.\n@param nextSequenceToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextSequenceToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The next sequence token.

\n@return The next sequence token.\n@deprecated Use {@link #nextSequenceToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The next sequence token.

\n@param nextSequenceToken The next sequence token.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextSequenceToken(String)}\n", "documentation" : "

The next sequence token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextSequenceToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextSequenceToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextSequenceToken", "fluentSetterDocumentation" : "

The next sequence token.

\n@param nextSequenceToken The next sequence token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextSequenceToken", "getterDocumentation" : "

The next sequence token.

\n@return The next sequence token.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextSequenceToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextSequenceToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextSequenceToken", "sensitive" : false, "setterDocumentation" : "

The next sequence token.

\n@param nextSequenceToken The next sequence token.", "setterMethodName" : "setNextSequenceToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextSequenceToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextSequenceToken", "variableType" : "String", "documentation" : "

The next sequence token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRejectedLogEventsInfo", "beanStyleSetterMethodName" : "setRejectedLogEventsInfo", "c2jName" : "rejectedLogEventsInfo", "c2jShape" : "RejectedLogEventsInfo", "defaultConsumerFluentSetterDocumentation" : "

The rejected events.

\nThis is a convenience that creates an instance of the {@link RejectedLogEventsInfo.Builder} avoiding the need to create one manually via {@link RejectedLogEventsInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link RejectedLogEventsInfo.Builder#build()} is called immediately and its result is passed to {@link #rejectedLogEventsInfo(RejectedLogEventsInfo)}.\n@param rejectedLogEventsInfo a consumer that will call methods on {@link RejectedLogEventsInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rejectedLogEventsInfo(RejectedLogEventsInfo)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The rejected events.

\n@return The rejected events.\n@deprecated Use {@link #rejectedLogEventsInfo()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The rejected events.

\n@param rejectedLogEventsInfo The rejected events.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rejectedLogEventsInfo(RejectedLogEventsInfo)}\n", "documentation" : "

The rejected events.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RejectedLogEventsInfo property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRejectedLogEventsInfo", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rejectedLogEventsInfo", "fluentSetterDocumentation" : "

The rejected events.

\n@param rejectedLogEventsInfo The rejected events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rejectedLogEventsInfo", "getterDocumentation" : "

The rejected events.

\n@return The rejected events.", "getterModel" : { "returnType" : "RejectedLogEventsInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "rejectedLogEventsInfo", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "rejectedLogEventsInfo", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RejectedLogEventsInfo", "sensitive" : false, "setterDocumentation" : "

The rejected events.

\n@param rejectedLogEventsInfo The rejected events.", "setterMethodName" : "setRejectedLogEventsInfo", "setterModel" : { "variableDeclarationType" : "RejectedLogEventsInfo", "variableName" : "rejectedLogEventsInfo", "variableType" : "RejectedLogEventsInfo", "documentation" : null, "simpleType" : "RejectedLogEventsInfo", "variableSetterType" : "RejectedLogEventsInfo" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RejectedLogEventsInfo", "variableName" : "rejectedLogEventsInfo", "variableType" : "RejectedLogEventsInfo", "documentation" : "

The rejected events.

", "simpleType" : "RejectedLogEventsInfo", "variableSetterType" : "RejectedLogEventsInfo" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextSequenceToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextSequenceToken", "beanStyleSetterMethodName" : "setNextSequenceToken", "c2jName" : "nextSequenceToken", "c2jShape" : "SequenceToken", "defaultConsumerFluentSetterDocumentation" : "

The next sequence token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextSequenceToken(String)}.\n@param nextSequenceToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextSequenceToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The next sequence token.

\n@return The next sequence token.\n@deprecated Use {@link #nextSequenceToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The next sequence token.

\n@param nextSequenceToken The next sequence token.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextSequenceToken(String)}\n", "documentation" : "

The next sequence token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextSequenceToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextSequenceToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextSequenceToken", "fluentSetterDocumentation" : "

The next sequence token.

\n@param nextSequenceToken The next sequence token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextSequenceToken", "getterDocumentation" : "

The next sequence token.

\n@return The next sequence token.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextSequenceToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextSequenceToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextSequenceToken", "sensitive" : false, "setterDocumentation" : "

The next sequence token.

\n@param nextSequenceToken The next sequence token.", "setterMethodName" : "setNextSequenceToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextSequenceToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextSequenceToken", "variableType" : "String", "documentation" : "

The next sequence token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RejectedLogEventsInfo" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRejectedLogEventsInfo", "beanStyleSetterMethodName" : "setRejectedLogEventsInfo", "c2jName" : "rejectedLogEventsInfo", "c2jShape" : "RejectedLogEventsInfo", "defaultConsumerFluentSetterDocumentation" : "

The rejected events.

\nThis is a convenience that creates an instance of the {@link RejectedLogEventsInfo.Builder} avoiding the need to create one manually via {@link RejectedLogEventsInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link RejectedLogEventsInfo.Builder#build()} is called immediately and its result is passed to {@link #rejectedLogEventsInfo(RejectedLogEventsInfo)}.\n@param rejectedLogEventsInfo a consumer that will call methods on {@link RejectedLogEventsInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rejectedLogEventsInfo(RejectedLogEventsInfo)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The rejected events.

\n@return The rejected events.\n@deprecated Use {@link #rejectedLogEventsInfo()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The rejected events.

\n@param rejectedLogEventsInfo The rejected events.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rejectedLogEventsInfo(RejectedLogEventsInfo)}\n", "documentation" : "

The rejected events.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RejectedLogEventsInfo property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRejectedLogEventsInfo", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rejectedLogEventsInfo", "fluentSetterDocumentation" : "

The rejected events.

\n@param rejectedLogEventsInfo The rejected events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rejectedLogEventsInfo", "getterDocumentation" : "

The rejected events.

\n@return The rejected events.", "getterModel" : { "returnType" : "RejectedLogEventsInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "rejectedLogEventsInfo", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "rejectedLogEventsInfo", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RejectedLogEventsInfo", "sensitive" : false, "setterDocumentation" : "

The rejected events.

\n@param rejectedLogEventsInfo The rejected events.", "setterMethodName" : "setRejectedLogEventsInfo", "setterModel" : { "variableDeclarationType" : "RejectedLogEventsInfo", "variableName" : "rejectedLogEventsInfo", "variableType" : "RejectedLogEventsInfo", "documentation" : null, "simpleType" : "RejectedLogEventsInfo", "variableSetterType" : "RejectedLogEventsInfo" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RejectedLogEventsInfo", "variableName" : "rejectedLogEventsInfo", "variableType" : "RejectedLogEventsInfo", "documentation" : "

The rejected events.

", "simpleType" : "RejectedLogEventsInfo", "variableSetterType" : "RejectedLogEventsInfo" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextSequenceToken", "beanStyleSetterMethodName" : "setNextSequenceToken", "c2jName" : "nextSequenceToken", "c2jShape" : "SequenceToken", "defaultConsumerFluentSetterDocumentation" : "

The next sequence token.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextSequenceToken(String)}.\n@param nextSequenceToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextSequenceToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The next sequence token.

\n@return The next sequence token.\n@deprecated Use {@link #nextSequenceToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The next sequence token.

\n@param nextSequenceToken The next sequence token.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextSequenceToken(String)}\n", "documentation" : "

The next sequence token.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextSequenceToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextSequenceToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextSequenceToken", "fluentSetterDocumentation" : "

The next sequence token.

\n@param nextSequenceToken The next sequence token.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextSequenceToken", "getterDocumentation" : "

The next sequence token.

\n@return The next sequence token.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextSequenceToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextSequenceToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextSequenceToken", "sensitive" : false, "setterDocumentation" : "

The next sequence token.

\n@param nextSequenceToken The next sequence token.", "setterMethodName" : "setNextSequenceToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextSequenceToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextSequenceToken", "variableType" : "String", "documentation" : "

The next sequence token.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRejectedLogEventsInfo", "beanStyleSetterMethodName" : "setRejectedLogEventsInfo", "c2jName" : "rejectedLogEventsInfo", "c2jShape" : "RejectedLogEventsInfo", "defaultConsumerFluentSetterDocumentation" : "

The rejected events.

\nThis is a convenience that creates an instance of the {@link RejectedLogEventsInfo.Builder} avoiding the need to create one manually via {@link RejectedLogEventsInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link RejectedLogEventsInfo.Builder#build()} is called immediately and its result is passed to {@link #rejectedLogEventsInfo(RejectedLogEventsInfo)}.\n@param rejectedLogEventsInfo a consumer that will call methods on {@link RejectedLogEventsInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rejectedLogEventsInfo(RejectedLogEventsInfo)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The rejected events.

\n@return The rejected events.\n@deprecated Use {@link #rejectedLogEventsInfo()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The rejected events.

\n@param rejectedLogEventsInfo The rejected events.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rejectedLogEventsInfo(RejectedLogEventsInfo)}\n", "documentation" : "

The rejected events.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RejectedLogEventsInfo property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRejectedLogEventsInfo", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rejectedLogEventsInfo", "fluentSetterDocumentation" : "

The rejected events.

\n@param rejectedLogEventsInfo The rejected events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rejectedLogEventsInfo", "getterDocumentation" : "

The rejected events.

\n@return The rejected events.", "getterModel" : { "returnType" : "RejectedLogEventsInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "rejectedLogEventsInfo", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "rejectedLogEventsInfo", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RejectedLogEventsInfo", "sensitive" : false, "setterDocumentation" : "

The rejected events.

\n@param rejectedLogEventsInfo The rejected events.", "setterMethodName" : "setRejectedLogEventsInfo", "setterModel" : { "variableDeclarationType" : "RejectedLogEventsInfo", "variableName" : "rejectedLogEventsInfo", "variableType" : "RejectedLogEventsInfo", "documentation" : null, "simpleType" : "RejectedLogEventsInfo", "variableSetterType" : "RejectedLogEventsInfo" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RejectedLogEventsInfo", "variableName" : "rejectedLogEventsInfo", "variableType" : "RejectedLogEventsInfo", "documentation" : "

The rejected events.

", "simpleType" : "RejectedLogEventsInfo", "variableSetterType" : "RejectedLogEventsInfo" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PutLogEventsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PutLogEventsResponse", "variableName" : "putLogEventsResponse", "variableType" : "PutLogEventsResponse", "documentation" : null, "simpleType" : "PutLogEventsResponse", "variableSetterType" : "PutLogEventsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "PutMetricFilterRequest" : { "c2jName" : "PutMetricFilterRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "PutMetricFilter", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.PutMetricFilter", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterName", "beanStyleSetterMethodName" : "setFilterName", "c2jName" : "filterName", "c2jShape" : "FilterName", "defaultConsumerFluentSetterDocumentation" : "

A name for the metric filter.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterName(String)}.\n@param filterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A name for the metric filter.

\n@return A name for the metric filter.\n@deprecated Use {@link #filterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A name for the metric filter.

\n@param filterName A name for the metric filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterName(String)}\n", "documentation" : "

A name for the metric filter.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterName", "fluentSetterDocumentation" : "

A name for the metric filter.

\n@param filterName A name for the metric filter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterName", "getterDocumentation" : "

A name for the metric filter.

\n@return A name for the metric filter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterName", "sensitive" : false, "setterDocumentation" : "

A name for the metric filter.

\n@param filterName A name for the metric filter.", "setterMethodName" : "setFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : "

A name for the metric filter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterPattern", "beanStyleSetterMethodName" : "setFilterPattern", "c2jName" : "filterPattern", "c2jShape" : "FilterPattern", "defaultConsumerFluentSetterDocumentation" : "

A filter pattern for extracting metric data out of ingested log events.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterPattern(String)}.\n@param filterPattern a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterPattern(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A filter pattern for extracting metric data out of ingested log events.

\n@return A filter pattern for extracting metric data out of ingested log events.\n@deprecated Use {@link #filterPattern()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A filter pattern for extracting metric data out of ingested log events.

\n@param filterPattern A filter pattern for extracting metric data out of ingested log events.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterPattern(String)}\n", "documentation" : "

A filter pattern for extracting metric data out of ingested log events.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterPattern property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterPattern", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterPattern", "fluentSetterDocumentation" : "

A filter pattern for extracting metric data out of ingested log events.

\n@param filterPattern A filter pattern for extracting metric data out of ingested log events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterPattern", "getterDocumentation" : "

A filter pattern for extracting metric data out of ingested log events.

\n@return A filter pattern for extracting metric data out of ingested log events.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterPattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterPattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterPattern", "sensitive" : false, "setterDocumentation" : "

A filter pattern for extracting metric data out of ingested log events.

\n@param filterPattern A filter pattern for extracting metric data out of ingested log events.", "setterMethodName" : "setFilterPattern", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterPattern", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterPattern", "variableType" : "String", "documentation" : "

A filter pattern for extracting metric data out of ingested log events.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getMetricTransformations", "beanStyleSetterMethodName" : "setMetricTransformations", "c2jName" : "metricTransformations", "c2jShape" : "MetricTransformations", "defaultConsumerFluentSetterDocumentation" : "

A collection of information that defines how metric data gets emitted.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #metricTransformations(List)}.\n@param metricTransformations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricTransformations(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A collection of information that defines how metric data gets emitted.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasMetricTransformations()} to see if a value was sent in this field.\n

\n@return A collection of information that defines how metric data gets emitted.\n@deprecated Use {@link #metricTransformations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A collection of information that defines how metric data gets emitted.

\n@param metricTransformations A collection of information that defines how metric data gets emitted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #metricTransformations(List)}\n", "documentation" : "

A collection of information that defines how metric data gets emitted.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MetricTransformations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMetricTransformations", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricTransformations", "fluentSetterDocumentation" : "

A collection of information that defines how metric data gets emitted.

\n@param metricTransformations A collection of information that defines how metric data gets emitted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricTransformations", "getterDocumentation" : "

A collection of information that defines how metric data gets emitted.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasMetricTransformations()} to see if a value was sent in this field.\n

\n@return A collection of information that defines how metric data gets emitted.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "metricTransformations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "metricTransformations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MetricTransformation", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MetricTransformation.Builder} avoiding the need to create one manually via {@link MetricTransformation#builder()}.\n\nWhen the {@link Consumer} completes, {@link MetricTransformation.Builder#build()} is called immediately and its result is passed to {@link #member(MetricTransformation)}.\n@param member a consumer that will call methods on {@link MetricTransformation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MetricTransformation)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(MetricTransformation)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "MetricTransformation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "MetricTransformation", "variableName" : "member", "variableType" : "MetricTransformation", "documentation" : null, "simpleType" : "MetricTransformation", "variableSetterType" : "MetricTransformation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MetricTransformation", "variableName" : "member", "variableType" : "MetricTransformation", "documentation" : "", "simpleType" : "MetricTransformation", "variableSetterType" : "MetricTransformation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "MetricTransformation", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "MetricTransformation", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "MetricTransformations", "sensitive" : false, "setterDocumentation" : "

A collection of information that defines how metric data gets emitted.

\n@param metricTransformations A collection of information that defines how metric data gets emitted.", "setterMethodName" : "setMetricTransformations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "metricTransformations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "metricTransformations", "variableType" : "java.util.List", "documentation" : "

A collection of information that defines how metric data gets emitted.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FilterName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterName", "beanStyleSetterMethodName" : "setFilterName", "c2jName" : "filterName", "c2jShape" : "FilterName", "defaultConsumerFluentSetterDocumentation" : "

A name for the metric filter.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterName(String)}.\n@param filterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A name for the metric filter.

\n@return A name for the metric filter.\n@deprecated Use {@link #filterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A name for the metric filter.

\n@param filterName A name for the metric filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterName(String)}\n", "documentation" : "

A name for the metric filter.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterName", "fluentSetterDocumentation" : "

A name for the metric filter.

\n@param filterName A name for the metric filter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterName", "getterDocumentation" : "

A name for the metric filter.

\n@return A name for the metric filter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterName", "sensitive" : false, "setterDocumentation" : "

A name for the metric filter.

\n@param filterName A name for the metric filter.", "setterMethodName" : "setFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : "

A name for the metric filter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FilterPattern" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterPattern", "beanStyleSetterMethodName" : "setFilterPattern", "c2jName" : "filterPattern", "c2jShape" : "FilterPattern", "defaultConsumerFluentSetterDocumentation" : "

A filter pattern for extracting metric data out of ingested log events.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterPattern(String)}.\n@param filterPattern a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterPattern(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A filter pattern for extracting metric data out of ingested log events.

\n@return A filter pattern for extracting metric data out of ingested log events.\n@deprecated Use {@link #filterPattern()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A filter pattern for extracting metric data out of ingested log events.

\n@param filterPattern A filter pattern for extracting metric data out of ingested log events.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterPattern(String)}\n", "documentation" : "

A filter pattern for extracting metric data out of ingested log events.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterPattern property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterPattern", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterPattern", "fluentSetterDocumentation" : "

A filter pattern for extracting metric data out of ingested log events.

\n@param filterPattern A filter pattern for extracting metric data out of ingested log events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterPattern", "getterDocumentation" : "

A filter pattern for extracting metric data out of ingested log events.

\n@return A filter pattern for extracting metric data out of ingested log events.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterPattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterPattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterPattern", "sensitive" : false, "setterDocumentation" : "

A filter pattern for extracting metric data out of ingested log events.

\n@param filterPattern A filter pattern for extracting metric data out of ingested log events.", "setterMethodName" : "setFilterPattern", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterPattern", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterPattern", "variableType" : "String", "documentation" : "

A filter pattern for extracting metric data out of ingested log events.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LogGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MetricTransformations" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getMetricTransformations", "beanStyleSetterMethodName" : "setMetricTransformations", "c2jName" : "metricTransformations", "c2jShape" : "MetricTransformations", "defaultConsumerFluentSetterDocumentation" : "

A collection of information that defines how metric data gets emitted.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #metricTransformations(List)}.\n@param metricTransformations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricTransformations(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A collection of information that defines how metric data gets emitted.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasMetricTransformations()} to see if a value was sent in this field.\n

\n@return A collection of information that defines how metric data gets emitted.\n@deprecated Use {@link #metricTransformations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A collection of information that defines how metric data gets emitted.

\n@param metricTransformations A collection of information that defines how metric data gets emitted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #metricTransformations(List)}\n", "documentation" : "

A collection of information that defines how metric data gets emitted.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MetricTransformations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMetricTransformations", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricTransformations", "fluentSetterDocumentation" : "

A collection of information that defines how metric data gets emitted.

\n@param metricTransformations A collection of information that defines how metric data gets emitted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricTransformations", "getterDocumentation" : "

A collection of information that defines how metric data gets emitted.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasMetricTransformations()} to see if a value was sent in this field.\n

\n@return A collection of information that defines how metric data gets emitted.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "metricTransformations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "metricTransformations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MetricTransformation", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MetricTransformation.Builder} avoiding the need to create one manually via {@link MetricTransformation#builder()}.\n\nWhen the {@link Consumer} completes, {@link MetricTransformation.Builder#build()} is called immediately and its result is passed to {@link #member(MetricTransformation)}.\n@param member a consumer that will call methods on {@link MetricTransformation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MetricTransformation)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(MetricTransformation)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "MetricTransformation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "MetricTransformation", "variableName" : "member", "variableType" : "MetricTransformation", "documentation" : null, "simpleType" : "MetricTransformation", "variableSetterType" : "MetricTransformation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MetricTransformation", "variableName" : "member", "variableType" : "MetricTransformation", "documentation" : "", "simpleType" : "MetricTransformation", "variableSetterType" : "MetricTransformation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "MetricTransformation", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "MetricTransformation", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "MetricTransformations", "sensitive" : false, "setterDocumentation" : "

A collection of information that defines how metric data gets emitted.

\n@param metricTransformations A collection of information that defines how metric data gets emitted.", "setterMethodName" : "setMetricTransformations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "metricTransformations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "metricTransformations", "variableType" : "java.util.List", "documentation" : "

A collection of information that defines how metric data gets emitted.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterName", "beanStyleSetterMethodName" : "setFilterName", "c2jName" : "filterName", "c2jShape" : "FilterName", "defaultConsumerFluentSetterDocumentation" : "

A name for the metric filter.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterName(String)}.\n@param filterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A name for the metric filter.

\n@return A name for the metric filter.\n@deprecated Use {@link #filterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A name for the metric filter.

\n@param filterName A name for the metric filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterName(String)}\n", "documentation" : "

A name for the metric filter.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterName", "fluentSetterDocumentation" : "

A name for the metric filter.

\n@param filterName A name for the metric filter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterName", "getterDocumentation" : "

A name for the metric filter.

\n@return A name for the metric filter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterName", "sensitive" : false, "setterDocumentation" : "

A name for the metric filter.

\n@param filterName A name for the metric filter.", "setterMethodName" : "setFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : "

A name for the metric filter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterPattern", "beanStyleSetterMethodName" : "setFilterPattern", "c2jName" : "filterPattern", "c2jShape" : "FilterPattern", "defaultConsumerFluentSetterDocumentation" : "

A filter pattern for extracting metric data out of ingested log events.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterPattern(String)}.\n@param filterPattern a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterPattern(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A filter pattern for extracting metric data out of ingested log events.

\n@return A filter pattern for extracting metric data out of ingested log events.\n@deprecated Use {@link #filterPattern()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A filter pattern for extracting metric data out of ingested log events.

\n@param filterPattern A filter pattern for extracting metric data out of ingested log events.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterPattern(String)}\n", "documentation" : "

A filter pattern for extracting metric data out of ingested log events.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterPattern property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterPattern", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterPattern", "fluentSetterDocumentation" : "

A filter pattern for extracting metric data out of ingested log events.

\n@param filterPattern A filter pattern for extracting metric data out of ingested log events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterPattern", "getterDocumentation" : "

A filter pattern for extracting metric data out of ingested log events.

\n@return A filter pattern for extracting metric data out of ingested log events.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterPattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterPattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterPattern", "sensitive" : false, "setterDocumentation" : "

A filter pattern for extracting metric data out of ingested log events.

\n@param filterPattern A filter pattern for extracting metric data out of ingested log events.", "setterMethodName" : "setFilterPattern", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterPattern", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterPattern", "variableType" : "String", "documentation" : "

A filter pattern for extracting metric data out of ingested log events.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getMetricTransformations", "beanStyleSetterMethodName" : "setMetricTransformations", "c2jName" : "metricTransformations", "c2jShape" : "MetricTransformations", "defaultConsumerFluentSetterDocumentation" : "

A collection of information that defines how metric data gets emitted.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #metricTransformations(List)}.\n@param metricTransformations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #metricTransformations(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A collection of information that defines how metric data gets emitted.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasMetricTransformations()} to see if a value was sent in this field.\n

\n@return A collection of information that defines how metric data gets emitted.\n@deprecated Use {@link #metricTransformations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A collection of information that defines how metric data gets emitted.

\n@param metricTransformations A collection of information that defines how metric data gets emitted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #metricTransformations(List)}\n", "documentation" : "

A collection of information that defines how metric data gets emitted.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MetricTransformations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMetricTransformations", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metricTransformations", "fluentSetterDocumentation" : "

A collection of information that defines how metric data gets emitted.

\n@param metricTransformations A collection of information that defines how metric data gets emitted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metricTransformations", "getterDocumentation" : "

A collection of information that defines how metric data gets emitted.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasMetricTransformations()} to see if a value was sent in this field.\n

\n@return A collection of information that defines how metric data gets emitted.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "metricTransformations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "metricTransformations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MetricTransformation", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MetricTransformation.Builder} avoiding the need to create one manually via {@link MetricTransformation#builder()}.\n\nWhen the {@link Consumer} completes, {@link MetricTransformation.Builder#build()} is called immediately and its result is passed to {@link #member(MetricTransformation)}.\n@param member a consumer that will call methods on {@link MetricTransformation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MetricTransformation)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(MetricTransformation)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "MetricTransformation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "MetricTransformation", "variableName" : "member", "variableType" : "MetricTransformation", "documentation" : null, "simpleType" : "MetricTransformation", "variableSetterType" : "MetricTransformation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MetricTransformation", "variableName" : "member", "variableType" : "MetricTransformation", "documentation" : "", "simpleType" : "MetricTransformation", "variableSetterType" : "MetricTransformation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "MetricTransformation", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "MetricTransformation", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "MetricTransformations", "sensitive" : false, "setterDocumentation" : "

A collection of information that defines how metric data gets emitted.

\n@param metricTransformations A collection of information that defines how metric data gets emitted.", "setterMethodName" : "setMetricTransformations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "metricTransformations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "metricTransformations", "variableType" : "java.util.List", "documentation" : "

A collection of information that defines how metric data gets emitted.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "logGroupName", "filterName", "filterPattern", "metricTransformations" ], "shapeName" : "PutMetricFilterRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PutMetricFilterRequest", "variableName" : "putMetricFilterRequest", "variableType" : "PutMetricFilterRequest", "documentation" : null, "simpleType" : "PutMetricFilterRequest", "variableSetterType" : "PutMetricFilterRequest" }, "wrapper" : false, "xmlNamespace" : null }, "PutMetricFilterResponse" : { "c2jName" : "PutMetricFilterResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PutMetricFilterResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PutMetricFilterResponse", "variableName" : "putMetricFilterResponse", "variableType" : "PutMetricFilterResponse", "documentation" : null, "simpleType" : "PutMetricFilterResponse", "variableSetterType" : "PutMetricFilterResponse" }, "wrapper" : false, "xmlNamespace" : null }, "PutQueryDefinitionRequest" : { "c2jName" : "PutQueryDefinitionRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "PutQueryDefinition", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.PutQueryDefinition", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "QueryDefinitionName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Name property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Name property for this object.\n@return The value of the Name property for this object.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "Returns the value of the Name property for this object.\n@return The value of the Name property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryDefinitionId", "beanStyleSetterMethodName" : "setQueryDefinitionId", "c2jName" : "queryDefinitionId", "c2jShape" : "QueryId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryDefinitionId(String)}.\n@param queryDefinitionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryDefinitionId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the QueryDefinitionId property for this object.\n@return The value of the QueryDefinitionId property for this object.\n@deprecated Use {@link #queryDefinitionId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\n@param queryDefinitionId The new value for the QueryDefinitionId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryDefinitionId(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryDefinitionId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryDefinitionId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryDefinitionId", "fluentSetterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\n@param queryDefinitionId The new value for the QueryDefinitionId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryDefinitionId", "getterDocumentation" : "Returns the value of the QueryDefinitionId property for this object.\n@return The value of the QueryDefinitionId property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryDefinitionId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryDefinitionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryDefinitionId", "sensitive" : false, "setterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\n@param queryDefinitionId The new value for the QueryDefinitionId property for this object.", "setterMethodName" : "setQueryDefinitionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryDefinitionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryDefinitionId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLogGroupNames", "beanStyleSetterMethodName" : "setLogGroupNames", "c2jName" : "logGroupNames", "c2jShape" : "LogGroupNames", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the LogGroupNames property for this object.\n\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #logGroupNames(List)}.\n@param logGroupNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupNames(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the LogGroupNames property for this object.\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogGroupNames()} to see if a value was sent in this field.\n

\n@return The value of the LogGroupNames property for this object.\n@deprecated Use {@link #logGroupNames()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the LogGroupNames property for this object.\n\n@param logGroupNames The new value for the LogGroupNames property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupNames(List)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupNames property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupNames", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupNames", "fluentSetterDocumentation" : "Sets the value of the LogGroupNames property for this object.\n\n@param logGroupNames The new value for the LogGroupNames property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupNames", "getterDocumentation" : "Returns the value of the LogGroupNames property for this object.\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogGroupNames()} to see if a value was sent in this field.\n

\n@return The value of the LogGroupNames property for this object.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LogGroupNames", "sensitive" : false, "setterDocumentation" : "Sets the value of the LogGroupNames property for this object.\n\n@param logGroupNames The new value for the LogGroupNames property for this object.", "setterMethodName" : "setLogGroupNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "logGroupNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "logGroupNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryString", "beanStyleSetterMethodName" : "setQueryString", "c2jName" : "queryString", "c2jShape" : "QueryDefinitionString", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the QueryString property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryString(String)}.\n@param queryString a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryString(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the QueryString property for this object.\n@return The value of the QueryString property for this object.\n@deprecated Use {@link #queryString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the QueryString property for this object.\n\n@param queryString The new value for the QueryString property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryString(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryString property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryString", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryString", "fluentSetterDocumentation" : "Sets the value of the QueryString property for this object.\n\n@param queryString The new value for the QueryString property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryString", "getterDocumentation" : "Returns the value of the QueryString property for this object.\n@return The value of the QueryString property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryString", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryString", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryString", "sensitive" : false, "setterDocumentation" : "Sets the value of the QueryString property for this object.\n\n@param queryString The new value for the QueryString property for this object.", "setterMethodName" : "setQueryString", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryString", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryString", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LogGroupNames" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLogGroupNames", "beanStyleSetterMethodName" : "setLogGroupNames", "c2jName" : "logGroupNames", "c2jShape" : "LogGroupNames", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the LogGroupNames property for this object.\n\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #logGroupNames(List)}.\n@param logGroupNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupNames(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the LogGroupNames property for this object.\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogGroupNames()} to see if a value was sent in this field.\n

\n@return The value of the LogGroupNames property for this object.\n@deprecated Use {@link #logGroupNames()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the LogGroupNames property for this object.\n\n@param logGroupNames The new value for the LogGroupNames property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupNames(List)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupNames property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupNames", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupNames", "fluentSetterDocumentation" : "Sets the value of the LogGroupNames property for this object.\n\n@param logGroupNames The new value for the LogGroupNames property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupNames", "getterDocumentation" : "Returns the value of the LogGroupNames property for this object.\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogGroupNames()} to see if a value was sent in this field.\n

\n@return The value of the LogGroupNames property for this object.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LogGroupNames", "sensitive" : false, "setterDocumentation" : "Sets the value of the LogGroupNames property for this object.\n\n@param logGroupNames The new value for the LogGroupNames property for this object.", "setterMethodName" : "setLogGroupNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "logGroupNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "logGroupNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "QueryDefinitionName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Name property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Name property for this object.\n@return The value of the Name property for this object.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "Returns the value of the Name property for this object.\n@return The value of the Name property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "QueryDefinitionId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryDefinitionId", "beanStyleSetterMethodName" : "setQueryDefinitionId", "c2jName" : "queryDefinitionId", "c2jShape" : "QueryId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryDefinitionId(String)}.\n@param queryDefinitionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryDefinitionId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the QueryDefinitionId property for this object.\n@return The value of the QueryDefinitionId property for this object.\n@deprecated Use {@link #queryDefinitionId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\n@param queryDefinitionId The new value for the QueryDefinitionId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryDefinitionId(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryDefinitionId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryDefinitionId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryDefinitionId", "fluentSetterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\n@param queryDefinitionId The new value for the QueryDefinitionId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryDefinitionId", "getterDocumentation" : "Returns the value of the QueryDefinitionId property for this object.\n@return The value of the QueryDefinitionId property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryDefinitionId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryDefinitionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryDefinitionId", "sensitive" : false, "setterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\n@param queryDefinitionId The new value for the QueryDefinitionId property for this object.", "setterMethodName" : "setQueryDefinitionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryDefinitionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryDefinitionId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "QueryString" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryString", "beanStyleSetterMethodName" : "setQueryString", "c2jName" : "queryString", "c2jShape" : "QueryDefinitionString", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the QueryString property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryString(String)}.\n@param queryString a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryString(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the QueryString property for this object.\n@return The value of the QueryString property for this object.\n@deprecated Use {@link #queryString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the QueryString property for this object.\n\n@param queryString The new value for the QueryString property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryString(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryString property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryString", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryString", "fluentSetterDocumentation" : "Sets the value of the QueryString property for this object.\n\n@param queryString The new value for the QueryString property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryString", "getterDocumentation" : "Returns the value of the QueryString property for this object.\n@return The value of the QueryString property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryString", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryString", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryString", "sensitive" : false, "setterDocumentation" : "Sets the value of the QueryString property for this object.\n\n@param queryString The new value for the QueryString property for this object.", "setterMethodName" : "setQueryString", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryString", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryString", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "QueryDefinitionName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Name property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Name property for this object.\n@return The value of the Name property for this object.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "Returns the value of the Name property for this object.\n@return The value of the Name property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryDefinitionId", "beanStyleSetterMethodName" : "setQueryDefinitionId", "c2jName" : "queryDefinitionId", "c2jShape" : "QueryId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryDefinitionId(String)}.\n@param queryDefinitionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryDefinitionId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the QueryDefinitionId property for this object.\n@return The value of the QueryDefinitionId property for this object.\n@deprecated Use {@link #queryDefinitionId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\n@param queryDefinitionId The new value for the QueryDefinitionId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryDefinitionId(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryDefinitionId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryDefinitionId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryDefinitionId", "fluentSetterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\n@param queryDefinitionId The new value for the QueryDefinitionId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryDefinitionId", "getterDocumentation" : "Returns the value of the QueryDefinitionId property for this object.\n@return The value of the QueryDefinitionId property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryDefinitionId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryDefinitionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryDefinitionId", "sensitive" : false, "setterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\n@param queryDefinitionId The new value for the QueryDefinitionId property for this object.", "setterMethodName" : "setQueryDefinitionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryDefinitionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryDefinitionId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLogGroupNames", "beanStyleSetterMethodName" : "setLogGroupNames", "c2jName" : "logGroupNames", "c2jShape" : "LogGroupNames", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the LogGroupNames property for this object.\n\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #logGroupNames(List)}.\n@param logGroupNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupNames(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the LogGroupNames property for this object.\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogGroupNames()} to see if a value was sent in this field.\n

\n@return The value of the LogGroupNames property for this object.\n@deprecated Use {@link #logGroupNames()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the LogGroupNames property for this object.\n\n@param logGroupNames The new value for the LogGroupNames property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupNames(List)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupNames property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupNames", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupNames", "fluentSetterDocumentation" : "Sets the value of the LogGroupNames property for this object.\n\n@param logGroupNames The new value for the LogGroupNames property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupNames", "getterDocumentation" : "Returns the value of the LogGroupNames property for this object.\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasLogGroupNames()} to see if a value was sent in this field.\n

\n@return The value of the LogGroupNames property for this object.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LogGroupNames", "sensitive" : false, "setterDocumentation" : "Sets the value of the LogGroupNames property for this object.\n\n@param logGroupNames The new value for the LogGroupNames property for this object.", "setterMethodName" : "setLogGroupNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "logGroupNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "logGroupNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryString", "beanStyleSetterMethodName" : "setQueryString", "c2jName" : "queryString", "c2jShape" : "QueryDefinitionString", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the QueryString property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryString(String)}.\n@param queryString a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryString(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the QueryString property for this object.\n@return The value of the QueryString property for this object.\n@deprecated Use {@link #queryString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the QueryString property for this object.\n\n@param queryString The new value for the QueryString property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryString(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryString property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryString", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryString", "fluentSetterDocumentation" : "Sets the value of the QueryString property for this object.\n\n@param queryString The new value for the QueryString property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryString", "getterDocumentation" : "Returns the value of the QueryString property for this object.\n@return The value of the QueryString property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryString", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryString", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryString", "sensitive" : false, "setterDocumentation" : "Sets the value of the QueryString property for this object.\n\n@param queryString The new value for the QueryString property for this object.", "setterMethodName" : "setQueryString", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryString", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryString", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "name", "queryString" ], "shapeName" : "PutQueryDefinitionRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PutQueryDefinitionRequest", "variableName" : "putQueryDefinitionRequest", "variableType" : "PutQueryDefinitionRequest", "documentation" : null, "simpleType" : "PutQueryDefinitionRequest", "variableSetterType" : "PutQueryDefinitionRequest" }, "wrapper" : false, "xmlNamespace" : null }, "PutQueryDefinitionResponse" : { "c2jName" : "PutQueryDefinitionResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryDefinitionId", "beanStyleSetterMethodName" : "setQueryDefinitionId", "c2jName" : "queryDefinitionId", "c2jShape" : "QueryId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryDefinitionId(String)}.\n@param queryDefinitionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryDefinitionId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the QueryDefinitionId property for this object.\n@return The value of the QueryDefinitionId property for this object.\n@deprecated Use {@link #queryDefinitionId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\n@param queryDefinitionId The new value for the QueryDefinitionId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryDefinitionId(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryDefinitionId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryDefinitionId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryDefinitionId", "fluentSetterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\n@param queryDefinitionId The new value for the QueryDefinitionId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryDefinitionId", "getterDocumentation" : "Returns the value of the QueryDefinitionId property for this object.\n@return The value of the QueryDefinitionId property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryDefinitionId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryDefinitionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryDefinitionId", "sensitive" : false, "setterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\n@param queryDefinitionId The new value for the QueryDefinitionId property for this object.", "setterMethodName" : "setQueryDefinitionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryDefinitionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryDefinitionId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "QueryDefinitionId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryDefinitionId", "beanStyleSetterMethodName" : "setQueryDefinitionId", "c2jName" : "queryDefinitionId", "c2jShape" : "QueryId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryDefinitionId(String)}.\n@param queryDefinitionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryDefinitionId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the QueryDefinitionId property for this object.\n@return The value of the QueryDefinitionId property for this object.\n@deprecated Use {@link #queryDefinitionId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\n@param queryDefinitionId The new value for the QueryDefinitionId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryDefinitionId(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryDefinitionId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryDefinitionId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryDefinitionId", "fluentSetterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\n@param queryDefinitionId The new value for the QueryDefinitionId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryDefinitionId", "getterDocumentation" : "Returns the value of the QueryDefinitionId property for this object.\n@return The value of the QueryDefinitionId property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryDefinitionId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryDefinitionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryDefinitionId", "sensitive" : false, "setterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\n@param queryDefinitionId The new value for the QueryDefinitionId property for this object.", "setterMethodName" : "setQueryDefinitionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryDefinitionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryDefinitionId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryDefinitionId", "beanStyleSetterMethodName" : "setQueryDefinitionId", "c2jName" : "queryDefinitionId", "c2jShape" : "QueryId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryDefinitionId(String)}.\n@param queryDefinitionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryDefinitionId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the QueryDefinitionId property for this object.\n@return The value of the QueryDefinitionId property for this object.\n@deprecated Use {@link #queryDefinitionId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\n@param queryDefinitionId The new value for the QueryDefinitionId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryDefinitionId(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryDefinitionId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryDefinitionId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryDefinitionId", "fluentSetterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\n@param queryDefinitionId The new value for the QueryDefinitionId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryDefinitionId", "getterDocumentation" : "Returns the value of the QueryDefinitionId property for this object.\n@return The value of the QueryDefinitionId property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryDefinitionId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryDefinitionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryDefinitionId", "sensitive" : false, "setterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\n@param queryDefinitionId The new value for the QueryDefinitionId property for this object.", "setterMethodName" : "setQueryDefinitionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryDefinitionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryDefinitionId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PutQueryDefinitionResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PutQueryDefinitionResponse", "variableName" : "putQueryDefinitionResponse", "variableType" : "PutQueryDefinitionResponse", "documentation" : null, "simpleType" : "PutQueryDefinitionResponse", "variableSetterType" : "PutQueryDefinitionResponse" }, "wrapper" : false, "xmlNamespace" : null }, "PutResourcePolicyRequest" : { "c2jName" : "PutResourcePolicyRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "PutResourcePolicy", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.PutResourcePolicy", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyName", "beanStyleSetterMethodName" : "setPolicyName", "c2jName" : "policyName", "c2jShape" : "PolicyName", "defaultConsumerFluentSetterDocumentation" : "

Name of the new policy. This parameter is required.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyName(String)}.\n@param policyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of the new policy. This parameter is required.

\n@return Name of the new policy. This parameter is required.\n@deprecated Use {@link #policyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the new policy. This parameter is required.

\n@param policyName Name of the new policy. This parameter is required.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policyName(String)}\n", "documentation" : "

Name of the new policy. This parameter is required.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyName", "fluentSetterDocumentation" : "

Name of the new policy. This parameter is required.

\n@param policyName Name of the new policy. This parameter is required.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyName", "getterDocumentation" : "

Name of the new policy. This parameter is required.

\n@return Name of the new policy. This parameter is required.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "policyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "policyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyName", "sensitive" : false, "setterDocumentation" : "

Name of the new policy. This parameter is required.

\n@param policyName Name of the new policy. This parameter is required.", "setterMethodName" : "setPolicyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "

Name of the new policy. This parameter is required.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyDocument", "beanStyleSetterMethodName" : "setPolicyDocument", "c2jName" : "policyDocument", "c2jShape" : "PolicyDocument", "defaultConsumerFluentSetterDocumentation" : "

Details of the new policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. This parameter is required.

The following example creates a resource policy enabling the Route 53 service to put DNS query logs in to the specified log group. Replace \"logArn\" with the ARN of your CloudWatch Logs resource, such as a log group or log stream.

{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Route53LogsToCloudWatchLogs\", \"Effect\": \"Allow\", \"Principal\": { \"Service\": [ \"route53.amazonaws.com\" ] }, \"Action\":\"logs:PutLogEvents\", \"Resource\": \"logArn\" } ] }

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyDocument(String)}.\n@param policyDocument a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyDocument(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Details of the new policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. This parameter is required.

The following example creates a resource policy enabling the Route 53 service to put DNS query logs in to the specified log group. Replace \"logArn\" with the ARN of your CloudWatch Logs resource, such as a log group or log stream.

{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Route53LogsToCloudWatchLogs\", \"Effect\": \"Allow\", \"Principal\": { \"Service\": [ \"route53.amazonaws.com\" ] }, \"Action\":\"logs:PutLogEvents\", \"Resource\": \"logArn\" } ] }

\n@return Details of the new policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. This parameter is required.

The following example creates a resource policy enabling the Route 53 service to put DNS query logs in to the specified log group. Replace \"logArn\" with the ARN of your CloudWatch Logs resource, such as a log group or log stream.

{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Route53LogsToCloudWatchLogs\", \"Effect\": \"Allow\", \"Principal\": { \"Service\": [ \"route53.amazonaws.com\" ] }, \"Action\":\"logs:PutLogEvents\", \"Resource\": \"logArn\" } ] } \n@deprecated Use {@link #policyDocument()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Details of the new policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. This parameter is required.

The following example creates a resource policy enabling the Route 53 service to put DNS query logs in to the specified log group. Replace \"logArn\" with the ARN of your CloudWatch Logs resource, such as a log group or log stream.

{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Route53LogsToCloudWatchLogs\", \"Effect\": \"Allow\", \"Principal\": { \"Service\": [ \"route53.amazonaws.com\" ] }, \"Action\":\"logs:PutLogEvents\", \"Resource\": \"logArn\" } ] }

\n@param policyDocument Details of the new policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. This parameter is required.

The following example creates a resource policy enabling the Route 53 service to put DNS query logs in to the specified log group. Replace \"logArn\" with the ARN of your CloudWatch Logs resource, such as a log group or log stream.

{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Route53LogsToCloudWatchLogs\", \"Effect\": \"Allow\", \"Principal\": { \"Service\": [ \"route53.amazonaws.com\" ] }, \"Action\":\"logs:PutLogEvents\", \"Resource\": \"logArn\" } ] } \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policyDocument(String)}\n", "documentation" : "

Details of the new policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. This parameter is required.

The following example creates a resource policy enabling the Route 53 service to put DNS query logs in to the specified log group. Replace \"logArn\" with the ARN of your CloudWatch Logs resource, such as a log group or log stream.

{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Route53LogsToCloudWatchLogs\", \"Effect\": \"Allow\", \"Principal\": { \"Service\": [ \"route53.amazonaws.com\" ] }, \"Action\":\"logs:PutLogEvents\", \"Resource\": \"logArn\" } ] }

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyDocument property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyDocument", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyDocument", "fluentSetterDocumentation" : "

Details of the new policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. This parameter is required.

The following example creates a resource policy enabling the Route 53 service to put DNS query logs in to the specified log group. Replace \"logArn\" with the ARN of your CloudWatch Logs resource, such as a log group or log stream.

{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Route53LogsToCloudWatchLogs\", \"Effect\": \"Allow\", \"Principal\": { \"Service\": [ \"route53.amazonaws.com\" ] }, \"Action\":\"logs:PutLogEvents\", \"Resource\": \"logArn\" } ] }

\n@param policyDocument Details of the new policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. This parameter is required.

The following example creates a resource policy enabling the Route 53 service to put DNS query logs in to the specified log group. Replace \"logArn\" with the ARN of your CloudWatch Logs resource, such as a log group or log stream.

{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Route53LogsToCloudWatchLogs\", \"Effect\": \"Allow\", \"Principal\": { \"Service\": [ \"route53.amazonaws.com\" ] }, \"Action\":\"logs:PutLogEvents\", \"Resource\": \"logArn\" } ] } \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyDocument", "getterDocumentation" : "

Details of the new policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. This parameter is required.

The following example creates a resource policy enabling the Route 53 service to put DNS query logs in to the specified log group. Replace \"logArn\" with the ARN of your CloudWatch Logs resource, such as a log group or log stream.

{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Route53LogsToCloudWatchLogs\", \"Effect\": \"Allow\", \"Principal\": { \"Service\": [ \"route53.amazonaws.com\" ] }, \"Action\":\"logs:PutLogEvents\", \"Resource\": \"logArn\" } ] }

\n@return Details of the new policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. This parameter is required.

The following example creates a resource policy enabling the Route 53 service to put DNS query logs in to the specified log group. Replace \"logArn\" with the ARN of your CloudWatch Logs resource, such as a log group or log stream.

{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Route53LogsToCloudWatchLogs\", \"Effect\": \"Allow\", \"Principal\": { \"Service\": [ \"route53.amazonaws.com\" ] }, \"Action\":\"logs:PutLogEvents\", \"Resource\": \"logArn\" } ] } ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "policyDocument", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "policyDocument", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyDocument", "sensitive" : false, "setterDocumentation" : "

Details of the new policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. This parameter is required.

The following example creates a resource policy enabling the Route 53 service to put DNS query logs in to the specified log group. Replace \"logArn\" with the ARN of your CloudWatch Logs resource, such as a log group or log stream.

{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Route53LogsToCloudWatchLogs\", \"Effect\": \"Allow\", \"Principal\": { \"Service\": [ \"route53.amazonaws.com\" ] }, \"Action\":\"logs:PutLogEvents\", \"Resource\": \"logArn\" } ] }

\n@param policyDocument Details of the new policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. This parameter is required.

The following example creates a resource policy enabling the Route 53 service to put DNS query logs in to the specified log group. Replace \"logArn\" with the ARN of your CloudWatch Logs resource, such as a log group or log stream.

{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Route53LogsToCloudWatchLogs\", \"Effect\": \"Allow\", \"Principal\": { \"Service\": [ \"route53.amazonaws.com\" ] }, \"Action\":\"logs:PutLogEvents\", \"Resource\": \"logArn\" } ] } ", "setterMethodName" : "setPolicyDocument", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyDocument", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyDocument", "variableType" : "String", "documentation" : "

Details of the new policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. This parameter is required.

The following example creates a resource policy enabling the Route 53 service to put DNS query logs in to the specified log group. Replace \"logArn\" with the ARN of your CloudWatch Logs resource, such as a log group or log stream.

{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Route53LogsToCloudWatchLogs\", \"Effect\": \"Allow\", \"Principal\": { \"Service\": [ \"route53.amazonaws.com\" ] }, \"Action\":\"logs:PutLogEvents\", \"Resource\": \"logArn\" } ] }

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PolicyDocument" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyDocument", "beanStyleSetterMethodName" : "setPolicyDocument", "c2jName" : "policyDocument", "c2jShape" : "PolicyDocument", "defaultConsumerFluentSetterDocumentation" : "

Details of the new policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. This parameter is required.

The following example creates a resource policy enabling the Route 53 service to put DNS query logs in to the specified log group. Replace \"logArn\" with the ARN of your CloudWatch Logs resource, such as a log group or log stream.

{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Route53LogsToCloudWatchLogs\", \"Effect\": \"Allow\", \"Principal\": { \"Service\": [ \"route53.amazonaws.com\" ] }, \"Action\":\"logs:PutLogEvents\", \"Resource\": \"logArn\" } ] }

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyDocument(String)}.\n@param policyDocument a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyDocument(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Details of the new policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. This parameter is required.

The following example creates a resource policy enabling the Route 53 service to put DNS query logs in to the specified log group. Replace \"logArn\" with the ARN of your CloudWatch Logs resource, such as a log group or log stream.

{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Route53LogsToCloudWatchLogs\", \"Effect\": \"Allow\", \"Principal\": { \"Service\": [ \"route53.amazonaws.com\" ] }, \"Action\":\"logs:PutLogEvents\", \"Resource\": \"logArn\" } ] }

\n@return Details of the new policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. This parameter is required.

The following example creates a resource policy enabling the Route 53 service to put DNS query logs in to the specified log group. Replace \"logArn\" with the ARN of your CloudWatch Logs resource, such as a log group or log stream.

{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Route53LogsToCloudWatchLogs\", \"Effect\": \"Allow\", \"Principal\": { \"Service\": [ \"route53.amazonaws.com\" ] }, \"Action\":\"logs:PutLogEvents\", \"Resource\": \"logArn\" } ] } \n@deprecated Use {@link #policyDocument()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Details of the new policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. This parameter is required.

The following example creates a resource policy enabling the Route 53 service to put DNS query logs in to the specified log group. Replace \"logArn\" with the ARN of your CloudWatch Logs resource, such as a log group or log stream.

{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Route53LogsToCloudWatchLogs\", \"Effect\": \"Allow\", \"Principal\": { \"Service\": [ \"route53.amazonaws.com\" ] }, \"Action\":\"logs:PutLogEvents\", \"Resource\": \"logArn\" } ] }

\n@param policyDocument Details of the new policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. This parameter is required.

The following example creates a resource policy enabling the Route 53 service to put DNS query logs in to the specified log group. Replace \"logArn\" with the ARN of your CloudWatch Logs resource, such as a log group or log stream.

{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Route53LogsToCloudWatchLogs\", \"Effect\": \"Allow\", \"Principal\": { \"Service\": [ \"route53.amazonaws.com\" ] }, \"Action\":\"logs:PutLogEvents\", \"Resource\": \"logArn\" } ] } \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policyDocument(String)}\n", "documentation" : "

Details of the new policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. This parameter is required.

The following example creates a resource policy enabling the Route 53 service to put DNS query logs in to the specified log group. Replace \"logArn\" with the ARN of your CloudWatch Logs resource, such as a log group or log stream.

{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Route53LogsToCloudWatchLogs\", \"Effect\": \"Allow\", \"Principal\": { \"Service\": [ \"route53.amazonaws.com\" ] }, \"Action\":\"logs:PutLogEvents\", \"Resource\": \"logArn\" } ] }

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyDocument property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyDocument", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyDocument", "fluentSetterDocumentation" : "

Details of the new policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. This parameter is required.

The following example creates a resource policy enabling the Route 53 service to put DNS query logs in to the specified log group. Replace \"logArn\" with the ARN of your CloudWatch Logs resource, such as a log group or log stream.

{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Route53LogsToCloudWatchLogs\", \"Effect\": \"Allow\", \"Principal\": { \"Service\": [ \"route53.amazonaws.com\" ] }, \"Action\":\"logs:PutLogEvents\", \"Resource\": \"logArn\" } ] }

\n@param policyDocument Details of the new policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. This parameter is required.

The following example creates a resource policy enabling the Route 53 service to put DNS query logs in to the specified log group. Replace \"logArn\" with the ARN of your CloudWatch Logs resource, such as a log group or log stream.

{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Route53LogsToCloudWatchLogs\", \"Effect\": \"Allow\", \"Principal\": { \"Service\": [ \"route53.amazonaws.com\" ] }, \"Action\":\"logs:PutLogEvents\", \"Resource\": \"logArn\" } ] } \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyDocument", "getterDocumentation" : "

Details of the new policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. This parameter is required.

The following example creates a resource policy enabling the Route 53 service to put DNS query logs in to the specified log group. Replace \"logArn\" with the ARN of your CloudWatch Logs resource, such as a log group or log stream.

{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Route53LogsToCloudWatchLogs\", \"Effect\": \"Allow\", \"Principal\": { \"Service\": [ \"route53.amazonaws.com\" ] }, \"Action\":\"logs:PutLogEvents\", \"Resource\": \"logArn\" } ] }

\n@return Details of the new policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. This parameter is required.

The following example creates a resource policy enabling the Route 53 service to put DNS query logs in to the specified log group. Replace \"logArn\" with the ARN of your CloudWatch Logs resource, such as a log group or log stream.

{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Route53LogsToCloudWatchLogs\", \"Effect\": \"Allow\", \"Principal\": { \"Service\": [ \"route53.amazonaws.com\" ] }, \"Action\":\"logs:PutLogEvents\", \"Resource\": \"logArn\" } ] } ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "policyDocument", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "policyDocument", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyDocument", "sensitive" : false, "setterDocumentation" : "

Details of the new policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. This parameter is required.

The following example creates a resource policy enabling the Route 53 service to put DNS query logs in to the specified log group. Replace \"logArn\" with the ARN of your CloudWatch Logs resource, such as a log group or log stream.

{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Route53LogsToCloudWatchLogs\", \"Effect\": \"Allow\", \"Principal\": { \"Service\": [ \"route53.amazonaws.com\" ] }, \"Action\":\"logs:PutLogEvents\", \"Resource\": \"logArn\" } ] }

\n@param policyDocument Details of the new policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. This parameter is required.

The following example creates a resource policy enabling the Route 53 service to put DNS query logs in to the specified log group. Replace \"logArn\" with the ARN of your CloudWatch Logs resource, such as a log group or log stream.

{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Route53LogsToCloudWatchLogs\", \"Effect\": \"Allow\", \"Principal\": { \"Service\": [ \"route53.amazonaws.com\" ] }, \"Action\":\"logs:PutLogEvents\", \"Resource\": \"logArn\" } ] } ", "setterMethodName" : "setPolicyDocument", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyDocument", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyDocument", "variableType" : "String", "documentation" : "

Details of the new policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. This parameter is required.

The following example creates a resource policy enabling the Route 53 service to put DNS query logs in to the specified log group. Replace \"logArn\" with the ARN of your CloudWatch Logs resource, such as a log group or log stream.

{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Route53LogsToCloudWatchLogs\", \"Effect\": \"Allow\", \"Principal\": { \"Service\": [ \"route53.amazonaws.com\" ] }, \"Action\":\"logs:PutLogEvents\", \"Resource\": \"logArn\" } ] }

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PolicyName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyName", "beanStyleSetterMethodName" : "setPolicyName", "c2jName" : "policyName", "c2jShape" : "PolicyName", "defaultConsumerFluentSetterDocumentation" : "

Name of the new policy. This parameter is required.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyName(String)}.\n@param policyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of the new policy. This parameter is required.

\n@return Name of the new policy. This parameter is required.\n@deprecated Use {@link #policyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the new policy. This parameter is required.

\n@param policyName Name of the new policy. This parameter is required.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policyName(String)}\n", "documentation" : "

Name of the new policy. This parameter is required.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyName", "fluentSetterDocumentation" : "

Name of the new policy. This parameter is required.

\n@param policyName Name of the new policy. This parameter is required.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyName", "getterDocumentation" : "

Name of the new policy. This parameter is required.

\n@return Name of the new policy. This parameter is required.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "policyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "policyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyName", "sensitive" : false, "setterDocumentation" : "

Name of the new policy. This parameter is required.

\n@param policyName Name of the new policy. This parameter is required.", "setterMethodName" : "setPolicyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "

Name of the new policy. This parameter is required.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyName", "beanStyleSetterMethodName" : "setPolicyName", "c2jName" : "policyName", "c2jShape" : "PolicyName", "defaultConsumerFluentSetterDocumentation" : "

Name of the new policy. This parameter is required.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyName(String)}.\n@param policyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of the new policy. This parameter is required.

\n@return Name of the new policy. This parameter is required.\n@deprecated Use {@link #policyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the new policy. This parameter is required.

\n@param policyName Name of the new policy. This parameter is required.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policyName(String)}\n", "documentation" : "

Name of the new policy. This parameter is required.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyName", "fluentSetterDocumentation" : "

Name of the new policy. This parameter is required.

\n@param policyName Name of the new policy. This parameter is required.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyName", "getterDocumentation" : "

Name of the new policy. This parameter is required.

\n@return Name of the new policy. This parameter is required.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "policyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "policyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyName", "sensitive" : false, "setterDocumentation" : "

Name of the new policy. This parameter is required.

\n@param policyName Name of the new policy. This parameter is required.", "setterMethodName" : "setPolicyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "

Name of the new policy. This parameter is required.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyDocument", "beanStyleSetterMethodName" : "setPolicyDocument", "c2jName" : "policyDocument", "c2jShape" : "PolicyDocument", "defaultConsumerFluentSetterDocumentation" : "

Details of the new policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. This parameter is required.

The following example creates a resource policy enabling the Route 53 service to put DNS query logs in to the specified log group. Replace \"logArn\" with the ARN of your CloudWatch Logs resource, such as a log group or log stream.

{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Route53LogsToCloudWatchLogs\", \"Effect\": \"Allow\", \"Principal\": { \"Service\": [ \"route53.amazonaws.com\" ] }, \"Action\":\"logs:PutLogEvents\", \"Resource\": \"logArn\" } ] }

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyDocument(String)}.\n@param policyDocument a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyDocument(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Details of the new policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. This parameter is required.

The following example creates a resource policy enabling the Route 53 service to put DNS query logs in to the specified log group. Replace \"logArn\" with the ARN of your CloudWatch Logs resource, such as a log group or log stream.

{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Route53LogsToCloudWatchLogs\", \"Effect\": \"Allow\", \"Principal\": { \"Service\": [ \"route53.amazonaws.com\" ] }, \"Action\":\"logs:PutLogEvents\", \"Resource\": \"logArn\" } ] }

\n@return Details of the new policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. This parameter is required.

The following example creates a resource policy enabling the Route 53 service to put DNS query logs in to the specified log group. Replace \"logArn\" with the ARN of your CloudWatch Logs resource, such as a log group or log stream.

{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Route53LogsToCloudWatchLogs\", \"Effect\": \"Allow\", \"Principal\": { \"Service\": [ \"route53.amazonaws.com\" ] }, \"Action\":\"logs:PutLogEvents\", \"Resource\": \"logArn\" } ] } \n@deprecated Use {@link #policyDocument()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Details of the new policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. This parameter is required.

The following example creates a resource policy enabling the Route 53 service to put DNS query logs in to the specified log group. Replace \"logArn\" with the ARN of your CloudWatch Logs resource, such as a log group or log stream.

{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Route53LogsToCloudWatchLogs\", \"Effect\": \"Allow\", \"Principal\": { \"Service\": [ \"route53.amazonaws.com\" ] }, \"Action\":\"logs:PutLogEvents\", \"Resource\": \"logArn\" } ] }

\n@param policyDocument Details of the new policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. This parameter is required.

The following example creates a resource policy enabling the Route 53 service to put DNS query logs in to the specified log group. Replace \"logArn\" with the ARN of your CloudWatch Logs resource, such as a log group or log stream.

{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Route53LogsToCloudWatchLogs\", \"Effect\": \"Allow\", \"Principal\": { \"Service\": [ \"route53.amazonaws.com\" ] }, \"Action\":\"logs:PutLogEvents\", \"Resource\": \"logArn\" } ] } \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policyDocument(String)}\n", "documentation" : "

Details of the new policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. This parameter is required.

The following example creates a resource policy enabling the Route 53 service to put DNS query logs in to the specified log group. Replace \"logArn\" with the ARN of your CloudWatch Logs resource, such as a log group or log stream.

{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Route53LogsToCloudWatchLogs\", \"Effect\": \"Allow\", \"Principal\": { \"Service\": [ \"route53.amazonaws.com\" ] }, \"Action\":\"logs:PutLogEvents\", \"Resource\": \"logArn\" } ] }

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyDocument property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyDocument", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyDocument", "fluentSetterDocumentation" : "

Details of the new policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. This parameter is required.

The following example creates a resource policy enabling the Route 53 service to put DNS query logs in to the specified log group. Replace \"logArn\" with the ARN of your CloudWatch Logs resource, such as a log group or log stream.

{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Route53LogsToCloudWatchLogs\", \"Effect\": \"Allow\", \"Principal\": { \"Service\": [ \"route53.amazonaws.com\" ] }, \"Action\":\"logs:PutLogEvents\", \"Resource\": \"logArn\" } ] }

\n@param policyDocument Details of the new policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. This parameter is required.

The following example creates a resource policy enabling the Route 53 service to put DNS query logs in to the specified log group. Replace \"logArn\" with the ARN of your CloudWatch Logs resource, such as a log group or log stream.

{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Route53LogsToCloudWatchLogs\", \"Effect\": \"Allow\", \"Principal\": { \"Service\": [ \"route53.amazonaws.com\" ] }, \"Action\":\"logs:PutLogEvents\", \"Resource\": \"logArn\" } ] } \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyDocument", "getterDocumentation" : "

Details of the new policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. This parameter is required.

The following example creates a resource policy enabling the Route 53 service to put DNS query logs in to the specified log group. Replace \"logArn\" with the ARN of your CloudWatch Logs resource, such as a log group or log stream.

{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Route53LogsToCloudWatchLogs\", \"Effect\": \"Allow\", \"Principal\": { \"Service\": [ \"route53.amazonaws.com\" ] }, \"Action\":\"logs:PutLogEvents\", \"Resource\": \"logArn\" } ] }

\n@return Details of the new policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. This parameter is required.

The following example creates a resource policy enabling the Route 53 service to put DNS query logs in to the specified log group. Replace \"logArn\" with the ARN of your CloudWatch Logs resource, such as a log group or log stream.

{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Route53LogsToCloudWatchLogs\", \"Effect\": \"Allow\", \"Principal\": { \"Service\": [ \"route53.amazonaws.com\" ] }, \"Action\":\"logs:PutLogEvents\", \"Resource\": \"logArn\" } ] } ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "policyDocument", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "policyDocument", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyDocument", "sensitive" : false, "setterDocumentation" : "

Details of the new policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. This parameter is required.

The following example creates a resource policy enabling the Route 53 service to put DNS query logs in to the specified log group. Replace \"logArn\" with the ARN of your CloudWatch Logs resource, such as a log group or log stream.

{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Route53LogsToCloudWatchLogs\", \"Effect\": \"Allow\", \"Principal\": { \"Service\": [ \"route53.amazonaws.com\" ] }, \"Action\":\"logs:PutLogEvents\", \"Resource\": \"logArn\" } ] }

\n@param policyDocument Details of the new policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. This parameter is required.

The following example creates a resource policy enabling the Route 53 service to put DNS query logs in to the specified log group. Replace \"logArn\" with the ARN of your CloudWatch Logs resource, such as a log group or log stream.

{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Route53LogsToCloudWatchLogs\", \"Effect\": \"Allow\", \"Principal\": { \"Service\": [ \"route53.amazonaws.com\" ] }, \"Action\":\"logs:PutLogEvents\", \"Resource\": \"logArn\" } ] } ", "setterMethodName" : "setPolicyDocument", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyDocument", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyDocument", "variableType" : "String", "documentation" : "

Details of the new policy, including the identity of the principal that is enabled to put logs to this account. This is formatted as a JSON string. This parameter is required.

The following example creates a resource policy enabling the Route 53 service to put DNS query logs in to the specified log group. Replace \"logArn\" with the ARN of your CloudWatch Logs resource, such as a log group or log stream.

{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Sid\": \"Route53LogsToCloudWatchLogs\", \"Effect\": \"Allow\", \"Principal\": { \"Service\": [ \"route53.amazonaws.com\" ] }, \"Action\":\"logs:PutLogEvents\", \"Resource\": \"logArn\" } ] }

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PutResourcePolicyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PutResourcePolicyRequest", "variableName" : "putResourcePolicyRequest", "variableType" : "PutResourcePolicyRequest", "documentation" : null, "simpleType" : "PutResourcePolicyRequest", "variableSetterType" : "PutResourcePolicyRequest" }, "wrapper" : false, "xmlNamespace" : null }, "PutResourcePolicyResponse" : { "c2jName" : "PutResourcePolicyResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourcePolicy", "beanStyleSetterMethodName" : "setResourcePolicy", "c2jName" : "resourcePolicy", "c2jShape" : "ResourcePolicy", "defaultConsumerFluentSetterDocumentation" : "

The new policy.

\nThis is a convenience that creates an instance of the {@link ResourcePolicy.Builder} avoiding the need to create one manually via {@link ResourcePolicy#builder()}.\n\nWhen the {@link Consumer} completes, {@link ResourcePolicy.Builder#build()} is called immediately and its result is passed to {@link #resourcePolicy(ResourcePolicy)}.\n@param resourcePolicy a consumer that will call methods on {@link ResourcePolicy.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourcePolicy(ResourcePolicy)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The new policy.

\n@return The new policy.\n@deprecated Use {@link #resourcePolicy()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The new policy.

\n@param resourcePolicy The new policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourcePolicy(ResourcePolicy)}\n", "documentation" : "

The new policy.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourcePolicy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourcePolicy", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourcePolicy", "fluentSetterDocumentation" : "

The new policy.

\n@param resourcePolicy The new policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourcePolicy", "getterDocumentation" : "

The new policy.

\n@return The new policy.", "getterModel" : { "returnType" : "ResourcePolicy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourcePolicy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourcePolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ResourcePolicy", "sensitive" : false, "setterDocumentation" : "

The new policy.

\n@param resourcePolicy The new policy.", "setterMethodName" : "setResourcePolicy", "setterModel" : { "variableDeclarationType" : "ResourcePolicy", "variableName" : "resourcePolicy", "variableType" : "ResourcePolicy", "documentation" : null, "simpleType" : "ResourcePolicy", "variableSetterType" : "ResourcePolicy" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ResourcePolicy", "variableName" : "resourcePolicy", "variableType" : "ResourcePolicy", "documentation" : "

The new policy.

", "simpleType" : "ResourcePolicy", "variableSetterType" : "ResourcePolicy" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourcePolicy" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourcePolicy", "beanStyleSetterMethodName" : "setResourcePolicy", "c2jName" : "resourcePolicy", "c2jShape" : "ResourcePolicy", "defaultConsumerFluentSetterDocumentation" : "

The new policy.

\nThis is a convenience that creates an instance of the {@link ResourcePolicy.Builder} avoiding the need to create one manually via {@link ResourcePolicy#builder()}.\n\nWhen the {@link Consumer} completes, {@link ResourcePolicy.Builder#build()} is called immediately and its result is passed to {@link #resourcePolicy(ResourcePolicy)}.\n@param resourcePolicy a consumer that will call methods on {@link ResourcePolicy.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourcePolicy(ResourcePolicy)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The new policy.

\n@return The new policy.\n@deprecated Use {@link #resourcePolicy()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The new policy.

\n@param resourcePolicy The new policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourcePolicy(ResourcePolicy)}\n", "documentation" : "

The new policy.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourcePolicy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourcePolicy", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourcePolicy", "fluentSetterDocumentation" : "

The new policy.

\n@param resourcePolicy The new policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourcePolicy", "getterDocumentation" : "

The new policy.

\n@return The new policy.", "getterModel" : { "returnType" : "ResourcePolicy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourcePolicy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourcePolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ResourcePolicy", "sensitive" : false, "setterDocumentation" : "

The new policy.

\n@param resourcePolicy The new policy.", "setterMethodName" : "setResourcePolicy", "setterModel" : { "variableDeclarationType" : "ResourcePolicy", "variableName" : "resourcePolicy", "variableType" : "ResourcePolicy", "documentation" : null, "simpleType" : "ResourcePolicy", "variableSetterType" : "ResourcePolicy" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ResourcePolicy", "variableName" : "resourcePolicy", "variableType" : "ResourcePolicy", "documentation" : "

The new policy.

", "simpleType" : "ResourcePolicy", "variableSetterType" : "ResourcePolicy" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourcePolicy", "beanStyleSetterMethodName" : "setResourcePolicy", "c2jName" : "resourcePolicy", "c2jShape" : "ResourcePolicy", "defaultConsumerFluentSetterDocumentation" : "

The new policy.

\nThis is a convenience that creates an instance of the {@link ResourcePolicy.Builder} avoiding the need to create one manually via {@link ResourcePolicy#builder()}.\n\nWhen the {@link Consumer} completes, {@link ResourcePolicy.Builder#build()} is called immediately and its result is passed to {@link #resourcePolicy(ResourcePolicy)}.\n@param resourcePolicy a consumer that will call methods on {@link ResourcePolicy.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourcePolicy(ResourcePolicy)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The new policy.

\n@return The new policy.\n@deprecated Use {@link #resourcePolicy()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The new policy.

\n@param resourcePolicy The new policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourcePolicy(ResourcePolicy)}\n", "documentation" : "

The new policy.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourcePolicy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourcePolicy", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourcePolicy", "fluentSetterDocumentation" : "

The new policy.

\n@param resourcePolicy The new policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourcePolicy", "getterDocumentation" : "

The new policy.

\n@return The new policy.", "getterModel" : { "returnType" : "ResourcePolicy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourcePolicy", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourcePolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ResourcePolicy", "sensitive" : false, "setterDocumentation" : "

The new policy.

\n@param resourcePolicy The new policy.", "setterMethodName" : "setResourcePolicy", "setterModel" : { "variableDeclarationType" : "ResourcePolicy", "variableName" : "resourcePolicy", "variableType" : "ResourcePolicy", "documentation" : null, "simpleType" : "ResourcePolicy", "variableSetterType" : "ResourcePolicy" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ResourcePolicy", "variableName" : "resourcePolicy", "variableType" : "ResourcePolicy", "documentation" : "

The new policy.

", "simpleType" : "ResourcePolicy", "variableSetterType" : "ResourcePolicy" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PutResourcePolicyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PutResourcePolicyResponse", "variableName" : "putResourcePolicyResponse", "variableType" : "PutResourcePolicyResponse", "documentation" : null, "simpleType" : "PutResourcePolicyResponse", "variableSetterType" : "PutResourcePolicyResponse" }, "wrapper" : false, "xmlNamespace" : null }, "PutRetentionPolicyRequest" : { "c2jName" : "PutRetentionPolicyRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "PutRetentionPolicy", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.PutRetentionPolicy", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionInDays", "beanStyleSetterMethodName" : "setRetentionInDays", "c2jName" : "retentionInDays", "c2jShape" : "Days", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the RetentionInDays property for this object.\n\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #retentionInDays(Integer)}.\n@param retentionInDays a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionInDays(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the RetentionInDays property for this object.\n@return The value of the RetentionInDays property for this object.\n@deprecated Use {@link #retentionInDays()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the RetentionInDays property for this object.\n\n@param retentionInDays The new value for the RetentionInDays property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionInDays(Integer)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionInDays property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRetentionInDays", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionInDays", "fluentSetterDocumentation" : "Sets the value of the RetentionInDays property for this object.\n\n@param retentionInDays The new value for the RetentionInDays property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionInDays", "getterDocumentation" : "Returns the value of the RetentionInDays property for this object.\n@return The value of the RetentionInDays property for this object.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionInDays", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionInDays", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "RetentionInDays", "sensitive" : false, "setterDocumentation" : "Sets the value of the RetentionInDays property for this object.\n\n@param retentionInDays The new value for the RetentionInDays property for this object.", "setterMethodName" : "setRetentionInDays", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "retentionInDays", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "retentionInDays", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LogGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RetentionInDays" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionInDays", "beanStyleSetterMethodName" : "setRetentionInDays", "c2jName" : "retentionInDays", "c2jShape" : "Days", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the RetentionInDays property for this object.\n\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #retentionInDays(Integer)}.\n@param retentionInDays a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionInDays(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the RetentionInDays property for this object.\n@return The value of the RetentionInDays property for this object.\n@deprecated Use {@link #retentionInDays()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the RetentionInDays property for this object.\n\n@param retentionInDays The new value for the RetentionInDays property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionInDays(Integer)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionInDays property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRetentionInDays", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionInDays", "fluentSetterDocumentation" : "Sets the value of the RetentionInDays property for this object.\n\n@param retentionInDays The new value for the RetentionInDays property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionInDays", "getterDocumentation" : "Returns the value of the RetentionInDays property for this object.\n@return The value of the RetentionInDays property for this object.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionInDays", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionInDays", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "RetentionInDays", "sensitive" : false, "setterDocumentation" : "Sets the value of the RetentionInDays property for this object.\n\n@param retentionInDays The new value for the RetentionInDays property for this object.", "setterMethodName" : "setRetentionInDays", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "retentionInDays", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "retentionInDays", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRetentionInDays", "beanStyleSetterMethodName" : "setRetentionInDays", "c2jName" : "retentionInDays", "c2jShape" : "Days", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the RetentionInDays property for this object.\n\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #retentionInDays(Integer)}.\n@param retentionInDays a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #retentionInDays(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the RetentionInDays property for this object.\n@return The value of the RetentionInDays property for this object.\n@deprecated Use {@link #retentionInDays()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the RetentionInDays property for this object.\n\n@param retentionInDays The new value for the RetentionInDays property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #retentionInDays(Integer)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RetentionInDays property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRetentionInDays", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "retentionInDays", "fluentSetterDocumentation" : "Sets the value of the RetentionInDays property for this object.\n\n@param retentionInDays The new value for the RetentionInDays property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "retentionInDays", "getterDocumentation" : "Returns the value of the RetentionInDays property for this object.\n@return The value of the RetentionInDays property for this object.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "retentionInDays", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "retentionInDays", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "RetentionInDays", "sensitive" : false, "setterDocumentation" : "Sets the value of the RetentionInDays property for this object.\n\n@param retentionInDays The new value for the RetentionInDays property for this object.", "setterMethodName" : "setRetentionInDays", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "retentionInDays", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "retentionInDays", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "logGroupName", "retentionInDays" ], "shapeName" : "PutRetentionPolicyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PutRetentionPolicyRequest", "variableName" : "putRetentionPolicyRequest", "variableType" : "PutRetentionPolicyRequest", "documentation" : null, "simpleType" : "PutRetentionPolicyRequest", "variableSetterType" : "PutRetentionPolicyRequest" }, "wrapper" : false, "xmlNamespace" : null }, "PutRetentionPolicyResponse" : { "c2jName" : "PutRetentionPolicyResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PutRetentionPolicyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PutRetentionPolicyResponse", "variableName" : "putRetentionPolicyResponse", "variableType" : "PutRetentionPolicyResponse", "documentation" : null, "simpleType" : "PutRetentionPolicyResponse", "variableSetterType" : "PutRetentionPolicyResponse" }, "wrapper" : false, "xmlNamespace" : null }, "PutSubscriptionFilterRequest" : { "c2jName" : "PutSubscriptionFilterRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "PutSubscriptionFilter", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.PutSubscriptionFilter", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

The name of the log group.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the log group.

\n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

The name of the log group.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

The name of the log group.

\n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

The name of the log group.

\n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

The name of the log group.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterName", "beanStyleSetterMethodName" : "setFilterName", "c2jName" : "filterName", "c2jShape" : "FilterName", "defaultConsumerFluentSetterDocumentation" : "

A name for the subscription filter. If you are updating an existing filter, you must specify the correct name in filterName. Otherwise, the call fails because you cannot associate a second filter with a log group. To find the name of the filter currently associated with a log group, use DescribeSubscriptionFilters.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterName(String)}.\n@param filterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A name for the subscription filter. If you are updating an existing filter, you must specify the correct name in filterName. Otherwise, the call fails because you cannot associate a second filter with a log group. To find the name of the filter currently associated with a log group, use DescribeSubscriptionFilters.

\n@return A name for the subscription filter. If you are updating an existing filter, you must specify the correct name in filterName. Otherwise, the call fails because you cannot associate a second filter with a log group. To find the name of the filter currently associated with a log group, use DescribeSubscriptionFilters.\n@deprecated Use {@link #filterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A name for the subscription filter. If you are updating an existing filter, you must specify the correct name in filterName. Otherwise, the call fails because you cannot associate a second filter with a log group. To find the name of the filter currently associated with a log group, use DescribeSubscriptionFilters.

\n@param filterName A name for the subscription filter. If you are updating an existing filter, you must specify the correct name in filterName. Otherwise, the call fails because you cannot associate a second filter with a log group. To find the name of the filter currently associated with a log group, use DescribeSubscriptionFilters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterName(String)}\n", "documentation" : "

A name for the subscription filter. If you are updating an existing filter, you must specify the correct name in filterName. Otherwise, the call fails because you cannot associate a second filter with a log group. To find the name of the filter currently associated with a log group, use DescribeSubscriptionFilters.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterName", "fluentSetterDocumentation" : "

A name for the subscription filter. If you are updating an existing filter, you must specify the correct name in filterName. Otherwise, the call fails because you cannot associate a second filter with a log group. To find the name of the filter currently associated with a log group, use DescribeSubscriptionFilters.

\n@param filterName A name for the subscription filter. If you are updating an existing filter, you must specify the correct name in filterName. Otherwise, the call fails because you cannot associate a second filter with a log group. To find the name of the filter currently associated with a log group, use DescribeSubscriptionFilters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterName", "getterDocumentation" : "

A name for the subscription filter. If you are updating an existing filter, you must specify the correct name in filterName. Otherwise, the call fails because you cannot associate a second filter with a log group. To find the name of the filter currently associated with a log group, use DescribeSubscriptionFilters.

\n@return A name for the subscription filter. If you are updating an existing filter, you must specify the correct name in filterName. Otherwise, the call fails because you cannot associate a second filter with a log group. To find the name of the filter currently associated with a log group, use DescribeSubscriptionFilters.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterName", "sensitive" : false, "setterDocumentation" : "

A name for the subscription filter. If you are updating an existing filter, you must specify the correct name in filterName. Otherwise, the call fails because you cannot associate a second filter with a log group. To find the name of the filter currently associated with a log group, use DescribeSubscriptionFilters.

\n@param filterName A name for the subscription filter. If you are updating an existing filter, you must specify the correct name in filterName. Otherwise, the call fails because you cannot associate a second filter with a log group. To find the name of the filter currently associated with a log group, use DescribeSubscriptionFilters.", "setterMethodName" : "setFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : "

A name for the subscription filter. If you are updating an existing filter, you must specify the correct name in filterName. Otherwise, the call fails because you cannot associate a second filter with a log group. To find the name of the filter currently associated with a log group, use DescribeSubscriptionFilters.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterPattern", "beanStyleSetterMethodName" : "setFilterPattern", "c2jName" : "filterPattern", "c2jShape" : "FilterPattern", "defaultConsumerFluentSetterDocumentation" : "

A filter pattern for subscribing to a filtered stream of log events.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterPattern(String)}.\n@param filterPattern a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterPattern(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A filter pattern for subscribing to a filtered stream of log events.

\n@return A filter pattern for subscribing to a filtered stream of log events.\n@deprecated Use {@link #filterPattern()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A filter pattern for subscribing to a filtered stream of log events.

\n@param filterPattern A filter pattern for subscribing to a filtered stream of log events.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterPattern(String)}\n", "documentation" : "

A filter pattern for subscribing to a filtered stream of log events.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterPattern property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterPattern", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterPattern", "fluentSetterDocumentation" : "

A filter pattern for subscribing to a filtered stream of log events.

\n@param filterPattern A filter pattern for subscribing to a filtered stream of log events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterPattern", "getterDocumentation" : "

A filter pattern for subscribing to a filtered stream of log events.

\n@return A filter pattern for subscribing to a filtered stream of log events.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterPattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterPattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterPattern", "sensitive" : false, "setterDocumentation" : "

A filter pattern for subscribing to a filtered stream of log events.

\n@param filterPattern A filter pattern for subscribing to a filtered stream of log events.", "setterMethodName" : "setFilterPattern", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterPattern", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterPattern", "variableType" : "String", "documentation" : "

A filter pattern for subscribing to a filtered stream of log events.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestinationArn", "beanStyleSetterMethodName" : "setDestinationArn", "c2jName" : "destinationArn", "c2jShape" : "DestinationArn", "defaultConsumerFluentSetterDocumentation" : "

The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:

  • An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.

  • A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.

  • An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.

  • An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationArn(String)}.\n@param destinationArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:

  • An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.

  • A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.

  • An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.

  • An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.

\n@return The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:

  • An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.

  • A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.

  • An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.

  • An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.

  • \n@deprecated Use {@link #destinationArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

    The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:

    • An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.

    • A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.

    • An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.

    • An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.

    \n@param destinationArn The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:

    • An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.

    • A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.

    • An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.

    • An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.

    • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destinationArn(String)}\n", "documentation" : "

      The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:

      • An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.

      • A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.

      • An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.

      • An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.

      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DestinationArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestinationArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destinationArn", "fluentSetterDocumentation" : "

      The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:

      • An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.

      • A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.

      • An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.

      • An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.

      \n@param destinationArn The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:

      • An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.

      • A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.

      • An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.

      • An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.

      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationArn", "getterDocumentation" : "

        The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:

        • An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.

        • A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.

        • An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.

        • An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.

        \n@return The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:

        • An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.

        • A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.

        • An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.

        • An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.

        • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destinationArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destinationArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DestinationArn", "sensitive" : false, "setterDocumentation" : "

          The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:

          • An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.

          • A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.

          • An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.

          • An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.

          \n@param destinationArn The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:

          • An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.

          • A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.

          • An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.

          • An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.

          • ", "setterMethodName" : "setDestinationArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destinationArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "destinationArn", "variableType" : "String", "documentation" : "

            The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:

            • An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.

            • A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.

            • An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.

            • An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.

            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

            The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.

            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleArn(String)}.\n@param roleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

            The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.

            \n@return The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.\n@deprecated Use {@link #roleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

            The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.

            \n@param roleArn The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n", "documentation" : "

            The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.

            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

            The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.

            \n@param roleArn The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

            The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.

            \n@return The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

            The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.

            \n@param roleArn The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

            The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.

            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistribution", "beanStyleSetterMethodName" : "setDistribution", "c2jName" : "distribution", "c2jShape" : "Distribution", "defaultConsumerFluentSetterDocumentation" : "

            The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.

            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #distributionAsString(String)}.\n@param distribution a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distribution(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

            The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.

            \n

            \nIf the service returns an enum value that is not available in the current SDK version, {@link #distribution} will return {@link Distribution#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #distributionAsString}.\n

            \n@return The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.\n@see Distribution\n@deprecated Use {@link #distributionAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

            The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.

            \n@param distribution The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.\n@see Distribution\n@return Returns a reference to this object so that method calls can be chained together.\n@see Distribution\n@deprecated Use {@link #distribution(String)}\n", "documentation" : "

            The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.

            ", "endpointDiscoveryId" : false, "enumType" : "Distribution", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Distribution property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistribution", "fluentEnumGetterMethodName" : "distribution", "fluentEnumSetterMethodName" : "distribution", "fluentGetterMethodName" : "distributionAsString", "fluentSetterDocumentation" : "

            The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.

            \n@param distribution The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.\n@see Distribution\n@return Returns a reference to this object so that method calls can be chained together.\n@see Distribution", "fluentSetterMethodName" : "distribution", "getterDocumentation" : "

            The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.

            \n

            \nIf the service returns an enum value that is not available in the current SDK version, {@link #distribution} will return {@link Distribution#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #distributionAsString}.\n

            \n@return The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.\n@see Distribution", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "distribution", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "distribution", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Distribution", "sensitive" : false, "setterDocumentation" : "

            The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.

            \n@param distribution The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.\n@see Distribution", "setterMethodName" : "setDistribution", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "distribution", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "distribution", "variableType" : "String", "documentation" : "

            The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.

            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DestinationArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestinationArn", "beanStyleSetterMethodName" : "setDestinationArn", "c2jName" : "destinationArn", "c2jShape" : "DestinationArn", "defaultConsumerFluentSetterDocumentation" : "

            The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:

            • An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.

            • A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.

            • An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.

            • An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.

            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationArn(String)}.\n@param destinationArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

            The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:

            • An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.

            • A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.

            • An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.

            • An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.

            \n@return The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:

            • An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.

            • A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.

            • An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.

            • An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.

            • \n@deprecated Use {@link #destinationArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

              The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:

              • An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.

              • A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.

              • An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.

              • An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.

              \n@param destinationArn The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:

              • An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.

              • A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.

              • An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.

              • An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.

              • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destinationArn(String)}\n", "documentation" : "

                The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:

                • An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.

                • A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.

                • An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.

                • An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.

                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DestinationArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestinationArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destinationArn", "fluentSetterDocumentation" : "

                The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:

                • An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.

                • A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.

                • An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.

                • An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.

                \n@param destinationArn The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:

                • An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.

                • A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.

                • An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.

                • An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.

                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationArn", "getterDocumentation" : "

                  The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:

                  • An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.

                  • A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.

                  • An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.

                  • An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.

                  \n@return The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:

                  • An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.

                  • A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.

                  • An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.

                  • An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.

                  • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destinationArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destinationArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DestinationArn", "sensitive" : false, "setterDocumentation" : "

                    The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:

                    • An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.

                    • A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.

                    • An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.

                    • An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.

                    \n@param destinationArn The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:

                    • An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.

                    • A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.

                    • An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.

                    • An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.

                    • ", "setterMethodName" : "setDestinationArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destinationArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "destinationArn", "variableType" : "String", "documentation" : "

                      The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:

                      • An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.

                      • A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.

                      • An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.

                      • An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Distribution" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistribution", "beanStyleSetterMethodName" : "setDistribution", "c2jName" : "distribution", "c2jShape" : "Distribution", "defaultConsumerFluentSetterDocumentation" : "

                      The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.

                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #distributionAsString(String)}.\n@param distribution a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distribution(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                      The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.

                      \n

                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #distribution} will return {@link Distribution#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #distributionAsString}.\n

                      \n@return The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.\n@see Distribution\n@deprecated Use {@link #distributionAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.

                      \n@param distribution The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.\n@see Distribution\n@return Returns a reference to this object so that method calls can be chained together.\n@see Distribution\n@deprecated Use {@link #distribution(String)}\n", "documentation" : "

                      The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.

                      ", "endpointDiscoveryId" : false, "enumType" : "Distribution", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Distribution property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistribution", "fluentEnumGetterMethodName" : "distribution", "fluentEnumSetterMethodName" : "distribution", "fluentGetterMethodName" : "distributionAsString", "fluentSetterDocumentation" : "

                      The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.

                      \n@param distribution The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.\n@see Distribution\n@return Returns a reference to this object so that method calls can be chained together.\n@see Distribution", "fluentSetterMethodName" : "distribution", "getterDocumentation" : "

                      The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.

                      \n

                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #distribution} will return {@link Distribution#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #distributionAsString}.\n

                      \n@return The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.\n@see Distribution", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "distribution", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "distribution", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Distribution", "sensitive" : false, "setterDocumentation" : "

                      The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.

                      \n@param distribution The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.\n@see Distribution", "setterMethodName" : "setDistribution", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "distribution", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "distribution", "variableType" : "String", "documentation" : "

                      The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FilterName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterName", "beanStyleSetterMethodName" : "setFilterName", "c2jName" : "filterName", "c2jShape" : "FilterName", "defaultConsumerFluentSetterDocumentation" : "

                      A name for the subscription filter. If you are updating an existing filter, you must specify the correct name in filterName. Otherwise, the call fails because you cannot associate a second filter with a log group. To find the name of the filter currently associated with a log group, use DescribeSubscriptionFilters.

                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterName(String)}.\n@param filterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                      A name for the subscription filter. If you are updating an existing filter, you must specify the correct name in filterName. Otherwise, the call fails because you cannot associate a second filter with a log group. To find the name of the filter currently associated with a log group, use DescribeSubscriptionFilters.

                      \n@return A name for the subscription filter. If you are updating an existing filter, you must specify the correct name in filterName. Otherwise, the call fails because you cannot associate a second filter with a log group. To find the name of the filter currently associated with a log group, use DescribeSubscriptionFilters.\n@deprecated Use {@link #filterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      A name for the subscription filter. If you are updating an existing filter, you must specify the correct name in filterName. Otherwise, the call fails because you cannot associate a second filter with a log group. To find the name of the filter currently associated with a log group, use DescribeSubscriptionFilters.

                      \n@param filterName A name for the subscription filter. If you are updating an existing filter, you must specify the correct name in filterName. Otherwise, the call fails because you cannot associate a second filter with a log group. To find the name of the filter currently associated with a log group, use DescribeSubscriptionFilters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterName(String)}\n", "documentation" : "

                      A name for the subscription filter. If you are updating an existing filter, you must specify the correct name in filterName. Otherwise, the call fails because you cannot associate a second filter with a log group. To find the name of the filter currently associated with a log group, use DescribeSubscriptionFilters.

                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterName", "fluentSetterDocumentation" : "

                      A name for the subscription filter. If you are updating an existing filter, you must specify the correct name in filterName. Otherwise, the call fails because you cannot associate a second filter with a log group. To find the name of the filter currently associated with a log group, use DescribeSubscriptionFilters.

                      \n@param filterName A name for the subscription filter. If you are updating an existing filter, you must specify the correct name in filterName. Otherwise, the call fails because you cannot associate a second filter with a log group. To find the name of the filter currently associated with a log group, use DescribeSubscriptionFilters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterName", "getterDocumentation" : "

                      A name for the subscription filter. If you are updating an existing filter, you must specify the correct name in filterName. Otherwise, the call fails because you cannot associate a second filter with a log group. To find the name of the filter currently associated with a log group, use DescribeSubscriptionFilters.

                      \n@return A name for the subscription filter. If you are updating an existing filter, you must specify the correct name in filterName. Otherwise, the call fails because you cannot associate a second filter with a log group. To find the name of the filter currently associated with a log group, use DescribeSubscriptionFilters.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterName", "sensitive" : false, "setterDocumentation" : "

                      A name for the subscription filter. If you are updating an existing filter, you must specify the correct name in filterName. Otherwise, the call fails because you cannot associate a second filter with a log group. To find the name of the filter currently associated with a log group, use DescribeSubscriptionFilters.

                      \n@param filterName A name for the subscription filter. If you are updating an existing filter, you must specify the correct name in filterName. Otherwise, the call fails because you cannot associate a second filter with a log group. To find the name of the filter currently associated with a log group, use DescribeSubscriptionFilters.", "setterMethodName" : "setFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : "

                      A name for the subscription filter. If you are updating an existing filter, you must specify the correct name in filterName. Otherwise, the call fails because you cannot associate a second filter with a log group. To find the name of the filter currently associated with a log group, use DescribeSubscriptionFilters.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FilterPattern" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterPattern", "beanStyleSetterMethodName" : "setFilterPattern", "c2jName" : "filterPattern", "c2jShape" : "FilterPattern", "defaultConsumerFluentSetterDocumentation" : "

                      A filter pattern for subscribing to a filtered stream of log events.

                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterPattern(String)}.\n@param filterPattern a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterPattern(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                      A filter pattern for subscribing to a filtered stream of log events.

                      \n@return A filter pattern for subscribing to a filtered stream of log events.\n@deprecated Use {@link #filterPattern()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      A filter pattern for subscribing to a filtered stream of log events.

                      \n@param filterPattern A filter pattern for subscribing to a filtered stream of log events.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterPattern(String)}\n", "documentation" : "

                      A filter pattern for subscribing to a filtered stream of log events.

                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterPattern property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterPattern", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterPattern", "fluentSetterDocumentation" : "

                      A filter pattern for subscribing to a filtered stream of log events.

                      \n@param filterPattern A filter pattern for subscribing to a filtered stream of log events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterPattern", "getterDocumentation" : "

                      A filter pattern for subscribing to a filtered stream of log events.

                      \n@return A filter pattern for subscribing to a filtered stream of log events.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterPattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterPattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterPattern", "sensitive" : false, "setterDocumentation" : "

                      A filter pattern for subscribing to a filtered stream of log events.

                      \n@param filterPattern A filter pattern for subscribing to a filtered stream of log events.", "setterMethodName" : "setFilterPattern", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterPattern", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterPattern", "variableType" : "String", "documentation" : "

                      A filter pattern for subscribing to a filtered stream of log events.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LogGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

                      The name of the log group.

                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                      The name of the log group.

                      \n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The name of the log group.

                      \n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

                      The name of the log group.

                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

                      The name of the log group.

                      \n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

                      The name of the log group.

                      \n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

                      The name of the log group.

                      \n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

                      The name of the log group.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RoleArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

                      The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.

                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleArn(String)}.\n@param roleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                      The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.

                      \n@return The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.\n@deprecated Use {@link #roleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.

                      \n@param roleArn The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n", "documentation" : "

                      The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.

                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

                      The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.

                      \n@param roleArn The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

                      The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.

                      \n@return The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

                      The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.

                      \n@param roleArn The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

                      The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

                      The name of the log group.

                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                      The name of the log group.

                      \n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The name of the log group.

                      \n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

                      The name of the log group.

                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

                      The name of the log group.

                      \n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

                      The name of the log group.

                      \n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

                      The name of the log group.

                      \n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

                      The name of the log group.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterName", "beanStyleSetterMethodName" : "setFilterName", "c2jName" : "filterName", "c2jShape" : "FilterName", "defaultConsumerFluentSetterDocumentation" : "

                      A name for the subscription filter. If you are updating an existing filter, you must specify the correct name in filterName. Otherwise, the call fails because you cannot associate a second filter with a log group. To find the name of the filter currently associated with a log group, use DescribeSubscriptionFilters.

                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterName(String)}.\n@param filterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                      A name for the subscription filter. If you are updating an existing filter, you must specify the correct name in filterName. Otherwise, the call fails because you cannot associate a second filter with a log group. To find the name of the filter currently associated with a log group, use DescribeSubscriptionFilters.

                      \n@return A name for the subscription filter. If you are updating an existing filter, you must specify the correct name in filterName. Otherwise, the call fails because you cannot associate a second filter with a log group. To find the name of the filter currently associated with a log group, use DescribeSubscriptionFilters.\n@deprecated Use {@link #filterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      A name for the subscription filter. If you are updating an existing filter, you must specify the correct name in filterName. Otherwise, the call fails because you cannot associate a second filter with a log group. To find the name of the filter currently associated with a log group, use DescribeSubscriptionFilters.

                      \n@param filterName A name for the subscription filter. If you are updating an existing filter, you must specify the correct name in filterName. Otherwise, the call fails because you cannot associate a second filter with a log group. To find the name of the filter currently associated with a log group, use DescribeSubscriptionFilters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterName(String)}\n", "documentation" : "

                      A name for the subscription filter. If you are updating an existing filter, you must specify the correct name in filterName. Otherwise, the call fails because you cannot associate a second filter with a log group. To find the name of the filter currently associated with a log group, use DescribeSubscriptionFilters.

                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterName", "fluentSetterDocumentation" : "

                      A name for the subscription filter. If you are updating an existing filter, you must specify the correct name in filterName. Otherwise, the call fails because you cannot associate a second filter with a log group. To find the name of the filter currently associated with a log group, use DescribeSubscriptionFilters.

                      \n@param filterName A name for the subscription filter. If you are updating an existing filter, you must specify the correct name in filterName. Otherwise, the call fails because you cannot associate a second filter with a log group. To find the name of the filter currently associated with a log group, use DescribeSubscriptionFilters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterName", "getterDocumentation" : "

                      A name for the subscription filter. If you are updating an existing filter, you must specify the correct name in filterName. Otherwise, the call fails because you cannot associate a second filter with a log group. To find the name of the filter currently associated with a log group, use DescribeSubscriptionFilters.

                      \n@return A name for the subscription filter. If you are updating an existing filter, you must specify the correct name in filterName. Otherwise, the call fails because you cannot associate a second filter with a log group. To find the name of the filter currently associated with a log group, use DescribeSubscriptionFilters.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterName", "sensitive" : false, "setterDocumentation" : "

                      A name for the subscription filter. If you are updating an existing filter, you must specify the correct name in filterName. Otherwise, the call fails because you cannot associate a second filter with a log group. To find the name of the filter currently associated with a log group, use DescribeSubscriptionFilters.

                      \n@param filterName A name for the subscription filter. If you are updating an existing filter, you must specify the correct name in filterName. Otherwise, the call fails because you cannot associate a second filter with a log group. To find the name of the filter currently associated with a log group, use DescribeSubscriptionFilters.", "setterMethodName" : "setFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : "

                      A name for the subscription filter. If you are updating an existing filter, you must specify the correct name in filterName. Otherwise, the call fails because you cannot associate a second filter with a log group. To find the name of the filter currently associated with a log group, use DescribeSubscriptionFilters.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterPattern", "beanStyleSetterMethodName" : "setFilterPattern", "c2jName" : "filterPattern", "c2jShape" : "FilterPattern", "defaultConsumerFluentSetterDocumentation" : "

                      A filter pattern for subscribing to a filtered stream of log events.

                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterPattern(String)}.\n@param filterPattern a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterPattern(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                      A filter pattern for subscribing to a filtered stream of log events.

                      \n@return A filter pattern for subscribing to a filtered stream of log events.\n@deprecated Use {@link #filterPattern()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      A filter pattern for subscribing to a filtered stream of log events.

                      \n@param filterPattern A filter pattern for subscribing to a filtered stream of log events.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterPattern(String)}\n", "documentation" : "

                      A filter pattern for subscribing to a filtered stream of log events.

                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterPattern property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterPattern", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterPattern", "fluentSetterDocumentation" : "

                      A filter pattern for subscribing to a filtered stream of log events.

                      \n@param filterPattern A filter pattern for subscribing to a filtered stream of log events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterPattern", "getterDocumentation" : "

                      A filter pattern for subscribing to a filtered stream of log events.

                      \n@return A filter pattern for subscribing to a filtered stream of log events.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterPattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterPattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterPattern", "sensitive" : false, "setterDocumentation" : "

                      A filter pattern for subscribing to a filtered stream of log events.

                      \n@param filterPattern A filter pattern for subscribing to a filtered stream of log events.", "setterMethodName" : "setFilterPattern", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterPattern", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterPattern", "variableType" : "String", "documentation" : "

                      A filter pattern for subscribing to a filtered stream of log events.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestinationArn", "beanStyleSetterMethodName" : "setDestinationArn", "c2jName" : "destinationArn", "c2jShape" : "DestinationArn", "defaultConsumerFluentSetterDocumentation" : "

                      The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:

                      • An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.

                      • A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.

                      • An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.

                      • An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.

                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationArn(String)}.\n@param destinationArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                      The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:

                      • An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.

                      • A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.

                      • An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.

                      • An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.

                      \n@return The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:

                      • An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.

                      • A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.

                      • An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.

                      • An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.

                      • \n@deprecated Use {@link #destinationArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                        The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:

                        • An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.

                        • A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.

                        • An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.

                        • An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.

                        \n@param destinationArn The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:

                        • An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.

                        • A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.

                        • An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.

                        • An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.

                        • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destinationArn(String)}\n", "documentation" : "

                          The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:

                          • An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.

                          • A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.

                          • An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.

                          • An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.

                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DestinationArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestinationArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destinationArn", "fluentSetterDocumentation" : "

                          The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:

                          • An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.

                          • A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.

                          • An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.

                          • An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.

                          \n@param destinationArn The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:

                          • An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.

                          • A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.

                          • An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.

                          • An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.

                          • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationArn", "getterDocumentation" : "

                            The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:

                            • An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.

                            • A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.

                            • An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.

                            • An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.

                            \n@return The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:

                            • An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.

                            • A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.

                            • An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.

                            • An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.

                            • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destinationArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destinationArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DestinationArn", "sensitive" : false, "setterDocumentation" : "

                              The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:

                              • An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.

                              • A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.

                              • An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.

                              • An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.

                              \n@param destinationArn The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:

                              • An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.

                              • A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.

                              • An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.

                              • An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.

                              • ", "setterMethodName" : "setDestinationArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destinationArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "destinationArn", "variableType" : "String", "documentation" : "

                                The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:

                                • An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.

                                • A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.

                                • An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.

                                • An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

                                The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleArn(String)}.\n@param roleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.

                                \n@return The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.\n@deprecated Use {@link #roleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.

                                \n@param roleArn The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n", "documentation" : "

                                The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

                                The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.

                                \n@param roleArn The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

                                The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.

                                \n@return The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

                                The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.

                                \n@param roleArn The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

                                The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistribution", "beanStyleSetterMethodName" : "setDistribution", "c2jName" : "distribution", "c2jShape" : "Distribution", "defaultConsumerFluentSetterDocumentation" : "

                                The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #distributionAsString(String)}.\n@param distribution a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distribution(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #distribution} will return {@link Distribution#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #distributionAsString}.\n

                                \n@return The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.\n@see Distribution\n@deprecated Use {@link #distributionAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.

                                \n@param distribution The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.\n@see Distribution\n@return Returns a reference to this object so that method calls can be chained together.\n@see Distribution\n@deprecated Use {@link #distribution(String)}\n", "documentation" : "

                                The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.

                                ", "endpointDiscoveryId" : false, "enumType" : "Distribution", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Distribution property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistribution", "fluentEnumGetterMethodName" : "distribution", "fluentEnumSetterMethodName" : "distribution", "fluentGetterMethodName" : "distributionAsString", "fluentSetterDocumentation" : "

                                The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.

                                \n@param distribution The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.\n@see Distribution\n@return Returns a reference to this object so that method calls can be chained together.\n@see Distribution", "fluentSetterMethodName" : "distribution", "getterDocumentation" : "

                                The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #distribution} will return {@link Distribution#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #distributionAsString}.\n

                                \n@return The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.\n@see Distribution", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "distribution", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "distribution", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Distribution", "sensitive" : false, "setterDocumentation" : "

                                The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.

                                \n@param distribution The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.\n@see Distribution", "setterMethodName" : "setDistribution", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "distribution", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "distribution", "variableType" : "String", "documentation" : "

                                The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "logGroupName", "filterName", "filterPattern", "destinationArn" ], "shapeName" : "PutSubscriptionFilterRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PutSubscriptionFilterRequest", "variableName" : "putSubscriptionFilterRequest", "variableType" : "PutSubscriptionFilterRequest", "documentation" : null, "simpleType" : "PutSubscriptionFilterRequest", "variableSetterType" : "PutSubscriptionFilterRequest" }, "wrapper" : false, "xmlNamespace" : null }, "PutSubscriptionFilterResponse" : { "c2jName" : "PutSubscriptionFilterResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PutSubscriptionFilterResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PutSubscriptionFilterResponse", "variableName" : "putSubscriptionFilterResponse", "variableType" : "PutSubscriptionFilterResponse", "documentation" : null, "simpleType" : "PutSubscriptionFilterResponse", "variableSetterType" : "PutSubscriptionFilterResponse" }, "wrapper" : false, "xmlNamespace" : null }, "QueryCompileError" : { "c2jName" : "QueryCompileError", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Reserved.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLocation", "beanStyleSetterMethodName" : "setLocation", "c2jName" : "location", "c2jShape" : "QueryCompileErrorLocation", "defaultConsumerFluentSetterDocumentation" : "

                                Reserved.

                                \nThis is a convenience that creates an instance of the {@link QueryCompileErrorLocation.Builder} avoiding the need to create one manually via {@link QueryCompileErrorLocation#builder()}.\n\nWhen the {@link Consumer} completes, {@link QueryCompileErrorLocation.Builder#build()} is called immediately and its result is passed to {@link #location(QueryCompileErrorLocation)}.\n@param location a consumer that will call methods on {@link QueryCompileErrorLocation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #location(QueryCompileErrorLocation)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Reserved.

                                \n@return Reserved.\n@deprecated Use {@link #location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Reserved.

                                \n@param location Reserved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(QueryCompileErrorLocation)}\n", "documentation" : "

                                Reserved.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLocation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "location", "fluentSetterDocumentation" : "

                                Reserved.

                                \n@param location Reserved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "location", "getterDocumentation" : "

                                Reserved.

                                \n@return Reserved.", "getterModel" : { "returnType" : "QueryCompileErrorLocation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "location", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Location", "sensitive" : false, "setterDocumentation" : "

                                Reserved.

                                \n@param location Reserved.", "setterMethodName" : "setLocation", "setterModel" : { "variableDeclarationType" : "QueryCompileErrorLocation", "variableName" : "location", "variableType" : "QueryCompileErrorLocation", "documentation" : null, "simpleType" : "QueryCompileErrorLocation", "variableSetterType" : "QueryCompileErrorLocation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "QueryCompileErrorLocation", "variableName" : "location", "variableType" : "QueryCompileErrorLocation", "documentation" : "

                                Reserved.

                                ", "simpleType" : "QueryCompileErrorLocation", "variableSetterType" : "QueryCompileErrorLocation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "message", "c2jShape" : "Message", "defaultConsumerFluentSetterDocumentation" : "

                                Reserved.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #message(String)}.\n@param message a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #message(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Reserved.

                                \n@return Reserved.\n@deprecated Use {@link #message()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Reserved.

                                \n@param message Reserved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #message(String)}\n", "documentation" : "

                                Reserved.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Message property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "message", "fluentSetterDocumentation" : "

                                Reserved.

                                \n@param message Reserved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

                                Reserved.

                                \n@return Reserved.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "message", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Message", "sensitive" : false, "setterDocumentation" : "

                                Reserved.

                                \n@param message Reserved.", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

                                Reserved.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Location" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLocation", "beanStyleSetterMethodName" : "setLocation", "c2jName" : "location", "c2jShape" : "QueryCompileErrorLocation", "defaultConsumerFluentSetterDocumentation" : "

                                Reserved.

                                \nThis is a convenience that creates an instance of the {@link QueryCompileErrorLocation.Builder} avoiding the need to create one manually via {@link QueryCompileErrorLocation#builder()}.\n\nWhen the {@link Consumer} completes, {@link QueryCompileErrorLocation.Builder#build()} is called immediately and its result is passed to {@link #location(QueryCompileErrorLocation)}.\n@param location a consumer that will call methods on {@link QueryCompileErrorLocation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #location(QueryCompileErrorLocation)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Reserved.

                                \n@return Reserved.\n@deprecated Use {@link #location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Reserved.

                                \n@param location Reserved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(QueryCompileErrorLocation)}\n", "documentation" : "

                                Reserved.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLocation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "location", "fluentSetterDocumentation" : "

                                Reserved.

                                \n@param location Reserved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "location", "getterDocumentation" : "

                                Reserved.

                                \n@return Reserved.", "getterModel" : { "returnType" : "QueryCompileErrorLocation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "location", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Location", "sensitive" : false, "setterDocumentation" : "

                                Reserved.

                                \n@param location Reserved.", "setterMethodName" : "setLocation", "setterModel" : { "variableDeclarationType" : "QueryCompileErrorLocation", "variableName" : "location", "variableType" : "QueryCompileErrorLocation", "documentation" : null, "simpleType" : "QueryCompileErrorLocation", "variableSetterType" : "QueryCompileErrorLocation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "QueryCompileErrorLocation", "variableName" : "location", "variableType" : "QueryCompileErrorLocation", "documentation" : "

                                Reserved.

                                ", "simpleType" : "QueryCompileErrorLocation", "variableSetterType" : "QueryCompileErrorLocation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Message" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "message", "c2jShape" : "Message", "defaultConsumerFluentSetterDocumentation" : "

                                Reserved.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #message(String)}.\n@param message a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #message(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Reserved.

                                \n@return Reserved.\n@deprecated Use {@link #message()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Reserved.

                                \n@param message Reserved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #message(String)}\n", "documentation" : "

                                Reserved.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Message property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "message", "fluentSetterDocumentation" : "

                                Reserved.

                                \n@param message Reserved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

                                Reserved.

                                \n@return Reserved.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "message", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Message", "sensitive" : false, "setterDocumentation" : "

                                Reserved.

                                \n@param message Reserved.", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

                                Reserved.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLocation", "beanStyleSetterMethodName" : "setLocation", "c2jName" : "location", "c2jShape" : "QueryCompileErrorLocation", "defaultConsumerFluentSetterDocumentation" : "

                                Reserved.

                                \nThis is a convenience that creates an instance of the {@link QueryCompileErrorLocation.Builder} avoiding the need to create one manually via {@link QueryCompileErrorLocation#builder()}.\n\nWhen the {@link Consumer} completes, {@link QueryCompileErrorLocation.Builder#build()} is called immediately and its result is passed to {@link #location(QueryCompileErrorLocation)}.\n@param location a consumer that will call methods on {@link QueryCompileErrorLocation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #location(QueryCompileErrorLocation)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Reserved.

                                \n@return Reserved.\n@deprecated Use {@link #location()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Reserved.

                                \n@param location Reserved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #location(QueryCompileErrorLocation)}\n", "documentation" : "

                                Reserved.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Location property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLocation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "location", "fluentSetterDocumentation" : "

                                Reserved.

                                \n@param location Reserved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "location", "getterDocumentation" : "

                                Reserved.

                                \n@return Reserved.", "getterModel" : { "returnType" : "QueryCompileErrorLocation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "location", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "location", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Location", "sensitive" : false, "setterDocumentation" : "

                                Reserved.

                                \n@param location Reserved.", "setterMethodName" : "setLocation", "setterModel" : { "variableDeclarationType" : "QueryCompileErrorLocation", "variableName" : "location", "variableType" : "QueryCompileErrorLocation", "documentation" : null, "simpleType" : "QueryCompileErrorLocation", "variableSetterType" : "QueryCompileErrorLocation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "QueryCompileErrorLocation", "variableName" : "location", "variableType" : "QueryCompileErrorLocation", "documentation" : "

                                Reserved.

                                ", "simpleType" : "QueryCompileErrorLocation", "variableSetterType" : "QueryCompileErrorLocation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "message", "c2jShape" : "Message", "defaultConsumerFluentSetterDocumentation" : "

                                Reserved.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #message(String)}.\n@param message a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #message(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Reserved.

                                \n@return Reserved.\n@deprecated Use {@link #message()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Reserved.

                                \n@param message Reserved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #message(String)}\n", "documentation" : "

                                Reserved.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Message property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "message", "fluentSetterDocumentation" : "

                                Reserved.

                                \n@param message Reserved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

                                Reserved.

                                \n@return Reserved.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "message", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Message", "sensitive" : false, "setterDocumentation" : "

                                Reserved.

                                \n@param message Reserved.", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

                                Reserved.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "QueryCompileError", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "QueryCompileError", "variableName" : "queryCompileError", "variableType" : "QueryCompileError", "documentation" : null, "simpleType" : "QueryCompileError", "variableSetterType" : "QueryCompileError" }, "wrapper" : false, "xmlNamespace" : null }, "QueryCompileErrorLocation" : { "c2jName" : "QueryCompileErrorLocation", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Reserved.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartCharOffset", "beanStyleSetterMethodName" : "setStartCharOffset", "c2jName" : "startCharOffset", "c2jShape" : "QueryCharOffset", "defaultConsumerFluentSetterDocumentation" : "

                                Reserved.

                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #startCharOffset(Integer)}.\n@param startCharOffset a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startCharOffset(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Reserved.

                                \n@return Reserved.\n@deprecated Use {@link #startCharOffset()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Reserved.

                                \n@param startCharOffset Reserved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startCharOffset(Integer)}\n", "documentation" : "

                                Reserved.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartCharOffset property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartCharOffset", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startCharOffset", "fluentSetterDocumentation" : "

                                Reserved.

                                \n@param startCharOffset Reserved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startCharOffset", "getterDocumentation" : "

                                Reserved.

                                \n@return Reserved.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "startCharOffset", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "startCharOffset", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "StartCharOffset", "sensitive" : false, "setterDocumentation" : "

                                Reserved.

                                \n@param startCharOffset Reserved.", "setterMethodName" : "setStartCharOffset", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "startCharOffset", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "startCharOffset", "variableType" : "Integer", "documentation" : "

                                Reserved.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndCharOffset", "beanStyleSetterMethodName" : "setEndCharOffset", "c2jName" : "endCharOffset", "c2jShape" : "QueryCharOffset", "defaultConsumerFluentSetterDocumentation" : "

                                Reserved.

                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #endCharOffset(Integer)}.\n@param endCharOffset a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endCharOffset(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Reserved.

                                \n@return Reserved.\n@deprecated Use {@link #endCharOffset()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Reserved.

                                \n@param endCharOffset Reserved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endCharOffset(Integer)}\n", "documentation" : "

                                Reserved.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndCharOffset property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndCharOffset", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endCharOffset", "fluentSetterDocumentation" : "

                                Reserved.

                                \n@param endCharOffset Reserved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endCharOffset", "getterDocumentation" : "

                                Reserved.

                                \n@return Reserved.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "endCharOffset", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "endCharOffset", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "EndCharOffset", "sensitive" : false, "setterDocumentation" : "

                                Reserved.

                                \n@param endCharOffset Reserved.", "setterMethodName" : "setEndCharOffset", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "endCharOffset", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "endCharOffset", "variableType" : "Integer", "documentation" : "

                                Reserved.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EndCharOffset" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndCharOffset", "beanStyleSetterMethodName" : "setEndCharOffset", "c2jName" : "endCharOffset", "c2jShape" : "QueryCharOffset", "defaultConsumerFluentSetterDocumentation" : "

                                Reserved.

                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #endCharOffset(Integer)}.\n@param endCharOffset a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endCharOffset(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Reserved.

                                \n@return Reserved.\n@deprecated Use {@link #endCharOffset()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Reserved.

                                \n@param endCharOffset Reserved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endCharOffset(Integer)}\n", "documentation" : "

                                Reserved.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndCharOffset property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndCharOffset", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endCharOffset", "fluentSetterDocumentation" : "

                                Reserved.

                                \n@param endCharOffset Reserved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endCharOffset", "getterDocumentation" : "

                                Reserved.

                                \n@return Reserved.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "endCharOffset", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "endCharOffset", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "EndCharOffset", "sensitive" : false, "setterDocumentation" : "

                                Reserved.

                                \n@param endCharOffset Reserved.", "setterMethodName" : "setEndCharOffset", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "endCharOffset", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "endCharOffset", "variableType" : "Integer", "documentation" : "

                                Reserved.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StartCharOffset" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartCharOffset", "beanStyleSetterMethodName" : "setStartCharOffset", "c2jName" : "startCharOffset", "c2jShape" : "QueryCharOffset", "defaultConsumerFluentSetterDocumentation" : "

                                Reserved.

                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #startCharOffset(Integer)}.\n@param startCharOffset a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startCharOffset(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Reserved.

                                \n@return Reserved.\n@deprecated Use {@link #startCharOffset()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Reserved.

                                \n@param startCharOffset Reserved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startCharOffset(Integer)}\n", "documentation" : "

                                Reserved.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartCharOffset property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartCharOffset", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startCharOffset", "fluentSetterDocumentation" : "

                                Reserved.

                                \n@param startCharOffset Reserved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startCharOffset", "getterDocumentation" : "

                                Reserved.

                                \n@return Reserved.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "startCharOffset", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "startCharOffset", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "StartCharOffset", "sensitive" : false, "setterDocumentation" : "

                                Reserved.

                                \n@param startCharOffset Reserved.", "setterMethodName" : "setStartCharOffset", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "startCharOffset", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "startCharOffset", "variableType" : "Integer", "documentation" : "

                                Reserved.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartCharOffset", "beanStyleSetterMethodName" : "setStartCharOffset", "c2jName" : "startCharOffset", "c2jShape" : "QueryCharOffset", "defaultConsumerFluentSetterDocumentation" : "

                                Reserved.

                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #startCharOffset(Integer)}.\n@param startCharOffset a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startCharOffset(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Reserved.

                                \n@return Reserved.\n@deprecated Use {@link #startCharOffset()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Reserved.

                                \n@param startCharOffset Reserved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startCharOffset(Integer)}\n", "documentation" : "

                                Reserved.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartCharOffset property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartCharOffset", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startCharOffset", "fluentSetterDocumentation" : "

                                Reserved.

                                \n@param startCharOffset Reserved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startCharOffset", "getterDocumentation" : "

                                Reserved.

                                \n@return Reserved.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "startCharOffset", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "startCharOffset", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "StartCharOffset", "sensitive" : false, "setterDocumentation" : "

                                Reserved.

                                \n@param startCharOffset Reserved.", "setterMethodName" : "setStartCharOffset", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "startCharOffset", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "startCharOffset", "variableType" : "Integer", "documentation" : "

                                Reserved.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndCharOffset", "beanStyleSetterMethodName" : "setEndCharOffset", "c2jName" : "endCharOffset", "c2jShape" : "QueryCharOffset", "defaultConsumerFluentSetterDocumentation" : "

                                Reserved.

                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #endCharOffset(Integer)}.\n@param endCharOffset a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endCharOffset(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Reserved.

                                \n@return Reserved.\n@deprecated Use {@link #endCharOffset()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Reserved.

                                \n@param endCharOffset Reserved.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endCharOffset(Integer)}\n", "documentation" : "

                                Reserved.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndCharOffset property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndCharOffset", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endCharOffset", "fluentSetterDocumentation" : "

                                Reserved.

                                \n@param endCharOffset Reserved.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endCharOffset", "getterDocumentation" : "

                                Reserved.

                                \n@return Reserved.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "endCharOffset", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "endCharOffset", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "EndCharOffset", "sensitive" : false, "setterDocumentation" : "

                                Reserved.

                                \n@param endCharOffset Reserved.", "setterMethodName" : "setEndCharOffset", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "endCharOffset", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "endCharOffset", "variableType" : "Integer", "documentation" : "

                                Reserved.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "QueryCompileErrorLocation", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "QueryCompileErrorLocation", "variableName" : "queryCompileErrorLocation", "variableType" : "QueryCompileErrorLocation", "documentation" : null, "simpleType" : "QueryCompileErrorLocation", "variableSetterType" : "QueryCompileErrorLocation" }, "wrapper" : false, "xmlNamespace" : null }, "QueryDefinition" : { "c2jName" : "QueryDefinition", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryDefinitionId", "beanStyleSetterMethodName" : "setQueryDefinitionId", "c2jName" : "queryDefinitionId", "c2jShape" : "QueryId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryDefinitionId(String)}.\n@param queryDefinitionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryDefinitionId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the QueryDefinitionId property for this object.\n@return The value of the QueryDefinitionId property for this object.\n@deprecated Use {@link #queryDefinitionId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\n@param queryDefinitionId The new value for the QueryDefinitionId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryDefinitionId(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryDefinitionId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryDefinitionId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryDefinitionId", "fluentSetterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\n@param queryDefinitionId The new value for the QueryDefinitionId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryDefinitionId", "getterDocumentation" : "Returns the value of the QueryDefinitionId property for this object.\n@return The value of the QueryDefinitionId property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryDefinitionId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryDefinitionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryDefinitionId", "sensitive" : false, "setterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\n@param queryDefinitionId The new value for the QueryDefinitionId property for this object.", "setterMethodName" : "setQueryDefinitionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryDefinitionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryDefinitionId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "QueryDefinitionName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Name property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Name property for this object.\n@return The value of the Name property for this object.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "Returns the value of the Name property for this object.\n@return The value of the Name property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryString", "beanStyleSetterMethodName" : "setQueryString", "c2jName" : "queryString", "c2jShape" : "QueryDefinitionString", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the QueryString property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryString(String)}.\n@param queryString a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryString(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the QueryString property for this object.\n@return The value of the QueryString property for this object.\n@deprecated Use {@link #queryString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the QueryString property for this object.\n\n@param queryString The new value for the QueryString property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryString(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryString property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryString", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryString", "fluentSetterDocumentation" : "Sets the value of the QueryString property for this object.\n\n@param queryString The new value for the QueryString property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryString", "getterDocumentation" : "Returns the value of the QueryString property for this object.\n@return The value of the QueryString property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryString", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryString", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryString", "sensitive" : false, "setterDocumentation" : "Sets the value of the QueryString property for this object.\n\n@param queryString The new value for the QueryString property for this object.", "setterMethodName" : "setQueryString", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryString", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryString", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModified", "beanStyleSetterMethodName" : "setLastModified", "c2jName" : "lastModified", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the LastModified property for this object.\n\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #lastModified(Long)}.\n@param lastModified a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModified(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the LastModified property for this object.\n@return The value of the LastModified property for this object.\n@deprecated Use {@link #lastModified()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the LastModified property for this object.\n\n@param lastModified The new value for the LastModified property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModified(Long)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModified property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModified", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModified", "fluentSetterDocumentation" : "Sets the value of the LastModified property for this object.\n\n@param lastModified The new value for the LastModified property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModified", "getterDocumentation" : "Returns the value of the LastModified property for this object.\n@return The value of the LastModified property for this object.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastModified", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastModified", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "LastModified", "sensitive" : false, "setterDocumentation" : "Sets the value of the LastModified property for this object.\n\n@param lastModified The new value for the LastModified property for this object.", "setterMethodName" : "setLastModified", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "lastModified", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "lastModified", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLogGroupNames", "beanStyleSetterMethodName" : "setLogGroupNames", "c2jName" : "logGroupNames", "c2jShape" : "LogGroupNames", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the LogGroupNames property for this object.\n\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #logGroupNames(List)}.\n@param logGroupNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupNames(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the LogGroupNames property for this object.\n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasLogGroupNames()} to see if a value was sent in this field.\n

                                \n@return The value of the LogGroupNames property for this object.\n@deprecated Use {@link #logGroupNames()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the LogGroupNames property for this object.\n\n@param logGroupNames The new value for the LogGroupNames property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupNames(List)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupNames property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupNames", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupNames", "fluentSetterDocumentation" : "Sets the value of the LogGroupNames property for this object.\n\n@param logGroupNames The new value for the LogGroupNames property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupNames", "getterDocumentation" : "Returns the value of the LogGroupNames property for this object.\n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasLogGroupNames()} to see if a value was sent in this field.\n

                                \n@return The value of the LogGroupNames property for this object.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LogGroupNames", "sensitive" : false, "setterDocumentation" : "Sets the value of the LogGroupNames property for this object.\n\n@param logGroupNames The new value for the LogGroupNames property for this object.", "setterMethodName" : "setLogGroupNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "logGroupNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "logGroupNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LastModified" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModified", "beanStyleSetterMethodName" : "setLastModified", "c2jName" : "lastModified", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the LastModified property for this object.\n\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #lastModified(Long)}.\n@param lastModified a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModified(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the LastModified property for this object.\n@return The value of the LastModified property for this object.\n@deprecated Use {@link #lastModified()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the LastModified property for this object.\n\n@param lastModified The new value for the LastModified property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModified(Long)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModified property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModified", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModified", "fluentSetterDocumentation" : "Sets the value of the LastModified property for this object.\n\n@param lastModified The new value for the LastModified property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModified", "getterDocumentation" : "Returns the value of the LastModified property for this object.\n@return The value of the LastModified property for this object.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastModified", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastModified", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "LastModified", "sensitive" : false, "setterDocumentation" : "Sets the value of the LastModified property for this object.\n\n@param lastModified The new value for the LastModified property for this object.", "setterMethodName" : "setLastModified", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "lastModified", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "lastModified", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LogGroupNames" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLogGroupNames", "beanStyleSetterMethodName" : "setLogGroupNames", "c2jName" : "logGroupNames", "c2jShape" : "LogGroupNames", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the LogGroupNames property for this object.\n\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #logGroupNames(List)}.\n@param logGroupNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupNames(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the LogGroupNames property for this object.\n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasLogGroupNames()} to see if a value was sent in this field.\n

                                \n@return The value of the LogGroupNames property for this object.\n@deprecated Use {@link #logGroupNames()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the LogGroupNames property for this object.\n\n@param logGroupNames The new value for the LogGroupNames property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupNames(List)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupNames property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupNames", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupNames", "fluentSetterDocumentation" : "Sets the value of the LogGroupNames property for this object.\n\n@param logGroupNames The new value for the LogGroupNames property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupNames", "getterDocumentation" : "Returns the value of the LogGroupNames property for this object.\n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasLogGroupNames()} to see if a value was sent in this field.\n

                                \n@return The value of the LogGroupNames property for this object.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LogGroupNames", "sensitive" : false, "setterDocumentation" : "Sets the value of the LogGroupNames property for this object.\n\n@param logGroupNames The new value for the LogGroupNames property for this object.", "setterMethodName" : "setLogGroupNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "logGroupNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "logGroupNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "QueryDefinitionName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Name property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Name property for this object.\n@return The value of the Name property for this object.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "Returns the value of the Name property for this object.\n@return The value of the Name property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "QueryDefinitionId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryDefinitionId", "beanStyleSetterMethodName" : "setQueryDefinitionId", "c2jName" : "queryDefinitionId", "c2jShape" : "QueryId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryDefinitionId(String)}.\n@param queryDefinitionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryDefinitionId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the QueryDefinitionId property for this object.\n@return The value of the QueryDefinitionId property for this object.\n@deprecated Use {@link #queryDefinitionId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\n@param queryDefinitionId The new value for the QueryDefinitionId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryDefinitionId(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryDefinitionId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryDefinitionId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryDefinitionId", "fluentSetterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\n@param queryDefinitionId The new value for the QueryDefinitionId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryDefinitionId", "getterDocumentation" : "Returns the value of the QueryDefinitionId property for this object.\n@return The value of the QueryDefinitionId property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryDefinitionId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryDefinitionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryDefinitionId", "sensitive" : false, "setterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\n@param queryDefinitionId The new value for the QueryDefinitionId property for this object.", "setterMethodName" : "setQueryDefinitionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryDefinitionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryDefinitionId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "QueryString" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryString", "beanStyleSetterMethodName" : "setQueryString", "c2jName" : "queryString", "c2jShape" : "QueryDefinitionString", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the QueryString property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryString(String)}.\n@param queryString a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryString(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the QueryString property for this object.\n@return The value of the QueryString property for this object.\n@deprecated Use {@link #queryString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the QueryString property for this object.\n\n@param queryString The new value for the QueryString property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryString(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryString property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryString", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryString", "fluentSetterDocumentation" : "Sets the value of the QueryString property for this object.\n\n@param queryString The new value for the QueryString property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryString", "getterDocumentation" : "Returns the value of the QueryString property for this object.\n@return The value of the QueryString property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryString", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryString", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryString", "sensitive" : false, "setterDocumentation" : "Sets the value of the QueryString property for this object.\n\n@param queryString The new value for the QueryString property for this object.", "setterMethodName" : "setQueryString", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryString", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryString", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryDefinitionId", "beanStyleSetterMethodName" : "setQueryDefinitionId", "c2jName" : "queryDefinitionId", "c2jShape" : "QueryId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryDefinitionId(String)}.\n@param queryDefinitionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryDefinitionId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the QueryDefinitionId property for this object.\n@return The value of the QueryDefinitionId property for this object.\n@deprecated Use {@link #queryDefinitionId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\n@param queryDefinitionId The new value for the QueryDefinitionId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryDefinitionId(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryDefinitionId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryDefinitionId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryDefinitionId", "fluentSetterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\n@param queryDefinitionId The new value for the QueryDefinitionId property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryDefinitionId", "getterDocumentation" : "Returns the value of the QueryDefinitionId property for this object.\n@return The value of the QueryDefinitionId property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryDefinitionId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryDefinitionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryDefinitionId", "sensitive" : false, "setterDocumentation" : "Sets the value of the QueryDefinitionId property for this object.\n\n@param queryDefinitionId The new value for the QueryDefinitionId property for this object.", "setterMethodName" : "setQueryDefinitionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryDefinitionId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryDefinitionId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "QueryDefinitionName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Name property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Name property for this object.\n@return The value of the Name property for this object.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "Returns the value of the Name property for this object.\n@return The value of the Name property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "Sets the value of the Name property for this object.\n\n@param name The new value for the Name property for this object.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryString", "beanStyleSetterMethodName" : "setQueryString", "c2jName" : "queryString", "c2jShape" : "QueryDefinitionString", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the QueryString property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryString(String)}.\n@param queryString a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryString(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the QueryString property for this object.\n@return The value of the QueryString property for this object.\n@deprecated Use {@link #queryString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the QueryString property for this object.\n\n@param queryString The new value for the QueryString property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryString(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryString property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryString", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryString", "fluentSetterDocumentation" : "Sets the value of the QueryString property for this object.\n\n@param queryString The new value for the QueryString property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryString", "getterDocumentation" : "Returns the value of the QueryString property for this object.\n@return The value of the QueryString property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryString", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryString", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryString", "sensitive" : false, "setterDocumentation" : "Sets the value of the QueryString property for this object.\n\n@param queryString The new value for the QueryString property for this object.", "setterMethodName" : "setQueryString", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryString", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryString", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModified", "beanStyleSetterMethodName" : "setLastModified", "c2jName" : "lastModified", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the LastModified property for this object.\n\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #lastModified(Long)}.\n@param lastModified a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModified(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the LastModified property for this object.\n@return The value of the LastModified property for this object.\n@deprecated Use {@link #lastModified()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the LastModified property for this object.\n\n@param lastModified The new value for the LastModified property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModified(Long)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModified property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModified", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModified", "fluentSetterDocumentation" : "Sets the value of the LastModified property for this object.\n\n@param lastModified The new value for the LastModified property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModified", "getterDocumentation" : "Returns the value of the LastModified property for this object.\n@return The value of the LastModified property for this object.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastModified", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastModified", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "LastModified", "sensitive" : false, "setterDocumentation" : "Sets the value of the LastModified property for this object.\n\n@param lastModified The new value for the LastModified property for this object.", "setterMethodName" : "setLastModified", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "lastModified", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "lastModified", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLogGroupNames", "beanStyleSetterMethodName" : "setLogGroupNames", "c2jName" : "logGroupNames", "c2jShape" : "LogGroupNames", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the LogGroupNames property for this object.\n\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #logGroupNames(List)}.\n@param logGroupNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupNames(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the LogGroupNames property for this object.\n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasLogGroupNames()} to see if a value was sent in this field.\n

                                \n@return The value of the LogGroupNames property for this object.\n@deprecated Use {@link #logGroupNames()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the LogGroupNames property for this object.\n\n@param logGroupNames The new value for the LogGroupNames property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupNames(List)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupNames property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupNames", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupNames", "fluentSetterDocumentation" : "Sets the value of the LogGroupNames property for this object.\n\n@param logGroupNames The new value for the LogGroupNames property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupNames", "getterDocumentation" : "Returns the value of the LogGroupNames property for this object.\n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasLogGroupNames()} to see if a value was sent in this field.\n

                                \n@return The value of the LogGroupNames property for this object.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LogGroupNames", "sensitive" : false, "setterDocumentation" : "Sets the value of the LogGroupNames property for this object.\n\n@param logGroupNames The new value for the LogGroupNames property for this object.", "setterMethodName" : "setLogGroupNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "logGroupNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "logGroupNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "QueryDefinition", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "QueryDefinition", "variableName" : "queryDefinition", "variableType" : "QueryDefinition", "documentation" : null, "simpleType" : "QueryDefinition", "variableSetterType" : "QueryDefinition" }, "wrapper" : false, "xmlNamespace" : null }, "QueryInfo" : { "c2jName" : "QueryInfo", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Information about one CloudWatch Logs Insights query that matches the request in a DescribeQueries operation.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryId", "beanStyleSetterMethodName" : "setQueryId", "c2jName" : "queryId", "c2jShape" : "QueryId", "defaultConsumerFluentSetterDocumentation" : "

                                The unique ID number of this query.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryId(String)}.\n@param queryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The unique ID number of this query.

                                \n@return The unique ID number of this query.\n@deprecated Use {@link #queryId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The unique ID number of this query.

                                \n@param queryId The unique ID number of this query.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryId(String)}\n", "documentation" : "

                                The unique ID number of this query.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryId", "fluentSetterDocumentation" : "

                                The unique ID number of this query.

                                \n@param queryId The unique ID number of this query.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryId", "getterDocumentation" : "

                                The unique ID number of this query.

                                \n@return The unique ID number of this query.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryId", "sensitive" : false, "setterDocumentation" : "

                                The unique ID number of this query.

                                \n@param queryId The unique ID number of this query.", "setterMethodName" : "setQueryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryId", "variableType" : "String", "documentation" : "

                                The unique ID number of this query.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryString", "beanStyleSetterMethodName" : "setQueryString", "c2jName" : "queryString", "c2jShape" : "QueryString", "defaultConsumerFluentSetterDocumentation" : "

                                The query string used in this query.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryString(String)}.\n@param queryString a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryString(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The query string used in this query.

                                \n@return The query string used in this query.\n@deprecated Use {@link #queryString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The query string used in this query.

                                \n@param queryString The query string used in this query.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryString(String)}\n", "documentation" : "

                                The query string used in this query.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryString property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryString", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryString", "fluentSetterDocumentation" : "

                                The query string used in this query.

                                \n@param queryString The query string used in this query.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryString", "getterDocumentation" : "

                                The query string used in this query.

                                \n@return The query string used in this query.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryString", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryString", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryString", "sensitive" : false, "setterDocumentation" : "

                                The query string used in this query.

                                \n@param queryString The query string used in this query.", "setterMethodName" : "setQueryString", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryString", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryString", "variableType" : "String", "documentation" : "

                                The query string used in this query.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "QueryStatus", "defaultConsumerFluentSetterDocumentation" : "

                                The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link QueryStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

                                \n@return The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.\n@see QueryStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.

                                \n@param status The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.\n@see QueryStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see QueryStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

                                The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.

                                ", "endpointDiscoveryId" : false, "enumType" : "QueryStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

                                The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.

                                \n@param status The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.\n@see QueryStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see QueryStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link QueryStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

                                \n@return The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.\n@see QueryStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

                                The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.

                                \n@param status The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.\n@see QueryStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreateTime", "beanStyleSetterMethodName" : "setCreateTime", "c2jName" : "createTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The date and time that this query was created.

                                \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #createTime(Long)}.\n@param createTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The date and time that this query was created.

                                \n@return The date and time that this query was created.\n@deprecated Use {@link #createTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The date and time that this query was created.

                                \n@param createTime The date and time that this query was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createTime(Long)}\n", "documentation" : "

                                The date and time that this query was created.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createTime", "fluentSetterDocumentation" : "

                                The date and time that this query was created.

                                \n@param createTime The date and time that this query was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createTime", "getterDocumentation" : "

                                The date and time that this query was created.

                                \n@return The date and time that this query was created.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "createTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "createTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "CreateTime", "sensitive" : false, "setterDocumentation" : "

                                The date and time that this query was created.

                                \n@param createTime The date and time that this query was created.", "setterMethodName" : "setCreateTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "createTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "createTime", "variableType" : "Long", "documentation" : "

                                The date and time that this query was created.

                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log group scanned by this query.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the log group scanned by this query.

                                \n@return The name of the log group scanned by this query.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log group scanned by this query.

                                \n@param logGroupName The name of the log group scanned by this query.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

                                The name of the log group scanned by this query.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

                                The name of the log group scanned by this query.

                                \n@param logGroupName The name of the log group scanned by this query.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

                                The name of the log group scanned by this query.

                                \n@return The name of the log group scanned by this query.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log group scanned by this query.

                                \n@param logGroupName The name of the log group scanned by this query.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

                                The name of the log group scanned by this query.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreateTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreateTime", "beanStyleSetterMethodName" : "setCreateTime", "c2jName" : "createTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The date and time that this query was created.

                                \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #createTime(Long)}.\n@param createTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The date and time that this query was created.

                                \n@return The date and time that this query was created.\n@deprecated Use {@link #createTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The date and time that this query was created.

                                \n@param createTime The date and time that this query was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createTime(Long)}\n", "documentation" : "

                                The date and time that this query was created.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createTime", "fluentSetterDocumentation" : "

                                The date and time that this query was created.

                                \n@param createTime The date and time that this query was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createTime", "getterDocumentation" : "

                                The date and time that this query was created.

                                \n@return The date and time that this query was created.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "createTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "createTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "CreateTime", "sensitive" : false, "setterDocumentation" : "

                                The date and time that this query was created.

                                \n@param createTime The date and time that this query was created.", "setterMethodName" : "setCreateTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "createTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "createTime", "variableType" : "Long", "documentation" : "

                                The date and time that this query was created.

                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LogGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log group scanned by this query.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the log group scanned by this query.

                                \n@return The name of the log group scanned by this query.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log group scanned by this query.

                                \n@param logGroupName The name of the log group scanned by this query.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

                                The name of the log group scanned by this query.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

                                The name of the log group scanned by this query.

                                \n@param logGroupName The name of the log group scanned by this query.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

                                The name of the log group scanned by this query.

                                \n@return The name of the log group scanned by this query.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log group scanned by this query.

                                \n@param logGroupName The name of the log group scanned by this query.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

                                The name of the log group scanned by this query.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "QueryId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryId", "beanStyleSetterMethodName" : "setQueryId", "c2jName" : "queryId", "c2jShape" : "QueryId", "defaultConsumerFluentSetterDocumentation" : "

                                The unique ID number of this query.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryId(String)}.\n@param queryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The unique ID number of this query.

                                \n@return The unique ID number of this query.\n@deprecated Use {@link #queryId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The unique ID number of this query.

                                \n@param queryId The unique ID number of this query.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryId(String)}\n", "documentation" : "

                                The unique ID number of this query.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryId", "fluentSetterDocumentation" : "

                                The unique ID number of this query.

                                \n@param queryId The unique ID number of this query.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryId", "getterDocumentation" : "

                                The unique ID number of this query.

                                \n@return The unique ID number of this query.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryId", "sensitive" : false, "setterDocumentation" : "

                                The unique ID number of this query.

                                \n@param queryId The unique ID number of this query.", "setterMethodName" : "setQueryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryId", "variableType" : "String", "documentation" : "

                                The unique ID number of this query.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "QueryString" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryString", "beanStyleSetterMethodName" : "setQueryString", "c2jName" : "queryString", "c2jShape" : "QueryString", "defaultConsumerFluentSetterDocumentation" : "

                                The query string used in this query.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryString(String)}.\n@param queryString a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryString(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The query string used in this query.

                                \n@return The query string used in this query.\n@deprecated Use {@link #queryString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The query string used in this query.

                                \n@param queryString The query string used in this query.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryString(String)}\n", "documentation" : "

                                The query string used in this query.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryString property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryString", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryString", "fluentSetterDocumentation" : "

                                The query string used in this query.

                                \n@param queryString The query string used in this query.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryString", "getterDocumentation" : "

                                The query string used in this query.

                                \n@return The query string used in this query.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryString", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryString", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryString", "sensitive" : false, "setterDocumentation" : "

                                The query string used in this query.

                                \n@param queryString The query string used in this query.", "setterMethodName" : "setQueryString", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryString", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryString", "variableType" : "String", "documentation" : "

                                The query string used in this query.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "QueryStatus", "defaultConsumerFluentSetterDocumentation" : "

                                The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link QueryStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

                                \n@return The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.\n@see QueryStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.

                                \n@param status The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.\n@see QueryStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see QueryStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

                                The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.

                                ", "endpointDiscoveryId" : false, "enumType" : "QueryStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

                                The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.

                                \n@param status The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.\n@see QueryStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see QueryStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link QueryStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

                                \n@return The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.\n@see QueryStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

                                The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.

                                \n@param status The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.\n@see QueryStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryId", "beanStyleSetterMethodName" : "setQueryId", "c2jName" : "queryId", "c2jShape" : "QueryId", "defaultConsumerFluentSetterDocumentation" : "

                                The unique ID number of this query.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryId(String)}.\n@param queryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The unique ID number of this query.

                                \n@return The unique ID number of this query.\n@deprecated Use {@link #queryId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The unique ID number of this query.

                                \n@param queryId The unique ID number of this query.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryId(String)}\n", "documentation" : "

                                The unique ID number of this query.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryId", "fluentSetterDocumentation" : "

                                The unique ID number of this query.

                                \n@param queryId The unique ID number of this query.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryId", "getterDocumentation" : "

                                The unique ID number of this query.

                                \n@return The unique ID number of this query.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryId", "sensitive" : false, "setterDocumentation" : "

                                The unique ID number of this query.

                                \n@param queryId The unique ID number of this query.", "setterMethodName" : "setQueryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryId", "variableType" : "String", "documentation" : "

                                The unique ID number of this query.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryString", "beanStyleSetterMethodName" : "setQueryString", "c2jName" : "queryString", "c2jShape" : "QueryString", "defaultConsumerFluentSetterDocumentation" : "

                                The query string used in this query.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryString(String)}.\n@param queryString a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryString(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The query string used in this query.

                                \n@return The query string used in this query.\n@deprecated Use {@link #queryString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The query string used in this query.

                                \n@param queryString The query string used in this query.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryString(String)}\n", "documentation" : "

                                The query string used in this query.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryString property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryString", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryString", "fluentSetterDocumentation" : "

                                The query string used in this query.

                                \n@param queryString The query string used in this query.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryString", "getterDocumentation" : "

                                The query string used in this query.

                                \n@return The query string used in this query.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryString", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryString", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryString", "sensitive" : false, "setterDocumentation" : "

                                The query string used in this query.

                                \n@param queryString The query string used in this query.", "setterMethodName" : "setQueryString", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryString", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryString", "variableType" : "String", "documentation" : "

                                The query string used in this query.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "QueryStatus", "defaultConsumerFluentSetterDocumentation" : "

                                The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link QueryStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

                                \n@return The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.\n@see QueryStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.

                                \n@param status The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.\n@see QueryStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see QueryStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

                                The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.

                                ", "endpointDiscoveryId" : false, "enumType" : "QueryStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

                                The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.

                                \n@param status The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.\n@see QueryStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see QueryStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link QueryStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

                                \n@return The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.\n@see QueryStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

                                The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.

                                \n@param status The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.\n@see QueryStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreateTime", "beanStyleSetterMethodName" : "setCreateTime", "c2jName" : "createTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The date and time that this query was created.

                                \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #createTime(Long)}.\n@param createTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The date and time that this query was created.

                                \n@return The date and time that this query was created.\n@deprecated Use {@link #createTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The date and time that this query was created.

                                \n@param createTime The date and time that this query was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createTime(Long)}\n", "documentation" : "

                                The date and time that this query was created.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createTime", "fluentSetterDocumentation" : "

                                The date and time that this query was created.

                                \n@param createTime The date and time that this query was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createTime", "getterDocumentation" : "

                                The date and time that this query was created.

                                \n@return The date and time that this query was created.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "createTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "createTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "CreateTime", "sensitive" : false, "setterDocumentation" : "

                                The date and time that this query was created.

                                \n@param createTime The date and time that this query was created.", "setterMethodName" : "setCreateTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "createTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "createTime", "variableType" : "Long", "documentation" : "

                                The date and time that this query was created.

                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log group scanned by this query.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the log group scanned by this query.

                                \n@return The name of the log group scanned by this query.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log group scanned by this query.

                                \n@param logGroupName The name of the log group scanned by this query.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

                                The name of the log group scanned by this query.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

                                The name of the log group scanned by this query.

                                \n@param logGroupName The name of the log group scanned by this query.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

                                The name of the log group scanned by this query.

                                \n@return The name of the log group scanned by this query.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log group scanned by this query.

                                \n@param logGroupName The name of the log group scanned by this query.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

                                The name of the log group scanned by this query.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "QueryInfo", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "QueryInfo", "variableName" : "queryInfo", "variableType" : "QueryInfo", "documentation" : null, "simpleType" : "QueryInfo", "variableSetterType" : "QueryInfo" }, "wrapper" : false, "xmlNamespace" : null }, "QueryStatistics" : { "c2jName" : "QueryStatistics", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Contains the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRecordsMatched", "beanStyleSetterMethodName" : "setRecordsMatched", "c2jName" : "recordsMatched", "c2jShape" : "StatsValue", "defaultConsumerFluentSetterDocumentation" : "

                                The number of log events that matched the query string.

                                \nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #recordsMatched(Double)}.\n@param recordsMatched a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recordsMatched(Double)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The number of log events that matched the query string.

                                \n@return The number of log events that matched the query string.\n@deprecated Use {@link #recordsMatched()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of log events that matched the query string.

                                \n@param recordsMatched The number of log events that matched the query string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #recordsMatched(Double)}\n", "documentation" : "

                                The number of log events that matched the query string.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RecordsMatched property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRecordsMatched", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "recordsMatched", "fluentSetterDocumentation" : "

                                The number of log events that matched the query string.

                                \n@param recordsMatched The number of log events that matched the query string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recordsMatched", "getterDocumentation" : "

                                The number of log events that matched the query string.

                                \n@return The number of log events that matched the query string.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "recordsMatched", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "recordsMatched", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "RecordsMatched", "sensitive" : false, "setterDocumentation" : "

                                The number of log events that matched the query string.

                                \n@param recordsMatched The number of log events that matched the query string.", "setterMethodName" : "setRecordsMatched", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "recordsMatched", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "recordsMatched", "variableType" : "Double", "documentation" : "

                                The number of log events that matched the query string.

                                ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRecordsScanned", "beanStyleSetterMethodName" : "setRecordsScanned", "c2jName" : "recordsScanned", "c2jShape" : "StatsValue", "defaultConsumerFluentSetterDocumentation" : "

                                The total number of log events scanned during the query.

                                \nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #recordsScanned(Double)}.\n@param recordsScanned a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recordsScanned(Double)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The total number of log events scanned during the query.

                                \n@return The total number of log events scanned during the query.\n@deprecated Use {@link #recordsScanned()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The total number of log events scanned during the query.

                                \n@param recordsScanned The total number of log events scanned during the query.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #recordsScanned(Double)}\n", "documentation" : "

                                The total number of log events scanned during the query.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RecordsScanned property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRecordsScanned", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "recordsScanned", "fluentSetterDocumentation" : "

                                The total number of log events scanned during the query.

                                \n@param recordsScanned The total number of log events scanned during the query.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recordsScanned", "getterDocumentation" : "

                                The total number of log events scanned during the query.

                                \n@return The total number of log events scanned during the query.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "recordsScanned", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "recordsScanned", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "RecordsScanned", "sensitive" : false, "setterDocumentation" : "

                                The total number of log events scanned during the query.

                                \n@param recordsScanned The total number of log events scanned during the query.", "setterMethodName" : "setRecordsScanned", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "recordsScanned", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "recordsScanned", "variableType" : "Double", "documentation" : "

                                The total number of log events scanned during the query.

                                ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBytesScanned", "beanStyleSetterMethodName" : "setBytesScanned", "c2jName" : "bytesScanned", "c2jShape" : "StatsValue", "defaultConsumerFluentSetterDocumentation" : "

                                The total number of bytes in the log events scanned during the query.

                                \nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #bytesScanned(Double)}.\n@param bytesScanned a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bytesScanned(Double)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The total number of bytes in the log events scanned during the query.

                                \n@return The total number of bytes in the log events scanned during the query.\n@deprecated Use {@link #bytesScanned()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The total number of bytes in the log events scanned during the query.

                                \n@param bytesScanned The total number of bytes in the log events scanned during the query.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bytesScanned(Double)}\n", "documentation" : "

                                The total number of bytes in the log events scanned during the query.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BytesScanned property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBytesScanned", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bytesScanned", "fluentSetterDocumentation" : "

                                The total number of bytes in the log events scanned during the query.

                                \n@param bytesScanned The total number of bytes in the log events scanned during the query.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bytesScanned", "getterDocumentation" : "

                                The total number of bytes in the log events scanned during the query.

                                \n@return The total number of bytes in the log events scanned during the query.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "bytesScanned", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "bytesScanned", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "BytesScanned", "sensitive" : false, "setterDocumentation" : "

                                The total number of bytes in the log events scanned during the query.

                                \n@param bytesScanned The total number of bytes in the log events scanned during the query.", "setterMethodName" : "setBytesScanned", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "bytesScanned", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "bytesScanned", "variableType" : "Double", "documentation" : "

                                The total number of bytes in the log events scanned during the query.

                                ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BytesScanned" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBytesScanned", "beanStyleSetterMethodName" : "setBytesScanned", "c2jName" : "bytesScanned", "c2jShape" : "StatsValue", "defaultConsumerFluentSetterDocumentation" : "

                                The total number of bytes in the log events scanned during the query.

                                \nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #bytesScanned(Double)}.\n@param bytesScanned a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bytesScanned(Double)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The total number of bytes in the log events scanned during the query.

                                \n@return The total number of bytes in the log events scanned during the query.\n@deprecated Use {@link #bytesScanned()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The total number of bytes in the log events scanned during the query.

                                \n@param bytesScanned The total number of bytes in the log events scanned during the query.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bytesScanned(Double)}\n", "documentation" : "

                                The total number of bytes in the log events scanned during the query.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BytesScanned property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBytesScanned", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bytesScanned", "fluentSetterDocumentation" : "

                                The total number of bytes in the log events scanned during the query.

                                \n@param bytesScanned The total number of bytes in the log events scanned during the query.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bytesScanned", "getterDocumentation" : "

                                The total number of bytes in the log events scanned during the query.

                                \n@return The total number of bytes in the log events scanned during the query.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "bytesScanned", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "bytesScanned", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "BytesScanned", "sensitive" : false, "setterDocumentation" : "

                                The total number of bytes in the log events scanned during the query.

                                \n@param bytesScanned The total number of bytes in the log events scanned during the query.", "setterMethodName" : "setBytesScanned", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "bytesScanned", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "bytesScanned", "variableType" : "Double", "documentation" : "

                                The total number of bytes in the log events scanned during the query.

                                ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RecordsMatched" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRecordsMatched", "beanStyleSetterMethodName" : "setRecordsMatched", "c2jName" : "recordsMatched", "c2jShape" : "StatsValue", "defaultConsumerFluentSetterDocumentation" : "

                                The number of log events that matched the query string.

                                \nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #recordsMatched(Double)}.\n@param recordsMatched a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recordsMatched(Double)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The number of log events that matched the query string.

                                \n@return The number of log events that matched the query string.\n@deprecated Use {@link #recordsMatched()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of log events that matched the query string.

                                \n@param recordsMatched The number of log events that matched the query string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #recordsMatched(Double)}\n", "documentation" : "

                                The number of log events that matched the query string.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RecordsMatched property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRecordsMatched", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "recordsMatched", "fluentSetterDocumentation" : "

                                The number of log events that matched the query string.

                                \n@param recordsMatched The number of log events that matched the query string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recordsMatched", "getterDocumentation" : "

                                The number of log events that matched the query string.

                                \n@return The number of log events that matched the query string.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "recordsMatched", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "recordsMatched", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "RecordsMatched", "sensitive" : false, "setterDocumentation" : "

                                The number of log events that matched the query string.

                                \n@param recordsMatched The number of log events that matched the query string.", "setterMethodName" : "setRecordsMatched", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "recordsMatched", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "recordsMatched", "variableType" : "Double", "documentation" : "

                                The number of log events that matched the query string.

                                ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RecordsScanned" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRecordsScanned", "beanStyleSetterMethodName" : "setRecordsScanned", "c2jName" : "recordsScanned", "c2jShape" : "StatsValue", "defaultConsumerFluentSetterDocumentation" : "

                                The total number of log events scanned during the query.

                                \nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #recordsScanned(Double)}.\n@param recordsScanned a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recordsScanned(Double)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The total number of log events scanned during the query.

                                \n@return The total number of log events scanned during the query.\n@deprecated Use {@link #recordsScanned()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The total number of log events scanned during the query.

                                \n@param recordsScanned The total number of log events scanned during the query.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #recordsScanned(Double)}\n", "documentation" : "

                                The total number of log events scanned during the query.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RecordsScanned property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRecordsScanned", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "recordsScanned", "fluentSetterDocumentation" : "

                                The total number of log events scanned during the query.

                                \n@param recordsScanned The total number of log events scanned during the query.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recordsScanned", "getterDocumentation" : "

                                The total number of log events scanned during the query.

                                \n@return The total number of log events scanned during the query.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "recordsScanned", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "recordsScanned", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "RecordsScanned", "sensitive" : false, "setterDocumentation" : "

                                The total number of log events scanned during the query.

                                \n@param recordsScanned The total number of log events scanned during the query.", "setterMethodName" : "setRecordsScanned", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "recordsScanned", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "recordsScanned", "variableType" : "Double", "documentation" : "

                                The total number of log events scanned during the query.

                                ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRecordsMatched", "beanStyleSetterMethodName" : "setRecordsMatched", "c2jName" : "recordsMatched", "c2jShape" : "StatsValue", "defaultConsumerFluentSetterDocumentation" : "

                                The number of log events that matched the query string.

                                \nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #recordsMatched(Double)}.\n@param recordsMatched a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recordsMatched(Double)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The number of log events that matched the query string.

                                \n@return The number of log events that matched the query string.\n@deprecated Use {@link #recordsMatched()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of log events that matched the query string.

                                \n@param recordsMatched The number of log events that matched the query string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #recordsMatched(Double)}\n", "documentation" : "

                                The number of log events that matched the query string.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RecordsMatched property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRecordsMatched", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "recordsMatched", "fluentSetterDocumentation" : "

                                The number of log events that matched the query string.

                                \n@param recordsMatched The number of log events that matched the query string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recordsMatched", "getterDocumentation" : "

                                The number of log events that matched the query string.

                                \n@return The number of log events that matched the query string.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "recordsMatched", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "recordsMatched", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "RecordsMatched", "sensitive" : false, "setterDocumentation" : "

                                The number of log events that matched the query string.

                                \n@param recordsMatched The number of log events that matched the query string.", "setterMethodName" : "setRecordsMatched", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "recordsMatched", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "recordsMatched", "variableType" : "Double", "documentation" : "

                                The number of log events that matched the query string.

                                ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRecordsScanned", "beanStyleSetterMethodName" : "setRecordsScanned", "c2jName" : "recordsScanned", "c2jShape" : "StatsValue", "defaultConsumerFluentSetterDocumentation" : "

                                The total number of log events scanned during the query.

                                \nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #recordsScanned(Double)}.\n@param recordsScanned a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recordsScanned(Double)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The total number of log events scanned during the query.

                                \n@return The total number of log events scanned during the query.\n@deprecated Use {@link #recordsScanned()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The total number of log events scanned during the query.

                                \n@param recordsScanned The total number of log events scanned during the query.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #recordsScanned(Double)}\n", "documentation" : "

                                The total number of log events scanned during the query.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RecordsScanned property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRecordsScanned", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "recordsScanned", "fluentSetterDocumentation" : "

                                The total number of log events scanned during the query.

                                \n@param recordsScanned The total number of log events scanned during the query.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recordsScanned", "getterDocumentation" : "

                                The total number of log events scanned during the query.

                                \n@return The total number of log events scanned during the query.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "recordsScanned", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "recordsScanned", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "RecordsScanned", "sensitive" : false, "setterDocumentation" : "

                                The total number of log events scanned during the query.

                                \n@param recordsScanned The total number of log events scanned during the query.", "setterMethodName" : "setRecordsScanned", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "recordsScanned", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "recordsScanned", "variableType" : "Double", "documentation" : "

                                The total number of log events scanned during the query.

                                ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBytesScanned", "beanStyleSetterMethodName" : "setBytesScanned", "c2jName" : "bytesScanned", "c2jShape" : "StatsValue", "defaultConsumerFluentSetterDocumentation" : "

                                The total number of bytes in the log events scanned during the query.

                                \nThis is a convenience that creates an instance of the {@link Double.Builder} avoiding the need to create one manually via {@link Double#builder()}.\n\nWhen the {@link Consumer} completes, {@link Double.Builder#build()} is called immediately and its result is passed to {@link #bytesScanned(Double)}.\n@param bytesScanned a consumer that will call methods on {@link Double.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bytesScanned(Double)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The total number of bytes in the log events scanned during the query.

                                \n@return The total number of bytes in the log events scanned during the query.\n@deprecated Use {@link #bytesScanned()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The total number of bytes in the log events scanned during the query.

                                \n@param bytesScanned The total number of bytes in the log events scanned during the query.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bytesScanned(Double)}\n", "documentation" : "

                                The total number of bytes in the log events scanned during the query.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BytesScanned property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBytesScanned", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bytesScanned", "fluentSetterDocumentation" : "

                                The total number of bytes in the log events scanned during the query.

                                \n@param bytesScanned The total number of bytes in the log events scanned during the query.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bytesScanned", "getterDocumentation" : "

                                The total number of bytes in the log events scanned during the query.

                                \n@return The total number of bytes in the log events scanned during the query.", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "bytesScanned", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "bytesScanned", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "BytesScanned", "sensitive" : false, "setterDocumentation" : "

                                The total number of bytes in the log events scanned during the query.

                                \n@param bytesScanned The total number of bytes in the log events scanned during the query.", "setterMethodName" : "setBytesScanned", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "bytesScanned", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "bytesScanned", "variableType" : "Double", "documentation" : "

                                The total number of bytes in the log events scanned during the query.

                                ", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "QueryStatistics", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "QueryStatistics", "variableName" : "queryStatistics", "variableType" : "QueryStatistics", "documentation" : null, "simpleType" : "QueryStatistics", "variableSetterType" : "QueryStatistics" }, "wrapper" : false, "xmlNamespace" : null }, "QueryStatus" : { "c2jName" : "QueryStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "SCHEDULED", "value" : "Scheduled" }, { "name" : "RUNNING", "value" : "Running" }, { "name" : "COMPLETE", "value" : "Complete" }, { "name" : "FAILED", "value" : "Failed" }, { "name" : "CANCELLED", "value" : "Cancelled" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "QueryStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "QueryStatus", "variableName" : "queryStatus", "variableType" : "QueryStatus", "documentation" : null, "simpleType" : "QueryStatus", "variableSetterType" : "QueryStatus" }, "wrapper" : false, "xmlNamespace" : null }, "RejectedLogEventsInfo" : { "c2jName" : "RejectedLogEventsInfo", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Represents the rejected events.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTooNewLogEventStartIndex", "beanStyleSetterMethodName" : "setTooNewLogEventStartIndex", "c2jName" : "tooNewLogEventStartIndex", "c2jShape" : "LogEventIndex", "defaultConsumerFluentSetterDocumentation" : "

                                The log events that are too new.

                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #tooNewLogEventStartIndex(Integer)}.\n@param tooNewLogEventStartIndex a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tooNewLogEventStartIndex(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The log events that are too new.

                                \n@return The log events that are too new.\n@deprecated Use {@link #tooNewLogEventStartIndex()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The log events that are too new.

                                \n@param tooNewLogEventStartIndex The log events that are too new.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tooNewLogEventStartIndex(Integer)}\n", "documentation" : "

                                The log events that are too new.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TooNewLogEventStartIndex property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTooNewLogEventStartIndex", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tooNewLogEventStartIndex", "fluentSetterDocumentation" : "

                                The log events that are too new.

                                \n@param tooNewLogEventStartIndex The log events that are too new.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tooNewLogEventStartIndex", "getterDocumentation" : "

                                The log events that are too new.

                                \n@return The log events that are too new.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tooNewLogEventStartIndex", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tooNewLogEventStartIndex", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "TooNewLogEventStartIndex", "sensitive" : false, "setterDocumentation" : "

                                The log events that are too new.

                                \n@param tooNewLogEventStartIndex The log events that are too new.", "setterMethodName" : "setTooNewLogEventStartIndex", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "tooNewLogEventStartIndex", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "tooNewLogEventStartIndex", "variableType" : "Integer", "documentation" : "

                                The log events that are too new.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTooOldLogEventEndIndex", "beanStyleSetterMethodName" : "setTooOldLogEventEndIndex", "c2jName" : "tooOldLogEventEndIndex", "c2jShape" : "LogEventIndex", "defaultConsumerFluentSetterDocumentation" : "

                                The log events that are too old.

                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #tooOldLogEventEndIndex(Integer)}.\n@param tooOldLogEventEndIndex a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tooOldLogEventEndIndex(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The log events that are too old.

                                \n@return The log events that are too old.\n@deprecated Use {@link #tooOldLogEventEndIndex()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The log events that are too old.

                                \n@param tooOldLogEventEndIndex The log events that are too old.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tooOldLogEventEndIndex(Integer)}\n", "documentation" : "

                                The log events that are too old.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TooOldLogEventEndIndex property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTooOldLogEventEndIndex", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tooOldLogEventEndIndex", "fluentSetterDocumentation" : "

                                The log events that are too old.

                                \n@param tooOldLogEventEndIndex The log events that are too old.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tooOldLogEventEndIndex", "getterDocumentation" : "

                                The log events that are too old.

                                \n@return The log events that are too old.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tooOldLogEventEndIndex", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tooOldLogEventEndIndex", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "TooOldLogEventEndIndex", "sensitive" : false, "setterDocumentation" : "

                                The log events that are too old.

                                \n@param tooOldLogEventEndIndex The log events that are too old.", "setterMethodName" : "setTooOldLogEventEndIndex", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "tooOldLogEventEndIndex", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "tooOldLogEventEndIndex", "variableType" : "Integer", "documentation" : "

                                The log events that are too old.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getExpiredLogEventEndIndex", "beanStyleSetterMethodName" : "setExpiredLogEventEndIndex", "c2jName" : "expiredLogEventEndIndex", "c2jShape" : "LogEventIndex", "defaultConsumerFluentSetterDocumentation" : "

                                The expired log events.

                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #expiredLogEventEndIndex(Integer)}.\n@param expiredLogEventEndIndex a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expiredLogEventEndIndex(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The expired log events.

                                \n@return The expired log events.\n@deprecated Use {@link #expiredLogEventEndIndex()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The expired log events.

                                \n@param expiredLogEventEndIndex The expired log events.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #expiredLogEventEndIndex(Integer)}\n", "documentation" : "

                                The expired log events.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ExpiredLogEventEndIndex property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasExpiredLogEventEndIndex", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "expiredLogEventEndIndex", "fluentSetterDocumentation" : "

                                The expired log events.

                                \n@param expiredLogEventEndIndex The expired log events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expiredLogEventEndIndex", "getterDocumentation" : "

                                The expired log events.

                                \n@return The expired log events.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "expiredLogEventEndIndex", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "expiredLogEventEndIndex", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "ExpiredLogEventEndIndex", "sensitive" : false, "setterDocumentation" : "

                                The expired log events.

                                \n@param expiredLogEventEndIndex The expired log events.", "setterMethodName" : "setExpiredLogEventEndIndex", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "expiredLogEventEndIndex", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "expiredLogEventEndIndex", "variableType" : "Integer", "documentation" : "

                                The expired log events.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ExpiredLogEventEndIndex" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getExpiredLogEventEndIndex", "beanStyleSetterMethodName" : "setExpiredLogEventEndIndex", "c2jName" : "expiredLogEventEndIndex", "c2jShape" : "LogEventIndex", "defaultConsumerFluentSetterDocumentation" : "

                                The expired log events.

                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #expiredLogEventEndIndex(Integer)}.\n@param expiredLogEventEndIndex a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expiredLogEventEndIndex(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The expired log events.

                                \n@return The expired log events.\n@deprecated Use {@link #expiredLogEventEndIndex()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The expired log events.

                                \n@param expiredLogEventEndIndex The expired log events.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #expiredLogEventEndIndex(Integer)}\n", "documentation" : "

                                The expired log events.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ExpiredLogEventEndIndex property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasExpiredLogEventEndIndex", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "expiredLogEventEndIndex", "fluentSetterDocumentation" : "

                                The expired log events.

                                \n@param expiredLogEventEndIndex The expired log events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expiredLogEventEndIndex", "getterDocumentation" : "

                                The expired log events.

                                \n@return The expired log events.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "expiredLogEventEndIndex", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "expiredLogEventEndIndex", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "ExpiredLogEventEndIndex", "sensitive" : false, "setterDocumentation" : "

                                The expired log events.

                                \n@param expiredLogEventEndIndex The expired log events.", "setterMethodName" : "setExpiredLogEventEndIndex", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "expiredLogEventEndIndex", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "expiredLogEventEndIndex", "variableType" : "Integer", "documentation" : "

                                The expired log events.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TooNewLogEventStartIndex" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTooNewLogEventStartIndex", "beanStyleSetterMethodName" : "setTooNewLogEventStartIndex", "c2jName" : "tooNewLogEventStartIndex", "c2jShape" : "LogEventIndex", "defaultConsumerFluentSetterDocumentation" : "

                                The log events that are too new.

                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #tooNewLogEventStartIndex(Integer)}.\n@param tooNewLogEventStartIndex a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tooNewLogEventStartIndex(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The log events that are too new.

                                \n@return The log events that are too new.\n@deprecated Use {@link #tooNewLogEventStartIndex()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The log events that are too new.

                                \n@param tooNewLogEventStartIndex The log events that are too new.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tooNewLogEventStartIndex(Integer)}\n", "documentation" : "

                                The log events that are too new.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TooNewLogEventStartIndex property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTooNewLogEventStartIndex", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tooNewLogEventStartIndex", "fluentSetterDocumentation" : "

                                The log events that are too new.

                                \n@param tooNewLogEventStartIndex The log events that are too new.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tooNewLogEventStartIndex", "getterDocumentation" : "

                                The log events that are too new.

                                \n@return The log events that are too new.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tooNewLogEventStartIndex", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tooNewLogEventStartIndex", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "TooNewLogEventStartIndex", "sensitive" : false, "setterDocumentation" : "

                                The log events that are too new.

                                \n@param tooNewLogEventStartIndex The log events that are too new.", "setterMethodName" : "setTooNewLogEventStartIndex", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "tooNewLogEventStartIndex", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "tooNewLogEventStartIndex", "variableType" : "Integer", "documentation" : "

                                The log events that are too new.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TooOldLogEventEndIndex" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTooOldLogEventEndIndex", "beanStyleSetterMethodName" : "setTooOldLogEventEndIndex", "c2jName" : "tooOldLogEventEndIndex", "c2jShape" : "LogEventIndex", "defaultConsumerFluentSetterDocumentation" : "

                                The log events that are too old.

                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #tooOldLogEventEndIndex(Integer)}.\n@param tooOldLogEventEndIndex a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tooOldLogEventEndIndex(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The log events that are too old.

                                \n@return The log events that are too old.\n@deprecated Use {@link #tooOldLogEventEndIndex()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The log events that are too old.

                                \n@param tooOldLogEventEndIndex The log events that are too old.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tooOldLogEventEndIndex(Integer)}\n", "documentation" : "

                                The log events that are too old.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TooOldLogEventEndIndex property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTooOldLogEventEndIndex", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tooOldLogEventEndIndex", "fluentSetterDocumentation" : "

                                The log events that are too old.

                                \n@param tooOldLogEventEndIndex The log events that are too old.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tooOldLogEventEndIndex", "getterDocumentation" : "

                                The log events that are too old.

                                \n@return The log events that are too old.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tooOldLogEventEndIndex", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tooOldLogEventEndIndex", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "TooOldLogEventEndIndex", "sensitive" : false, "setterDocumentation" : "

                                The log events that are too old.

                                \n@param tooOldLogEventEndIndex The log events that are too old.", "setterMethodName" : "setTooOldLogEventEndIndex", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "tooOldLogEventEndIndex", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "tooOldLogEventEndIndex", "variableType" : "Integer", "documentation" : "

                                The log events that are too old.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTooNewLogEventStartIndex", "beanStyleSetterMethodName" : "setTooNewLogEventStartIndex", "c2jName" : "tooNewLogEventStartIndex", "c2jShape" : "LogEventIndex", "defaultConsumerFluentSetterDocumentation" : "

                                The log events that are too new.

                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #tooNewLogEventStartIndex(Integer)}.\n@param tooNewLogEventStartIndex a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tooNewLogEventStartIndex(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The log events that are too new.

                                \n@return The log events that are too new.\n@deprecated Use {@link #tooNewLogEventStartIndex()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The log events that are too new.

                                \n@param tooNewLogEventStartIndex The log events that are too new.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tooNewLogEventStartIndex(Integer)}\n", "documentation" : "

                                The log events that are too new.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TooNewLogEventStartIndex property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTooNewLogEventStartIndex", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tooNewLogEventStartIndex", "fluentSetterDocumentation" : "

                                The log events that are too new.

                                \n@param tooNewLogEventStartIndex The log events that are too new.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tooNewLogEventStartIndex", "getterDocumentation" : "

                                The log events that are too new.

                                \n@return The log events that are too new.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tooNewLogEventStartIndex", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tooNewLogEventStartIndex", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "TooNewLogEventStartIndex", "sensitive" : false, "setterDocumentation" : "

                                The log events that are too new.

                                \n@param tooNewLogEventStartIndex The log events that are too new.", "setterMethodName" : "setTooNewLogEventStartIndex", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "tooNewLogEventStartIndex", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "tooNewLogEventStartIndex", "variableType" : "Integer", "documentation" : "

                                The log events that are too new.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTooOldLogEventEndIndex", "beanStyleSetterMethodName" : "setTooOldLogEventEndIndex", "c2jName" : "tooOldLogEventEndIndex", "c2jShape" : "LogEventIndex", "defaultConsumerFluentSetterDocumentation" : "

                                The log events that are too old.

                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #tooOldLogEventEndIndex(Integer)}.\n@param tooOldLogEventEndIndex a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tooOldLogEventEndIndex(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The log events that are too old.

                                \n@return The log events that are too old.\n@deprecated Use {@link #tooOldLogEventEndIndex()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The log events that are too old.

                                \n@param tooOldLogEventEndIndex The log events that are too old.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tooOldLogEventEndIndex(Integer)}\n", "documentation" : "

                                The log events that are too old.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TooOldLogEventEndIndex property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTooOldLogEventEndIndex", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tooOldLogEventEndIndex", "fluentSetterDocumentation" : "

                                The log events that are too old.

                                \n@param tooOldLogEventEndIndex The log events that are too old.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tooOldLogEventEndIndex", "getterDocumentation" : "

                                The log events that are too old.

                                \n@return The log events that are too old.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tooOldLogEventEndIndex", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tooOldLogEventEndIndex", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "TooOldLogEventEndIndex", "sensitive" : false, "setterDocumentation" : "

                                The log events that are too old.

                                \n@param tooOldLogEventEndIndex The log events that are too old.", "setterMethodName" : "setTooOldLogEventEndIndex", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "tooOldLogEventEndIndex", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "tooOldLogEventEndIndex", "variableType" : "Integer", "documentation" : "

                                The log events that are too old.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getExpiredLogEventEndIndex", "beanStyleSetterMethodName" : "setExpiredLogEventEndIndex", "c2jName" : "expiredLogEventEndIndex", "c2jShape" : "LogEventIndex", "defaultConsumerFluentSetterDocumentation" : "

                                The expired log events.

                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #expiredLogEventEndIndex(Integer)}.\n@param expiredLogEventEndIndex a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expiredLogEventEndIndex(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The expired log events.

                                \n@return The expired log events.\n@deprecated Use {@link #expiredLogEventEndIndex()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The expired log events.

                                \n@param expiredLogEventEndIndex The expired log events.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #expiredLogEventEndIndex(Integer)}\n", "documentation" : "

                                The expired log events.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ExpiredLogEventEndIndex property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasExpiredLogEventEndIndex", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "expiredLogEventEndIndex", "fluentSetterDocumentation" : "

                                The expired log events.

                                \n@param expiredLogEventEndIndex The expired log events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expiredLogEventEndIndex", "getterDocumentation" : "

                                The expired log events.

                                \n@return The expired log events.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "expiredLogEventEndIndex", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "expiredLogEventEndIndex", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "ExpiredLogEventEndIndex", "sensitive" : false, "setterDocumentation" : "

                                The expired log events.

                                \n@param expiredLogEventEndIndex The expired log events.", "setterMethodName" : "setExpiredLogEventEndIndex", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "expiredLogEventEndIndex", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "expiredLogEventEndIndex", "variableType" : "Integer", "documentation" : "

                                The expired log events.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RejectedLogEventsInfo", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RejectedLogEventsInfo", "variableName" : "rejectedLogEventsInfo", "variableType" : "RejectedLogEventsInfo", "documentation" : null, "simpleType" : "RejectedLogEventsInfo", "variableSetterType" : "RejectedLogEventsInfo" }, "wrapper" : false, "xmlNamespace" : null }, "ResourceAlreadyExistsException" : { "c2jName" : "ResourceAlreadyExistsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The specified resource already exists.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ResourceAlreadyExistsException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ResourceAlreadyExistsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceAlreadyExistsException", "variableName" : "resourceAlreadyExistsException", "variableType" : "ResourceAlreadyExistsException", "documentation" : null, "simpleType" : "ResourceAlreadyExistsException", "variableSetterType" : "ResourceAlreadyExistsException" }, "wrapper" : false, "xmlNamespace" : null }, "ResourceNotFoundException" : { "c2jName" : "ResourceNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The specified resource does not exist.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ResourceNotFoundException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ResourceNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceNotFoundException", "variableName" : "resourceNotFoundException", "variableType" : "ResourceNotFoundException", "documentation" : null, "simpleType" : "ResourceNotFoundException", "variableSetterType" : "ResourceNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "ResourcePolicy" : { "c2jName" : "ResourcePolicy", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                A policy enabling one or more entities to put logs to a log group in this account.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyName", "beanStyleSetterMethodName" : "setPolicyName", "c2jName" : "policyName", "c2jShape" : "PolicyName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource policy.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyName(String)}.\n@param policyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the resource policy.

                                \n@return The name of the resource policy.\n@deprecated Use {@link #policyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource policy.

                                \n@param policyName The name of the resource policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policyName(String)}\n", "documentation" : "

                                The name of the resource policy.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyName", "fluentSetterDocumentation" : "

                                The name of the resource policy.

                                \n@param policyName The name of the resource policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyName", "getterDocumentation" : "

                                The name of the resource policy.

                                \n@return The name of the resource policy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "policyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "policyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource policy.

                                \n@param policyName The name of the resource policy.", "setterMethodName" : "setPolicyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "

                                The name of the resource policy.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyDocument", "beanStyleSetterMethodName" : "setPolicyDocument", "c2jName" : "policyDocument", "c2jShape" : "PolicyDocument", "defaultConsumerFluentSetterDocumentation" : "

                                The details of the policy.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyDocument(String)}.\n@param policyDocument a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyDocument(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The details of the policy.

                                \n@return The details of the policy.\n@deprecated Use {@link #policyDocument()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The details of the policy.

                                \n@param policyDocument The details of the policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policyDocument(String)}\n", "documentation" : "

                                The details of the policy.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyDocument property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyDocument", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyDocument", "fluentSetterDocumentation" : "

                                The details of the policy.

                                \n@param policyDocument The details of the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyDocument", "getterDocumentation" : "

                                The details of the policy.

                                \n@return The details of the policy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "policyDocument", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "policyDocument", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyDocument", "sensitive" : false, "setterDocumentation" : "

                                The details of the policy.

                                \n@param policyDocument The details of the policy.", "setterMethodName" : "setPolicyDocument", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyDocument", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyDocument", "variableType" : "String", "documentation" : "

                                The details of the policy.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastUpdatedTime", "beanStyleSetterMethodName" : "setLastUpdatedTime", "c2jName" : "lastUpdatedTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #lastUpdatedTime(Long)}.\n@param lastUpdatedTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastUpdatedTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                \n@return Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #lastUpdatedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                \n@param lastUpdatedTime Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedTime(Long)}\n", "documentation" : "

                                Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastUpdatedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastUpdatedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastUpdatedTime", "fluentSetterDocumentation" : "

                                Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                \n@param lastUpdatedTime Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdatedTime", "getterDocumentation" : "

                                Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                \n@return Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastUpdatedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastUpdatedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "LastUpdatedTime", "sensitive" : false, "setterDocumentation" : "

                                Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                \n@param lastUpdatedTime Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setLastUpdatedTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "lastUpdatedTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "lastUpdatedTime", "variableType" : "Long", "documentation" : "

                                Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LastUpdatedTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastUpdatedTime", "beanStyleSetterMethodName" : "setLastUpdatedTime", "c2jName" : "lastUpdatedTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #lastUpdatedTime(Long)}.\n@param lastUpdatedTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastUpdatedTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                \n@return Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #lastUpdatedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                \n@param lastUpdatedTime Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedTime(Long)}\n", "documentation" : "

                                Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastUpdatedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastUpdatedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastUpdatedTime", "fluentSetterDocumentation" : "

                                Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                \n@param lastUpdatedTime Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdatedTime", "getterDocumentation" : "

                                Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                \n@return Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastUpdatedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastUpdatedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "LastUpdatedTime", "sensitive" : false, "setterDocumentation" : "

                                Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                \n@param lastUpdatedTime Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setLastUpdatedTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "lastUpdatedTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "lastUpdatedTime", "variableType" : "Long", "documentation" : "

                                Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PolicyDocument" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyDocument", "beanStyleSetterMethodName" : "setPolicyDocument", "c2jName" : "policyDocument", "c2jShape" : "PolicyDocument", "defaultConsumerFluentSetterDocumentation" : "

                                The details of the policy.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyDocument(String)}.\n@param policyDocument a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyDocument(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The details of the policy.

                                \n@return The details of the policy.\n@deprecated Use {@link #policyDocument()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The details of the policy.

                                \n@param policyDocument The details of the policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policyDocument(String)}\n", "documentation" : "

                                The details of the policy.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyDocument property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyDocument", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyDocument", "fluentSetterDocumentation" : "

                                The details of the policy.

                                \n@param policyDocument The details of the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyDocument", "getterDocumentation" : "

                                The details of the policy.

                                \n@return The details of the policy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "policyDocument", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "policyDocument", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyDocument", "sensitive" : false, "setterDocumentation" : "

                                The details of the policy.

                                \n@param policyDocument The details of the policy.", "setterMethodName" : "setPolicyDocument", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyDocument", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyDocument", "variableType" : "String", "documentation" : "

                                The details of the policy.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PolicyName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyName", "beanStyleSetterMethodName" : "setPolicyName", "c2jName" : "policyName", "c2jShape" : "PolicyName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource policy.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyName(String)}.\n@param policyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the resource policy.

                                \n@return The name of the resource policy.\n@deprecated Use {@link #policyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource policy.

                                \n@param policyName The name of the resource policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policyName(String)}\n", "documentation" : "

                                The name of the resource policy.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyName", "fluentSetterDocumentation" : "

                                The name of the resource policy.

                                \n@param policyName The name of the resource policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyName", "getterDocumentation" : "

                                The name of the resource policy.

                                \n@return The name of the resource policy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "policyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "policyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource policy.

                                \n@param policyName The name of the resource policy.", "setterMethodName" : "setPolicyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "

                                The name of the resource policy.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyName", "beanStyleSetterMethodName" : "setPolicyName", "c2jName" : "policyName", "c2jShape" : "PolicyName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the resource policy.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyName(String)}.\n@param policyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the resource policy.

                                \n@return The name of the resource policy.\n@deprecated Use {@link #policyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the resource policy.

                                \n@param policyName The name of the resource policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policyName(String)}\n", "documentation" : "

                                The name of the resource policy.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyName", "fluentSetterDocumentation" : "

                                The name of the resource policy.

                                \n@param policyName The name of the resource policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyName", "getterDocumentation" : "

                                The name of the resource policy.

                                \n@return The name of the resource policy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "policyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "policyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyName", "sensitive" : false, "setterDocumentation" : "

                                The name of the resource policy.

                                \n@param policyName The name of the resource policy.", "setterMethodName" : "setPolicyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyName", "variableType" : "String", "documentation" : "

                                The name of the resource policy.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPolicyDocument", "beanStyleSetterMethodName" : "setPolicyDocument", "c2jName" : "policyDocument", "c2jShape" : "PolicyDocument", "defaultConsumerFluentSetterDocumentation" : "

                                The details of the policy.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyDocument(String)}.\n@param policyDocument a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyDocument(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The details of the policy.

                                \n@return The details of the policy.\n@deprecated Use {@link #policyDocument()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The details of the policy.

                                \n@param policyDocument The details of the policy.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #policyDocument(String)}\n", "documentation" : "

                                The details of the policy.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PolicyDocument property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPolicyDocument", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "policyDocument", "fluentSetterDocumentation" : "

                                The details of the policy.

                                \n@param policyDocument The details of the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyDocument", "getterDocumentation" : "

                                The details of the policy.

                                \n@return The details of the policy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "policyDocument", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "policyDocument", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PolicyDocument", "sensitive" : false, "setterDocumentation" : "

                                The details of the policy.

                                \n@param policyDocument The details of the policy.", "setterMethodName" : "setPolicyDocument", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyDocument", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyDocument", "variableType" : "String", "documentation" : "

                                The details of the policy.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastUpdatedTime", "beanStyleSetterMethodName" : "setLastUpdatedTime", "c2jName" : "lastUpdatedTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #lastUpdatedTime(Long)}.\n@param lastUpdatedTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastUpdatedTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                \n@return Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #lastUpdatedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                \n@param lastUpdatedTime Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedTime(Long)}\n", "documentation" : "

                                Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastUpdatedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastUpdatedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastUpdatedTime", "fluentSetterDocumentation" : "

                                Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                \n@param lastUpdatedTime Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastUpdatedTime", "getterDocumentation" : "

                                Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                \n@return Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "lastUpdatedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastUpdatedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "LastUpdatedTime", "sensitive" : false, "setterDocumentation" : "

                                Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                \n@param lastUpdatedTime Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setLastUpdatedTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "lastUpdatedTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "lastUpdatedTime", "variableType" : "Long", "documentation" : "

                                Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ResourcePolicy", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ResourcePolicy", "variableName" : "resourcePolicy", "variableType" : "ResourcePolicy", "documentation" : null, "simpleType" : "ResourcePolicy", "variableSetterType" : "ResourcePolicy" }, "wrapper" : false, "xmlNamespace" : null }, "ResultField" : { "c2jName" : "ResultField", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Contains one field from one log event returned by a CloudWatch Logs Insights query, along with the value of that field.

                                For more information about the fields that are generated by CloudWatch logs, see Supported Logs and Discovered Fields.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getField", "beanStyleSetterMethodName" : "setField", "c2jName" : "field", "c2jShape" : "Field", "defaultConsumerFluentSetterDocumentation" : "

                                The log event field.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #field(String)}.\n@param field a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #field(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The log event field.

                                \n@return The log event field.\n@deprecated Use {@link #field()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The log event field.

                                \n@param field The log event field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #field(String)}\n", "documentation" : "

                                The log event field.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Field property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasField", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "field", "fluentSetterDocumentation" : "

                                The log event field.

                                \n@param field The log event field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "field", "getterDocumentation" : "

                                The log event field.

                                \n@return The log event field.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "field", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "field", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Field", "sensitive" : false, "setterDocumentation" : "

                                The log event field.

                                \n@param field The log event field.", "setterMethodName" : "setField", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "field", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "field", "variableType" : "String", "documentation" : "

                                The log event field.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "Value", "defaultConsumerFluentSetterDocumentation" : "

                                The value of this field.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value of this field.

                                \n@return The value of this field.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value of this field.

                                \n@param value The value of this field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "

                                The value of this field.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                The value of this field.

                                \n@param value The value of this field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                The value of this field.

                                \n@return The value of this field.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

                                The value of this field.

                                \n@param value The value of this field.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                The value of this field.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Field" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getField", "beanStyleSetterMethodName" : "setField", "c2jName" : "field", "c2jShape" : "Field", "defaultConsumerFluentSetterDocumentation" : "

                                The log event field.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #field(String)}.\n@param field a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #field(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The log event field.

                                \n@return The log event field.\n@deprecated Use {@link #field()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The log event field.

                                \n@param field The log event field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #field(String)}\n", "documentation" : "

                                The log event field.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Field property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasField", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "field", "fluentSetterDocumentation" : "

                                The log event field.

                                \n@param field The log event field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "field", "getterDocumentation" : "

                                The log event field.

                                \n@return The log event field.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "field", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "field", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Field", "sensitive" : false, "setterDocumentation" : "

                                The log event field.

                                \n@param field The log event field.", "setterMethodName" : "setField", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "field", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "field", "variableType" : "String", "documentation" : "

                                The log event field.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Value" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "Value", "defaultConsumerFluentSetterDocumentation" : "

                                The value of this field.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value of this field.

                                \n@return The value of this field.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value of this field.

                                \n@param value The value of this field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "

                                The value of this field.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                The value of this field.

                                \n@param value The value of this field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                The value of this field.

                                \n@return The value of this field.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

                                The value of this field.

                                \n@param value The value of this field.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                The value of this field.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getField", "beanStyleSetterMethodName" : "setField", "c2jName" : "field", "c2jShape" : "Field", "defaultConsumerFluentSetterDocumentation" : "

                                The log event field.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #field(String)}.\n@param field a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #field(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The log event field.

                                \n@return The log event field.\n@deprecated Use {@link #field()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The log event field.

                                \n@param field The log event field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #field(String)}\n", "documentation" : "

                                The log event field.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Field property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasField", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "field", "fluentSetterDocumentation" : "

                                The log event field.

                                \n@param field The log event field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "field", "getterDocumentation" : "

                                The log event field.

                                \n@return The log event field.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "field", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "field", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Field", "sensitive" : false, "setterDocumentation" : "

                                The log event field.

                                \n@param field The log event field.", "setterMethodName" : "setField", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "field", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "field", "variableType" : "String", "documentation" : "

                                The log event field.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "Value", "defaultConsumerFluentSetterDocumentation" : "

                                The value of this field.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The value of this field.

                                \n@return The value of this field.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value of this field.

                                \n@param value The value of this field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "

                                The value of this field.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                The value of this field.

                                \n@param value The value of this field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                The value of this field.

                                \n@return The value of this field.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

                                The value of this field.

                                \n@param value The value of this field.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                The value of this field.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ResultField", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ResultField", "variableName" : "resultField", "variableType" : "ResultField", "documentation" : null, "simpleType" : "ResultField", "variableSetterType" : "ResultField" }, "wrapper" : false, "xmlNamespace" : null }, "SearchedLogStream" : { "c2jName" : "SearchedLogStream", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Represents the search status of a log stream.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogStreamName", "beanStyleSetterMethodName" : "setLogStreamName", "c2jName" : "logStreamName", "c2jShape" : "LogStreamName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log stream.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamName(String)}.\n@param logStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the log stream.

                                \n@return The name of the log stream.\n@deprecated Use {@link #logStreamName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log stream.

                                \n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logStreamName(String)}\n", "documentation" : "

                                The name of the log stream.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogStreamName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogStreamName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logStreamName", "fluentSetterDocumentation" : "

                                The name of the log stream.

                                \n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamName", "getterDocumentation" : "

                                The name of the log stream.

                                \n@return The name of the log stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logStreamName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logStreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogStreamName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log stream.

                                \n@param logStreamName The name of the log stream.", "setterMethodName" : "setLogStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : "

                                The name of the log stream.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSearchedCompletely", "beanStyleSetterMethodName" : "setSearchedCompletely", "c2jName" : "searchedCompletely", "c2jShape" : "LogStreamSearchedCompletely", "defaultConsumerFluentSetterDocumentation" : "

                                Indicates whether all the events in this log stream were searched.

                                \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #searchedCompletely(Boolean)}.\n@param searchedCompletely a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #searchedCompletely(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Indicates whether all the events in this log stream were searched.

                                \n@return Indicates whether all the events in this log stream were searched.\n@deprecated Use {@link #searchedCompletely()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Indicates whether all the events in this log stream were searched.

                                \n@param searchedCompletely Indicates whether all the events in this log stream were searched.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #searchedCompletely(Boolean)}\n", "documentation" : "

                                Indicates whether all the events in this log stream were searched.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SearchedCompletely property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSearchedCompletely", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "searchedCompletely", "fluentSetterDocumentation" : "

                                Indicates whether all the events in this log stream were searched.

                                \n@param searchedCompletely Indicates whether all the events in this log stream were searched.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "searchedCompletely", "getterDocumentation" : "

                                Indicates whether all the events in this log stream were searched.

                                \n@return Indicates whether all the events in this log stream were searched.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "searchedCompletely", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "searchedCompletely", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "SearchedCompletely", "sensitive" : false, "setterDocumentation" : "

                                Indicates whether all the events in this log stream were searched.

                                \n@param searchedCompletely Indicates whether all the events in this log stream were searched.", "setterMethodName" : "setSearchedCompletely", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "searchedCompletely", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "searchedCompletely", "variableType" : "Boolean", "documentation" : "

                                Indicates whether all the events in this log stream were searched.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LogStreamName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogStreamName", "beanStyleSetterMethodName" : "setLogStreamName", "c2jName" : "logStreamName", "c2jShape" : "LogStreamName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log stream.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamName(String)}.\n@param logStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the log stream.

                                \n@return The name of the log stream.\n@deprecated Use {@link #logStreamName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log stream.

                                \n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logStreamName(String)}\n", "documentation" : "

                                The name of the log stream.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogStreamName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogStreamName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logStreamName", "fluentSetterDocumentation" : "

                                The name of the log stream.

                                \n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamName", "getterDocumentation" : "

                                The name of the log stream.

                                \n@return The name of the log stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logStreamName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logStreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogStreamName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log stream.

                                \n@param logStreamName The name of the log stream.", "setterMethodName" : "setLogStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : "

                                The name of the log stream.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SearchedCompletely" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSearchedCompletely", "beanStyleSetterMethodName" : "setSearchedCompletely", "c2jName" : "searchedCompletely", "c2jShape" : "LogStreamSearchedCompletely", "defaultConsumerFluentSetterDocumentation" : "

                                Indicates whether all the events in this log stream were searched.

                                \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #searchedCompletely(Boolean)}.\n@param searchedCompletely a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #searchedCompletely(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Indicates whether all the events in this log stream were searched.

                                \n@return Indicates whether all the events in this log stream were searched.\n@deprecated Use {@link #searchedCompletely()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Indicates whether all the events in this log stream were searched.

                                \n@param searchedCompletely Indicates whether all the events in this log stream were searched.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #searchedCompletely(Boolean)}\n", "documentation" : "

                                Indicates whether all the events in this log stream were searched.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SearchedCompletely property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSearchedCompletely", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "searchedCompletely", "fluentSetterDocumentation" : "

                                Indicates whether all the events in this log stream were searched.

                                \n@param searchedCompletely Indicates whether all the events in this log stream were searched.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "searchedCompletely", "getterDocumentation" : "

                                Indicates whether all the events in this log stream were searched.

                                \n@return Indicates whether all the events in this log stream were searched.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "searchedCompletely", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "searchedCompletely", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "SearchedCompletely", "sensitive" : false, "setterDocumentation" : "

                                Indicates whether all the events in this log stream were searched.

                                \n@param searchedCompletely Indicates whether all the events in this log stream were searched.", "setterMethodName" : "setSearchedCompletely", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "searchedCompletely", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "searchedCompletely", "variableType" : "Boolean", "documentation" : "

                                Indicates whether all the events in this log stream were searched.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogStreamName", "beanStyleSetterMethodName" : "setLogStreamName", "c2jName" : "logStreamName", "c2jShape" : "LogStreamName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log stream.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamName(String)}.\n@param logStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the log stream.

                                \n@return The name of the log stream.\n@deprecated Use {@link #logStreamName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log stream.

                                \n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logStreamName(String)}\n", "documentation" : "

                                The name of the log stream.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogStreamName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogStreamName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logStreamName", "fluentSetterDocumentation" : "

                                The name of the log stream.

                                \n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamName", "getterDocumentation" : "

                                The name of the log stream.

                                \n@return The name of the log stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logStreamName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logStreamName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogStreamName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log stream.

                                \n@param logStreamName The name of the log stream.", "setterMethodName" : "setLogStreamName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamName", "variableType" : "String", "documentation" : "

                                The name of the log stream.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSearchedCompletely", "beanStyleSetterMethodName" : "setSearchedCompletely", "c2jName" : "searchedCompletely", "c2jShape" : "LogStreamSearchedCompletely", "defaultConsumerFluentSetterDocumentation" : "

                                Indicates whether all the events in this log stream were searched.

                                \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #searchedCompletely(Boolean)}.\n@param searchedCompletely a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #searchedCompletely(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Indicates whether all the events in this log stream were searched.

                                \n@return Indicates whether all the events in this log stream were searched.\n@deprecated Use {@link #searchedCompletely()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Indicates whether all the events in this log stream were searched.

                                \n@param searchedCompletely Indicates whether all the events in this log stream were searched.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #searchedCompletely(Boolean)}\n", "documentation" : "

                                Indicates whether all the events in this log stream were searched.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SearchedCompletely property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSearchedCompletely", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "searchedCompletely", "fluentSetterDocumentation" : "

                                Indicates whether all the events in this log stream were searched.

                                \n@param searchedCompletely Indicates whether all the events in this log stream were searched.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "searchedCompletely", "getterDocumentation" : "

                                Indicates whether all the events in this log stream were searched.

                                \n@return Indicates whether all the events in this log stream were searched.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "searchedCompletely", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "searchedCompletely", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "SearchedCompletely", "sensitive" : false, "setterDocumentation" : "

                                Indicates whether all the events in this log stream were searched.

                                \n@param searchedCompletely Indicates whether all the events in this log stream were searched.", "setterMethodName" : "setSearchedCompletely", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "searchedCompletely", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "searchedCompletely", "variableType" : "Boolean", "documentation" : "

                                Indicates whether all the events in this log stream were searched.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SearchedLogStream", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SearchedLogStream", "variableName" : "searchedLogStream", "variableType" : "SearchedLogStream", "documentation" : null, "simpleType" : "SearchedLogStream", "variableSetterType" : "SearchedLogStream" }, "wrapper" : false, "xmlNamespace" : null }, "ServiceUnavailableException" : { "c2jName" : "ServiceUnavailableException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The service cannot complete the request.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ServiceUnavailableException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ServiceUnavailableException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ServiceUnavailableException", "variableName" : "serviceUnavailableException", "variableType" : "ServiceUnavailableException", "documentation" : null, "simpleType" : "ServiceUnavailableException", "variableSetterType" : "ServiceUnavailableException" }, "wrapper" : false, "xmlNamespace" : null }, "StartQueryRequest" : { "c2jName" : "StartQueryRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "StartQuery", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.StartQuery", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The log group on which to perform the query.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The log group on which to perform the query.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                \n@return The log group on which to perform the query.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The log group on which to perform the query.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                \n@param logGroupName The log group on which to perform the query.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

                                The log group on which to perform the query.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

                                The log group on which to perform the query.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                \n@param logGroupName The log group on which to perform the query.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

                                The log group on which to perform the query.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                \n@return The log group on which to perform the query.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

                                The log group on which to perform the query.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                \n@param logGroupName The log group on which to perform the query.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

                                The log group on which to perform the query.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLogGroupNames", "beanStyleSetterMethodName" : "setLogGroupNames", "c2jName" : "logGroupNames", "c2jShape" : "LogGroupNames", "defaultConsumerFluentSetterDocumentation" : "

                                The list of log groups to be queried. You can include up to 20 log groups.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #logGroupNames(List)}.\n@param logGroupNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupNames(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The list of log groups to be queried. You can include up to 20 log groups.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasLogGroupNames()} to see if a value was sent in this field.\n

                                \n@return The list of log groups to be queried. You can include up to 20 log groups.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.\n@deprecated Use {@link #logGroupNames()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of log groups to be queried. You can include up to 20 log groups.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                \n@param logGroupNames The list of log groups to be queried. You can include up to 20 log groups.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupNames(List)}\n", "documentation" : "

                                The list of log groups to be queried. You can include up to 20 log groups.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupNames property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupNames", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupNames", "fluentSetterDocumentation" : "

                                The list of log groups to be queried. You can include up to 20 log groups.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                \n@param logGroupNames The list of log groups to be queried. You can include up to 20 log groups.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupNames", "getterDocumentation" : "

                                The list of log groups to be queried. You can include up to 20 log groups.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasLogGroupNames()} to see if a value was sent in this field.\n

                                \n@return The list of log groups to be queried. You can include up to 20 log groups.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LogGroupNames", "sensitive" : false, "setterDocumentation" : "

                                The list of log groups to be queried. You can include up to 20 log groups.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                \n@param logGroupNames The list of log groups to be queried. You can include up to 20 log groups.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.", "setterMethodName" : "setLogGroupNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "logGroupNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "logGroupNames", "variableType" : "java.util.List", "documentation" : "

                                The list of log groups to be queried. You can include up to 20 log groups.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "startTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #startTime(Long)}.\n@param startTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                \n@return The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                \n@param startTime The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Long)}\n", "documentation" : "

                                The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

                                The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                \n@param startTime The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                                The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                \n@return The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "startTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "startTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

                                The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                \n@param startTime The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "startTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "startTime", "variableType" : "Long", "documentation" : "

                                The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "endTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The end of the time range to query. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #endTime(Long)}.\n@param endTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The end of the time range to query. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                \n@return The end of the time range to query. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The end of the time range to query. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                \n@param endTime The end of the time range to query. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Long)}\n", "documentation" : "

                                The end of the time range to query. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

                                The end of the time range to query. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                \n@param endTime The end of the time range to query. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

                                The end of the time range to query. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                \n@return The end of the time range to query. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "endTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "endTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "EndTime", "sensitive" : false, "setterDocumentation" : "

                                The end of the time range to query. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                \n@param endTime The end of the time range to query. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "endTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "endTime", "variableType" : "Long", "documentation" : "

                                The end of the time range to query. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryString", "beanStyleSetterMethodName" : "setQueryString", "c2jName" : "queryString", "c2jShape" : "QueryString", "defaultConsumerFluentSetterDocumentation" : "

                                The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryString(String)}.\n@param queryString a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryString(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.

                                \n@return The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.\n@deprecated Use {@link #queryString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.

                                \n@param queryString The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryString(String)}\n", "documentation" : "

                                The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryString property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryString", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryString", "fluentSetterDocumentation" : "

                                The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.

                                \n@param queryString The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryString", "getterDocumentation" : "

                                The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.

                                \n@return The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryString", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryString", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryString", "sensitive" : false, "setterDocumentation" : "

                                The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.

                                \n@param queryString The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.", "setterMethodName" : "setQueryString", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryString", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryString", "variableType" : "String", "documentation" : "

                                The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "limit", "c2jShape" : "EventsLimit", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of log events to return in the query. If the query string uses the fields command, only the specified fields and their values are returned. The default is 1000.

                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The maximum number of log events to return in the query. If the query string uses the fields command, only the specified fields and their values are returned. The default is 1000.

                                \n@return The maximum number of log events to return in the query. If the query string uses the fields command, only the specified fields and their values are returned. The default is 1000.\n@deprecated Use {@link #limit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of log events to return in the query. If the query string uses the fields command, only the specified fields and their values are returned. The default is 1000.

                                \n@param limit The maximum number of log events to return in the query. If the query string uses the fields command, only the specified fields and their values are returned. The default is 1000.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limit(Integer)}\n", "documentation" : "

                                The maximum number of log events to return in the query. If the query string uses the fields command, only the specified fields and their values are returned. The default is 1000.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

                                The maximum number of log events to return in the query. If the query string uses the fields command, only the specified fields and their values are returned. The default is 1000.

                                \n@param limit The maximum number of log events to return in the query. If the query string uses the fields command, only the specified fields and their values are returned. The default is 1000.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

                                The maximum number of log events to return in the query. If the query string uses the fields command, only the specified fields and their values are returned. The default is 1000.

                                \n@return The maximum number of log events to return in the query. If the query string uses the fields command, only the specified fields and their values are returned. The default is 1000.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "limit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Limit", "sensitive" : false, "setterDocumentation" : "

                                The maximum number of log events to return in the query. If the query string uses the fields command, only the specified fields and their values are returned. The default is 1000.

                                \n@param limit The maximum number of log events to return in the query. If the query string uses the fields command, only the specified fields and their values are returned. The default is 1000.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

                                The maximum number of log events to return in the query. If the query string uses the fields command, only the specified fields and their values are returned. The default is 1000.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EndTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "endTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The end of the time range to query. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #endTime(Long)}.\n@param endTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The end of the time range to query. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                \n@return The end of the time range to query. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The end of the time range to query. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                \n@param endTime The end of the time range to query. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Long)}\n", "documentation" : "

                                The end of the time range to query. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

                                The end of the time range to query. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                \n@param endTime The end of the time range to query. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

                                The end of the time range to query. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                \n@return The end of the time range to query. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "endTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "endTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "EndTime", "sensitive" : false, "setterDocumentation" : "

                                The end of the time range to query. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                \n@param endTime The end of the time range to query. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "endTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "endTime", "variableType" : "Long", "documentation" : "

                                The end of the time range to query. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Limit" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "limit", "c2jShape" : "EventsLimit", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of log events to return in the query. If the query string uses the fields command, only the specified fields and their values are returned. The default is 1000.

                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The maximum number of log events to return in the query. If the query string uses the fields command, only the specified fields and their values are returned. The default is 1000.

                                \n@return The maximum number of log events to return in the query. If the query string uses the fields command, only the specified fields and their values are returned. The default is 1000.\n@deprecated Use {@link #limit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of log events to return in the query. If the query string uses the fields command, only the specified fields and their values are returned. The default is 1000.

                                \n@param limit The maximum number of log events to return in the query. If the query string uses the fields command, only the specified fields and their values are returned. The default is 1000.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limit(Integer)}\n", "documentation" : "

                                The maximum number of log events to return in the query. If the query string uses the fields command, only the specified fields and their values are returned. The default is 1000.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

                                The maximum number of log events to return in the query. If the query string uses the fields command, only the specified fields and their values are returned. The default is 1000.

                                \n@param limit The maximum number of log events to return in the query. If the query string uses the fields command, only the specified fields and their values are returned. The default is 1000.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

                                The maximum number of log events to return in the query. If the query string uses the fields command, only the specified fields and their values are returned. The default is 1000.

                                \n@return The maximum number of log events to return in the query. If the query string uses the fields command, only the specified fields and their values are returned. The default is 1000.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "limit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Limit", "sensitive" : false, "setterDocumentation" : "

                                The maximum number of log events to return in the query. If the query string uses the fields command, only the specified fields and their values are returned. The default is 1000.

                                \n@param limit The maximum number of log events to return in the query. If the query string uses the fields command, only the specified fields and their values are returned. The default is 1000.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

                                The maximum number of log events to return in the query. If the query string uses the fields command, only the specified fields and their values are returned. The default is 1000.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LogGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The log group on which to perform the query.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The log group on which to perform the query.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                \n@return The log group on which to perform the query.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The log group on which to perform the query.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                \n@param logGroupName The log group on which to perform the query.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

                                The log group on which to perform the query.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

                                The log group on which to perform the query.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                \n@param logGroupName The log group on which to perform the query.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

                                The log group on which to perform the query.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                \n@return The log group on which to perform the query.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

                                The log group on which to perform the query.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                \n@param logGroupName The log group on which to perform the query.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

                                The log group on which to perform the query.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LogGroupNames" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLogGroupNames", "beanStyleSetterMethodName" : "setLogGroupNames", "c2jName" : "logGroupNames", "c2jShape" : "LogGroupNames", "defaultConsumerFluentSetterDocumentation" : "

                                The list of log groups to be queried. You can include up to 20 log groups.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #logGroupNames(List)}.\n@param logGroupNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupNames(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The list of log groups to be queried. You can include up to 20 log groups.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasLogGroupNames()} to see if a value was sent in this field.\n

                                \n@return The list of log groups to be queried. You can include up to 20 log groups.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.\n@deprecated Use {@link #logGroupNames()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of log groups to be queried. You can include up to 20 log groups.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                \n@param logGroupNames The list of log groups to be queried. You can include up to 20 log groups.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupNames(List)}\n", "documentation" : "

                                The list of log groups to be queried. You can include up to 20 log groups.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupNames property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupNames", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupNames", "fluentSetterDocumentation" : "

                                The list of log groups to be queried. You can include up to 20 log groups.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                \n@param logGroupNames The list of log groups to be queried. You can include up to 20 log groups.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupNames", "getterDocumentation" : "

                                The list of log groups to be queried. You can include up to 20 log groups.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasLogGroupNames()} to see if a value was sent in this field.\n

                                \n@return The list of log groups to be queried. You can include up to 20 log groups.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LogGroupNames", "sensitive" : false, "setterDocumentation" : "

                                The list of log groups to be queried. You can include up to 20 log groups.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                \n@param logGroupNames The list of log groups to be queried. You can include up to 20 log groups.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.", "setterMethodName" : "setLogGroupNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "logGroupNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "logGroupNames", "variableType" : "java.util.List", "documentation" : "

                                The list of log groups to be queried. You can include up to 20 log groups.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "QueryString" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryString", "beanStyleSetterMethodName" : "setQueryString", "c2jName" : "queryString", "c2jShape" : "QueryString", "defaultConsumerFluentSetterDocumentation" : "

                                The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryString(String)}.\n@param queryString a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryString(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.

                                \n@return The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.\n@deprecated Use {@link #queryString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.

                                \n@param queryString The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryString(String)}\n", "documentation" : "

                                The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryString property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryString", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryString", "fluentSetterDocumentation" : "

                                The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.

                                \n@param queryString The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryString", "getterDocumentation" : "

                                The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.

                                \n@return The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryString", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryString", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryString", "sensitive" : false, "setterDocumentation" : "

                                The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.

                                \n@param queryString The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.", "setterMethodName" : "setQueryString", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryString", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryString", "variableType" : "String", "documentation" : "

                                The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StartTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "startTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #startTime(Long)}.\n@param startTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                \n@return The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                \n@param startTime The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Long)}\n", "documentation" : "

                                The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

                                The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                \n@param startTime The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                                The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                \n@return The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "startTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "startTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

                                The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                \n@param startTime The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "startTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "startTime", "variableType" : "Long", "documentation" : "

                                The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The log group on which to perform the query.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The log group on which to perform the query.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                \n@return The log group on which to perform the query.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The log group on which to perform the query.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                \n@param logGroupName The log group on which to perform the query.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

                                The log group on which to perform the query.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

                                The log group on which to perform the query.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                \n@param logGroupName The log group on which to perform the query.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

                                The log group on which to perform the query.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                \n@return The log group on which to perform the query.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

                                The log group on which to perform the query.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                \n@param logGroupName The log group on which to perform the query.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

                                The log group on which to perform the query.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLogGroupNames", "beanStyleSetterMethodName" : "setLogGroupNames", "c2jName" : "logGroupNames", "c2jShape" : "LogGroupNames", "defaultConsumerFluentSetterDocumentation" : "

                                The list of log groups to be queried. You can include up to 20 log groups.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #logGroupNames(List)}.\n@param logGroupNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupNames(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The list of log groups to be queried. You can include up to 20 log groups.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasLogGroupNames()} to see if a value was sent in this field.\n

                                \n@return The list of log groups to be queried. You can include up to 20 log groups.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.\n@deprecated Use {@link #logGroupNames()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of log groups to be queried. You can include up to 20 log groups.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                \n@param logGroupNames The list of log groups to be queried. You can include up to 20 log groups.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupNames(List)}\n", "documentation" : "

                                The list of log groups to be queried. You can include up to 20 log groups.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupNames property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupNames", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupNames", "fluentSetterDocumentation" : "

                                The list of log groups to be queried. You can include up to 20 log groups.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                \n@param logGroupNames The list of log groups to be queried. You can include up to 20 log groups.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupNames", "getterDocumentation" : "

                                The list of log groups to be queried. You can include up to 20 log groups.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasLogGroupNames()} to see if a value was sent in this field.\n

                                \n@return The list of log groups to be queried. You can include up to 20 log groups.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupNames", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LogGroupNames", "sensitive" : false, "setterDocumentation" : "

                                The list of log groups to be queried. You can include up to 20 log groups.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                \n@param logGroupNames The list of log groups to be queried. You can include up to 20 log groups.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.", "setterMethodName" : "setLogGroupNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "logGroupNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "logGroupNames", "variableType" : "java.util.List", "documentation" : "

                                The list of log groups to be queried. You can include up to 20 log groups.

                                A StartQuery operation must include a logGroupNames or a logGroupName parameter, but not both.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "startTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #startTime(Long)}.\n@param startTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                \n@return The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                \n@param startTime The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Long)}\n", "documentation" : "

                                The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

                                The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                \n@param startTime The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                                The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                \n@return The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "startTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "startTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

                                The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                \n@param startTime The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "startTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "startTime", "variableType" : "Long", "documentation" : "

                                The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "endTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The end of the time range to query. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #endTime(Long)}.\n@param endTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The end of the time range to query. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                \n@return The end of the time range to query. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The end of the time range to query. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                \n@param endTime The end of the time range to query. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Long)}\n", "documentation" : "

                                The end of the time range to query. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

                                The end of the time range to query. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                \n@param endTime The end of the time range to query. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

                                The end of the time range to query. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                \n@return The end of the time range to query. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "endTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "endTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "EndTime", "sensitive" : false, "setterDocumentation" : "

                                The end of the time range to query. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                \n@param endTime The end of the time range to query. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "endTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "endTime", "variableType" : "Long", "documentation" : "

                                The end of the time range to query. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryString", "beanStyleSetterMethodName" : "setQueryString", "c2jName" : "queryString", "c2jShape" : "QueryString", "defaultConsumerFluentSetterDocumentation" : "

                                The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryString(String)}.\n@param queryString a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryString(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.

                                \n@return The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.\n@deprecated Use {@link #queryString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.

                                \n@param queryString The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryString(String)}\n", "documentation" : "

                                The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryString property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryString", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryString", "fluentSetterDocumentation" : "

                                The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.

                                \n@param queryString The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryString", "getterDocumentation" : "

                                The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.

                                \n@return The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryString", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryString", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryString", "sensitive" : false, "setterDocumentation" : "

                                The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.

                                \n@param queryString The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.", "setterMethodName" : "setQueryString", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryString", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryString", "variableType" : "String", "documentation" : "

                                The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLimit", "beanStyleSetterMethodName" : "setLimit", "c2jName" : "limit", "c2jShape" : "EventsLimit", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of log events to return in the query. If the query string uses the fields command, only the specified fields and their values are returned. The default is 1000.

                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The maximum number of log events to return in the query. If the query string uses the fields command, only the specified fields and their values are returned. The default is 1000.

                                \n@return The maximum number of log events to return in the query. If the query string uses the fields command, only the specified fields and their values are returned. The default is 1000.\n@deprecated Use {@link #limit()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of log events to return in the query. If the query string uses the fields command, only the specified fields and their values are returned. The default is 1000.

                                \n@param limit The maximum number of log events to return in the query. If the query string uses the fields command, only the specified fields and their values are returned. The default is 1000.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #limit(Integer)}\n", "documentation" : "

                                The maximum number of log events to return in the query. If the query string uses the fields command, only the specified fields and their values are returned. The default is 1000.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Limit property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLimit", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "limit", "fluentSetterDocumentation" : "

                                The maximum number of log events to return in the query. If the query string uses the fields command, only the specified fields and their values are returned. The default is 1000.

                                \n@param limit The maximum number of log events to return in the query. If the query string uses the fields command, only the specified fields and their values are returned. The default is 1000.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "limit", "getterDocumentation" : "

                                The maximum number of log events to return in the query. If the query string uses the fields command, only the specified fields and their values are returned. The default is 1000.

                                \n@return The maximum number of log events to return in the query. If the query string uses the fields command, only the specified fields and their values are returned. The default is 1000.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "limit", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "Limit", "sensitive" : false, "setterDocumentation" : "

                                The maximum number of log events to return in the query. If the query string uses the fields command, only the specified fields and their values are returned. The default is 1000.

                                \n@param limit The maximum number of log events to return in the query. If the query string uses the fields command, only the specified fields and their values are returned. The default is 1000.", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

                                The maximum number of log events to return in the query. If the query string uses the fields command, only the specified fields and their values are returned. The default is 1000.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "startTime", "endTime", "queryString" ], "shapeName" : "StartQueryRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StartQueryRequest", "variableName" : "startQueryRequest", "variableType" : "StartQueryRequest", "documentation" : null, "simpleType" : "StartQueryRequest", "variableSetterType" : "StartQueryRequest" }, "wrapper" : false, "xmlNamespace" : null }, "StartQueryResponse" : { "c2jName" : "StartQueryResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryId", "beanStyleSetterMethodName" : "setQueryId", "c2jName" : "queryId", "c2jShape" : "QueryId", "defaultConsumerFluentSetterDocumentation" : "

                                The unique ID of the query.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryId(String)}.\n@param queryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The unique ID of the query.

                                \n@return The unique ID of the query.\n@deprecated Use {@link #queryId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The unique ID of the query.

                                \n@param queryId The unique ID of the query.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryId(String)}\n", "documentation" : "

                                The unique ID of the query.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryId", "fluentSetterDocumentation" : "

                                The unique ID of the query.

                                \n@param queryId The unique ID of the query.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryId", "getterDocumentation" : "

                                The unique ID of the query.

                                \n@return The unique ID of the query.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryId", "sensitive" : false, "setterDocumentation" : "

                                The unique ID of the query.

                                \n@param queryId The unique ID of the query.", "setterMethodName" : "setQueryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryId", "variableType" : "String", "documentation" : "

                                The unique ID of the query.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "QueryId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryId", "beanStyleSetterMethodName" : "setQueryId", "c2jName" : "queryId", "c2jShape" : "QueryId", "defaultConsumerFluentSetterDocumentation" : "

                                The unique ID of the query.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryId(String)}.\n@param queryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The unique ID of the query.

                                \n@return The unique ID of the query.\n@deprecated Use {@link #queryId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The unique ID of the query.

                                \n@param queryId The unique ID of the query.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryId(String)}\n", "documentation" : "

                                The unique ID of the query.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryId", "fluentSetterDocumentation" : "

                                The unique ID of the query.

                                \n@param queryId The unique ID of the query.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryId", "getterDocumentation" : "

                                The unique ID of the query.

                                \n@return The unique ID of the query.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryId", "sensitive" : false, "setterDocumentation" : "

                                The unique ID of the query.

                                \n@param queryId The unique ID of the query.", "setterMethodName" : "setQueryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryId", "variableType" : "String", "documentation" : "

                                The unique ID of the query.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryId", "beanStyleSetterMethodName" : "setQueryId", "c2jName" : "queryId", "c2jShape" : "QueryId", "defaultConsumerFluentSetterDocumentation" : "

                                The unique ID of the query.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryId(String)}.\n@param queryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The unique ID of the query.

                                \n@return The unique ID of the query.\n@deprecated Use {@link #queryId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The unique ID of the query.

                                \n@param queryId The unique ID of the query.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryId(String)}\n", "documentation" : "

                                The unique ID of the query.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryId", "fluentSetterDocumentation" : "

                                The unique ID of the query.

                                \n@param queryId The unique ID of the query.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryId", "getterDocumentation" : "

                                The unique ID of the query.

                                \n@return The unique ID of the query.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryId", "sensitive" : false, "setterDocumentation" : "

                                The unique ID of the query.

                                \n@param queryId The unique ID of the query.", "setterMethodName" : "setQueryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryId", "variableType" : "String", "documentation" : "

                                The unique ID of the query.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StartQueryResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StartQueryResponse", "variableName" : "startQueryResponse", "variableType" : "StartQueryResponse", "documentation" : null, "simpleType" : "StartQueryResponse", "variableSetterType" : "StartQueryResponse" }, "wrapper" : false, "xmlNamespace" : null }, "StopQueryRequest" : { "c2jName" : "StopQueryRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "StopQuery", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.StopQuery", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryId", "beanStyleSetterMethodName" : "setQueryId", "c2jName" : "queryId", "c2jShape" : "QueryId", "defaultConsumerFluentSetterDocumentation" : "

                                The ID number of the query to stop. If necessary, you can use DescribeQueries to find this ID number.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryId(String)}.\n@param queryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The ID number of the query to stop. If necessary, you can use DescribeQueries to find this ID number.

                                \n@return The ID number of the query to stop. If necessary, you can use DescribeQueries to find this ID number.\n@deprecated Use {@link #queryId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ID number of the query to stop. If necessary, you can use DescribeQueries to find this ID number.

                                \n@param queryId The ID number of the query to stop. If necessary, you can use DescribeQueries to find this ID number.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryId(String)}\n", "documentation" : "

                                The ID number of the query to stop. If necessary, you can use DescribeQueries to find this ID number.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryId", "fluentSetterDocumentation" : "

                                The ID number of the query to stop. If necessary, you can use DescribeQueries to find this ID number.

                                \n@param queryId The ID number of the query to stop. If necessary, you can use DescribeQueries to find this ID number.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryId", "getterDocumentation" : "

                                The ID number of the query to stop. If necessary, you can use DescribeQueries to find this ID number.

                                \n@return The ID number of the query to stop. If necessary, you can use DescribeQueries to find this ID number.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryId", "sensitive" : false, "setterDocumentation" : "

                                The ID number of the query to stop. If necessary, you can use DescribeQueries to find this ID number.

                                \n@param queryId The ID number of the query to stop. If necessary, you can use DescribeQueries to find this ID number.", "setterMethodName" : "setQueryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryId", "variableType" : "String", "documentation" : "

                                The ID number of the query to stop. If necessary, you can use DescribeQueries to find this ID number.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "QueryId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryId", "beanStyleSetterMethodName" : "setQueryId", "c2jName" : "queryId", "c2jShape" : "QueryId", "defaultConsumerFluentSetterDocumentation" : "

                                The ID number of the query to stop. If necessary, you can use DescribeQueries to find this ID number.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryId(String)}.\n@param queryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The ID number of the query to stop. If necessary, you can use DescribeQueries to find this ID number.

                                \n@return The ID number of the query to stop. If necessary, you can use DescribeQueries to find this ID number.\n@deprecated Use {@link #queryId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ID number of the query to stop. If necessary, you can use DescribeQueries to find this ID number.

                                \n@param queryId The ID number of the query to stop. If necessary, you can use DescribeQueries to find this ID number.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryId(String)}\n", "documentation" : "

                                The ID number of the query to stop. If necessary, you can use DescribeQueries to find this ID number.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryId", "fluentSetterDocumentation" : "

                                The ID number of the query to stop. If necessary, you can use DescribeQueries to find this ID number.

                                \n@param queryId The ID number of the query to stop. If necessary, you can use DescribeQueries to find this ID number.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryId", "getterDocumentation" : "

                                The ID number of the query to stop. If necessary, you can use DescribeQueries to find this ID number.

                                \n@return The ID number of the query to stop. If necessary, you can use DescribeQueries to find this ID number.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryId", "sensitive" : false, "setterDocumentation" : "

                                The ID number of the query to stop. If necessary, you can use DescribeQueries to find this ID number.

                                \n@param queryId The ID number of the query to stop. If necessary, you can use DescribeQueries to find this ID number.", "setterMethodName" : "setQueryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryId", "variableType" : "String", "documentation" : "

                                The ID number of the query to stop. If necessary, you can use DescribeQueries to find this ID number.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getQueryId", "beanStyleSetterMethodName" : "setQueryId", "c2jName" : "queryId", "c2jShape" : "QueryId", "defaultConsumerFluentSetterDocumentation" : "

                                The ID number of the query to stop. If necessary, you can use DescribeQueries to find this ID number.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queryId(String)}.\n@param queryId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queryId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The ID number of the query to stop. If necessary, you can use DescribeQueries to find this ID number.

                                \n@return The ID number of the query to stop. If necessary, you can use DescribeQueries to find this ID number.\n@deprecated Use {@link #queryId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The ID number of the query to stop. If necessary, you can use DescribeQueries to find this ID number.

                                \n@param queryId The ID number of the query to stop. If necessary, you can use DescribeQueries to find this ID number.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #queryId(String)}\n", "documentation" : "

                                The ID number of the query to stop. If necessary, you can use DescribeQueries to find this ID number.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the QueryId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasQueryId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "queryId", "fluentSetterDocumentation" : "

                                The ID number of the query to stop. If necessary, you can use DescribeQueries to find this ID number.

                                \n@param queryId The ID number of the query to stop. If necessary, you can use DescribeQueries to find this ID number.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "queryId", "getterDocumentation" : "

                                The ID number of the query to stop. If necessary, you can use DescribeQueries to find this ID number.

                                \n@return The ID number of the query to stop. If necessary, you can use DescribeQueries to find this ID number.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "queryId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "queryId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "QueryId", "sensitive" : false, "setterDocumentation" : "

                                The ID number of the query to stop. If necessary, you can use DescribeQueries to find this ID number.

                                \n@param queryId The ID number of the query to stop. If necessary, you can use DescribeQueries to find this ID number.", "setterMethodName" : "setQueryId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "queryId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "queryId", "variableType" : "String", "documentation" : "

                                The ID number of the query to stop. If necessary, you can use DescribeQueries to find this ID number.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "queryId" ], "shapeName" : "StopQueryRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StopQueryRequest", "variableName" : "stopQueryRequest", "variableType" : "StopQueryRequest", "documentation" : null, "simpleType" : "StopQueryRequest", "variableSetterType" : "StopQueryRequest" }, "wrapper" : false, "xmlNamespace" : null }, "StopQueryResponse" : { "c2jName" : "StopQueryResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSuccess", "beanStyleSetterMethodName" : "setSuccess", "c2jName" : "success", "c2jShape" : "Success", "defaultConsumerFluentSetterDocumentation" : "

                                This is true if the query was stopped by the StopQuery operation.

                                \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #success(Boolean)}.\n@param success a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #success(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                This is true if the query was stopped by the StopQuery operation.

                                \n@return This is true if the query was stopped by the StopQuery operation.\n@deprecated Use {@link #success()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                This is true if the query was stopped by the StopQuery operation.

                                \n@param success This is true if the query was stopped by the StopQuery operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #success(Boolean)}\n", "documentation" : "

                                This is true if the query was stopped by the StopQuery operation.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Success property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSuccess", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "success", "fluentSetterDocumentation" : "

                                This is true if the query was stopped by the StopQuery operation.

                                \n@param success This is true if the query was stopped by the StopQuery operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "success", "getterDocumentation" : "

                                This is true if the query was stopped by the StopQuery operation.

                                \n@return This is true if the query was stopped by the StopQuery operation.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "success", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "success", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Success", "sensitive" : false, "setterDocumentation" : "

                                This is true if the query was stopped by the StopQuery operation.

                                \n@param success This is true if the query was stopped by the StopQuery operation.", "setterMethodName" : "setSuccess", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "success", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "success", "variableType" : "Boolean", "documentation" : "

                                This is true if the query was stopped by the StopQuery operation.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Success" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSuccess", "beanStyleSetterMethodName" : "setSuccess", "c2jName" : "success", "c2jShape" : "Success", "defaultConsumerFluentSetterDocumentation" : "

                                This is true if the query was stopped by the StopQuery operation.

                                \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #success(Boolean)}.\n@param success a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #success(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                This is true if the query was stopped by the StopQuery operation.

                                \n@return This is true if the query was stopped by the StopQuery operation.\n@deprecated Use {@link #success()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                This is true if the query was stopped by the StopQuery operation.

                                \n@param success This is true if the query was stopped by the StopQuery operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #success(Boolean)}\n", "documentation" : "

                                This is true if the query was stopped by the StopQuery operation.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Success property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSuccess", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "success", "fluentSetterDocumentation" : "

                                This is true if the query was stopped by the StopQuery operation.

                                \n@param success This is true if the query was stopped by the StopQuery operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "success", "getterDocumentation" : "

                                This is true if the query was stopped by the StopQuery operation.

                                \n@return This is true if the query was stopped by the StopQuery operation.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "success", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "success", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Success", "sensitive" : false, "setterDocumentation" : "

                                This is true if the query was stopped by the StopQuery operation.

                                \n@param success This is true if the query was stopped by the StopQuery operation.", "setterMethodName" : "setSuccess", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "success", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "success", "variableType" : "Boolean", "documentation" : "

                                This is true if the query was stopped by the StopQuery operation.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSuccess", "beanStyleSetterMethodName" : "setSuccess", "c2jName" : "success", "c2jShape" : "Success", "defaultConsumerFluentSetterDocumentation" : "

                                This is true if the query was stopped by the StopQuery operation.

                                \nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #success(Boolean)}.\n@param success a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #success(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                This is true if the query was stopped by the StopQuery operation.

                                \n@return This is true if the query was stopped by the StopQuery operation.\n@deprecated Use {@link #success()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                This is true if the query was stopped by the StopQuery operation.

                                \n@param success This is true if the query was stopped by the StopQuery operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #success(Boolean)}\n", "documentation" : "

                                This is true if the query was stopped by the StopQuery operation.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Success property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSuccess", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "success", "fluentSetterDocumentation" : "

                                This is true if the query was stopped by the StopQuery operation.

                                \n@param success This is true if the query was stopped by the StopQuery operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "success", "getterDocumentation" : "

                                This is true if the query was stopped by the StopQuery operation.

                                \n@return This is true if the query was stopped by the StopQuery operation.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "success", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "success", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Success", "sensitive" : false, "setterDocumentation" : "

                                This is true if the query was stopped by the StopQuery operation.

                                \n@param success This is true if the query was stopped by the StopQuery operation.", "setterMethodName" : "setSuccess", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "success", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "success", "variableType" : "Boolean", "documentation" : "

                                This is true if the query was stopped by the StopQuery operation.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StopQueryResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StopQueryResponse", "variableName" : "stopQueryResponse", "variableType" : "StopQueryResponse", "documentation" : null, "simpleType" : "StopQueryResponse", "variableSetterType" : "StopQueryResponse" }, "wrapper" : false, "xmlNamespace" : null }, "SubscriptionFilter" : { "c2jName" : "SubscriptionFilter", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Represents a subscription filter.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterName", "beanStyleSetterMethodName" : "setFilterName", "c2jName" : "filterName", "c2jShape" : "FilterName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the subscription filter.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterName(String)}.\n@param filterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the subscription filter.

                                \n@return The name of the subscription filter.\n@deprecated Use {@link #filterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the subscription filter.

                                \n@param filterName The name of the subscription filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterName(String)}\n", "documentation" : "

                                The name of the subscription filter.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterName", "fluentSetterDocumentation" : "

                                The name of the subscription filter.

                                \n@param filterName The name of the subscription filter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterName", "getterDocumentation" : "

                                The name of the subscription filter.

                                \n@return The name of the subscription filter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterName", "sensitive" : false, "setterDocumentation" : "

                                The name of the subscription filter.

                                \n@param filterName The name of the subscription filter.", "setterMethodName" : "setFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : "

                                The name of the subscription filter.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log group.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the log group.

                                \n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log group.

                                \n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

                                The name of the log group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

                                The name of the log group.

                                \n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

                                The name of the log group.

                                \n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log group.

                                \n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

                                The name of the log group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterPattern", "beanStyleSetterMethodName" : "setFilterPattern", "c2jName" : "filterPattern", "c2jShape" : "FilterPattern", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the FilterPattern property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterPattern(String)}.\n@param filterPattern a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterPattern(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the FilterPattern property for this object.\n@return The value of the FilterPattern property for this object.\n@deprecated Use {@link #filterPattern()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the FilterPattern property for this object.\n\n@param filterPattern The new value for the FilterPattern property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterPattern(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterPattern property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterPattern", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterPattern", "fluentSetterDocumentation" : "Sets the value of the FilterPattern property for this object.\n\n@param filterPattern The new value for the FilterPattern property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterPattern", "getterDocumentation" : "Returns the value of the FilterPattern property for this object.\n@return The value of the FilterPattern property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterPattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterPattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterPattern", "sensitive" : false, "setterDocumentation" : "Sets the value of the FilterPattern property for this object.\n\n@param filterPattern The new value for the FilterPattern property for this object.", "setterMethodName" : "setFilterPattern", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterPattern", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterPattern", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestinationArn", "beanStyleSetterMethodName" : "setDestinationArn", "c2jName" : "destinationArn", "c2jShape" : "DestinationArn", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the destination.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationArn(String)}.\n@param destinationArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the destination.

                                \n@return The Amazon Resource Name (ARN) of the destination.\n@deprecated Use {@link #destinationArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the destination.

                                \n@param destinationArn The Amazon Resource Name (ARN) of the destination.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destinationArn(String)}\n", "documentation" : "

                                The Amazon Resource Name (ARN) of the destination.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DestinationArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestinationArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destinationArn", "fluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the destination.

                                \n@param destinationArn The Amazon Resource Name (ARN) of the destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationArn", "getterDocumentation" : "

                                The Amazon Resource Name (ARN) of the destination.

                                \n@return The Amazon Resource Name (ARN) of the destination.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destinationArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destinationArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DestinationArn", "sensitive" : false, "setterDocumentation" : "

                                The Amazon Resource Name (ARN) of the destination.

                                \n@param destinationArn The Amazon Resource Name (ARN) of the destination.", "setterMethodName" : "setDestinationArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destinationArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "destinationArn", "variableType" : "String", "documentation" : "

                                The Amazon Resource Name (ARN) of the destination.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleArn(String)}.\n@param roleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                \n@return \n@deprecated Use {@link #roleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                \n@param roleArn \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n", "documentation" : "

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

                                \n@param roleArn \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

                                \n@return ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

                                \n@param roleArn ", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistribution", "beanStyleSetterMethodName" : "setDistribution", "c2jName" : "distribution", "c2jShape" : "Distribution", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Distribution property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #distributionAsString(String)}.\n@param distribution a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distribution(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Distribution property for this object.\n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #distribution} will return {@link Distribution#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #distributionAsString}.\n

                                \n@return The value of the Distribution property for this object.\n@see Distribution\n@deprecated Use {@link #distributionAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Distribution property for this object.\n\n@param distribution The new value for the Distribution property for this object.\n@see Distribution\n@return Returns a reference to this object so that method calls can be chained together.\n@see Distribution\n@deprecated Use {@link #distribution(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "Distribution", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Distribution property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistribution", "fluentEnumGetterMethodName" : "distribution", "fluentEnumSetterMethodName" : "distribution", "fluentGetterMethodName" : "distributionAsString", "fluentSetterDocumentation" : "Sets the value of the Distribution property for this object.\n\n@param distribution The new value for the Distribution property for this object.\n@see Distribution\n@return Returns a reference to this object so that method calls can be chained together.\n@see Distribution", "fluentSetterMethodName" : "distribution", "getterDocumentation" : "Returns the value of the Distribution property for this object.\n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #distribution} will return {@link Distribution#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #distributionAsString}.\n

                                \n@return The value of the Distribution property for this object.\n@see Distribution", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "distribution", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "distribution", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Distribution", "sensitive" : false, "setterDocumentation" : "Sets the value of the Distribution property for this object.\n\n@param distribution The new value for the Distribution property for this object.\n@see Distribution", "setterMethodName" : "setDistribution", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "distribution", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "distribution", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Long)}.\n@param creationTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                \n@return The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                \n@param creationTime The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Long)}\n", "documentation" : "

                                The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

                                The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                \n@param creationTime The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

                                The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                \n@return The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

                                The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                \n@param creationTime The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "creationTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "creationTime", "variableType" : "Long", "documentation" : "

                                The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreationTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Long)}.\n@param creationTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                \n@return The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                \n@param creationTime The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Long)}\n", "documentation" : "

                                The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

                                The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                \n@param creationTime The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

                                The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                \n@return The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

                                The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                \n@param creationTime The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "creationTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "creationTime", "variableType" : "Long", "documentation" : "

                                The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DestinationArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestinationArn", "beanStyleSetterMethodName" : "setDestinationArn", "c2jName" : "destinationArn", "c2jShape" : "DestinationArn", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the destination.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationArn(String)}.\n@param destinationArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the destination.

                                \n@return The Amazon Resource Name (ARN) of the destination.\n@deprecated Use {@link #destinationArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the destination.

                                \n@param destinationArn The Amazon Resource Name (ARN) of the destination.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destinationArn(String)}\n", "documentation" : "

                                The Amazon Resource Name (ARN) of the destination.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DestinationArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestinationArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destinationArn", "fluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the destination.

                                \n@param destinationArn The Amazon Resource Name (ARN) of the destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationArn", "getterDocumentation" : "

                                The Amazon Resource Name (ARN) of the destination.

                                \n@return The Amazon Resource Name (ARN) of the destination.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destinationArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destinationArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DestinationArn", "sensitive" : false, "setterDocumentation" : "

                                The Amazon Resource Name (ARN) of the destination.

                                \n@param destinationArn The Amazon Resource Name (ARN) of the destination.", "setterMethodName" : "setDestinationArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destinationArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "destinationArn", "variableType" : "String", "documentation" : "

                                The Amazon Resource Name (ARN) of the destination.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Distribution" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistribution", "beanStyleSetterMethodName" : "setDistribution", "c2jName" : "distribution", "c2jShape" : "Distribution", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Distribution property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #distributionAsString(String)}.\n@param distribution a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distribution(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Distribution property for this object.\n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #distribution} will return {@link Distribution#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #distributionAsString}.\n

                                \n@return The value of the Distribution property for this object.\n@see Distribution\n@deprecated Use {@link #distributionAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Distribution property for this object.\n\n@param distribution The new value for the Distribution property for this object.\n@see Distribution\n@return Returns a reference to this object so that method calls can be chained together.\n@see Distribution\n@deprecated Use {@link #distribution(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "Distribution", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Distribution property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistribution", "fluentEnumGetterMethodName" : "distribution", "fluentEnumSetterMethodName" : "distribution", "fluentGetterMethodName" : "distributionAsString", "fluentSetterDocumentation" : "Sets the value of the Distribution property for this object.\n\n@param distribution The new value for the Distribution property for this object.\n@see Distribution\n@return Returns a reference to this object so that method calls can be chained together.\n@see Distribution", "fluentSetterMethodName" : "distribution", "getterDocumentation" : "Returns the value of the Distribution property for this object.\n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #distribution} will return {@link Distribution#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #distributionAsString}.\n

                                \n@return The value of the Distribution property for this object.\n@see Distribution", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "distribution", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "distribution", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Distribution", "sensitive" : false, "setterDocumentation" : "Sets the value of the Distribution property for this object.\n\n@param distribution The new value for the Distribution property for this object.\n@see Distribution", "setterMethodName" : "setDistribution", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "distribution", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "distribution", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FilterName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterName", "beanStyleSetterMethodName" : "setFilterName", "c2jName" : "filterName", "c2jShape" : "FilterName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the subscription filter.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterName(String)}.\n@param filterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the subscription filter.

                                \n@return The name of the subscription filter.\n@deprecated Use {@link #filterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the subscription filter.

                                \n@param filterName The name of the subscription filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterName(String)}\n", "documentation" : "

                                The name of the subscription filter.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterName", "fluentSetterDocumentation" : "

                                The name of the subscription filter.

                                \n@param filterName The name of the subscription filter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterName", "getterDocumentation" : "

                                The name of the subscription filter.

                                \n@return The name of the subscription filter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterName", "sensitive" : false, "setterDocumentation" : "

                                The name of the subscription filter.

                                \n@param filterName The name of the subscription filter.", "setterMethodName" : "setFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : "

                                The name of the subscription filter.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FilterPattern" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterPattern", "beanStyleSetterMethodName" : "setFilterPattern", "c2jName" : "filterPattern", "c2jShape" : "FilterPattern", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the FilterPattern property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterPattern(String)}.\n@param filterPattern a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterPattern(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the FilterPattern property for this object.\n@return The value of the FilterPattern property for this object.\n@deprecated Use {@link #filterPattern()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the FilterPattern property for this object.\n\n@param filterPattern The new value for the FilterPattern property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterPattern(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterPattern property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterPattern", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterPattern", "fluentSetterDocumentation" : "Sets the value of the FilterPattern property for this object.\n\n@param filterPattern The new value for the FilterPattern property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterPattern", "getterDocumentation" : "Returns the value of the FilterPattern property for this object.\n@return The value of the FilterPattern property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterPattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterPattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterPattern", "sensitive" : false, "setterDocumentation" : "Sets the value of the FilterPattern property for this object.\n\n@param filterPattern The new value for the FilterPattern property for this object.", "setterMethodName" : "setFilterPattern", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterPattern", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterPattern", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LogGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log group.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the log group.

                                \n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log group.

                                \n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

                                The name of the log group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

                                The name of the log group.

                                \n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

                                The name of the log group.

                                \n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log group.

                                \n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

                                The name of the log group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RoleArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleArn(String)}.\n@param roleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                \n@return \n@deprecated Use {@link #roleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                \n@param roleArn \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n", "documentation" : "

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

                                \n@param roleArn \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

                                \n@return ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

                                \n@param roleArn ", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterName", "beanStyleSetterMethodName" : "setFilterName", "c2jName" : "filterName", "c2jShape" : "FilterName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the subscription filter.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterName(String)}.\n@param filterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the subscription filter.

                                \n@return The name of the subscription filter.\n@deprecated Use {@link #filterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the subscription filter.

                                \n@param filterName The name of the subscription filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterName(String)}\n", "documentation" : "

                                The name of the subscription filter.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterName", "fluentSetterDocumentation" : "

                                The name of the subscription filter.

                                \n@param filterName The name of the subscription filter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterName", "getterDocumentation" : "

                                The name of the subscription filter.

                                \n@return The name of the subscription filter.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterName", "sensitive" : false, "setterDocumentation" : "

                                The name of the subscription filter.

                                \n@param filterName The name of the subscription filter.", "setterMethodName" : "setFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterName", "variableType" : "String", "documentation" : "

                                The name of the subscription filter.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log group.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the log group.

                                \n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log group.

                                \n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

                                The name of the log group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

                                The name of the log group.

                                \n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

                                The name of the log group.

                                \n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log group.

                                \n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

                                The name of the log group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterPattern", "beanStyleSetterMethodName" : "setFilterPattern", "c2jName" : "filterPattern", "c2jShape" : "FilterPattern", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the FilterPattern property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterPattern(String)}.\n@param filterPattern a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterPattern(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the FilterPattern property for this object.\n@return The value of the FilterPattern property for this object.\n@deprecated Use {@link #filterPattern()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the FilterPattern property for this object.\n\n@param filterPattern The new value for the FilterPattern property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterPattern(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterPattern property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterPattern", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterPattern", "fluentSetterDocumentation" : "Sets the value of the FilterPattern property for this object.\n\n@param filterPattern The new value for the FilterPattern property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterPattern", "getterDocumentation" : "Returns the value of the FilterPattern property for this object.\n@return The value of the FilterPattern property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterPattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterPattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterPattern", "sensitive" : false, "setterDocumentation" : "Sets the value of the FilterPattern property for this object.\n\n@param filterPattern The new value for the FilterPattern property for this object.", "setterMethodName" : "setFilterPattern", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterPattern", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterPattern", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestinationArn", "beanStyleSetterMethodName" : "setDestinationArn", "c2jName" : "destinationArn", "c2jShape" : "DestinationArn", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the destination.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationArn(String)}.\n@param destinationArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the destination.

                                \n@return The Amazon Resource Name (ARN) of the destination.\n@deprecated Use {@link #destinationArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the destination.

                                \n@param destinationArn The Amazon Resource Name (ARN) of the destination.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destinationArn(String)}\n", "documentation" : "

                                The Amazon Resource Name (ARN) of the destination.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DestinationArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDestinationArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "destinationArn", "fluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the destination.

                                \n@param destinationArn The Amazon Resource Name (ARN) of the destination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationArn", "getterDocumentation" : "

                                The Amazon Resource Name (ARN) of the destination.

                                \n@return The Amazon Resource Name (ARN) of the destination.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destinationArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destinationArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DestinationArn", "sensitive" : false, "setterDocumentation" : "

                                The Amazon Resource Name (ARN) of the destination.

                                \n@param destinationArn The Amazon Resource Name (ARN) of the destination.", "setterMethodName" : "setDestinationArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destinationArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "destinationArn", "variableType" : "String", "documentation" : "

                                The Amazon Resource Name (ARN) of the destination.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "roleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleArn(String)}.\n@param roleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                \n@return \n@deprecated Use {@link #roleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                \n@param roleArn \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n", "documentation" : "

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

                                \n@param roleArn \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

                                \n@return ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "roleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "roleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

                                \n@param roleArn ", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDistribution", "beanStyleSetterMethodName" : "setDistribution", "c2jName" : "distribution", "c2jShape" : "Distribution", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Distribution property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #distributionAsString(String)}.\n@param distribution a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #distribution(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Distribution property for this object.\n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #distribution} will return {@link Distribution#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #distributionAsString}.\n

                                \n@return The value of the Distribution property for this object.\n@see Distribution\n@deprecated Use {@link #distributionAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Distribution property for this object.\n\n@param distribution The new value for the Distribution property for this object.\n@see Distribution\n@return Returns a reference to this object so that method calls can be chained together.\n@see Distribution\n@deprecated Use {@link #distribution(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "Distribution", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Distribution property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDistribution", "fluentEnumGetterMethodName" : "distribution", "fluentEnumSetterMethodName" : "distribution", "fluentGetterMethodName" : "distributionAsString", "fluentSetterDocumentation" : "Sets the value of the Distribution property for this object.\n\n@param distribution The new value for the Distribution property for this object.\n@see Distribution\n@return Returns a reference to this object so that method calls can be chained together.\n@see Distribution", "fluentSetterMethodName" : "distribution", "getterDocumentation" : "Returns the value of the Distribution property for this object.\n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #distribution} will return {@link Distribution#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #distributionAsString}.\n

                                \n@return The value of the Distribution property for this object.\n@see Distribution", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "distribution", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "distribution", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Distribution", "sensitive" : false, "setterDocumentation" : "Sets the value of the Distribution property for this object.\n\n@param distribution The new value for the Distribution property for this object.\n@see Distribution", "setterMethodName" : "setDistribution", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "distribution", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "distribution", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "creationTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

                                The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                \nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Long)}.\n@param creationTime a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationTime(Long)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                \n@return The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                \n@param creationTime The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Long)}\n", "documentation" : "

                                The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

                                The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                \n@param creationTime The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

                                The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                \n@return The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "creationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "creationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

                                The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                \n@param creationTime The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "creationTime", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "creationTime", "variableType" : "Long", "documentation" : "

                                The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

                                ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SubscriptionFilter", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SubscriptionFilter", "variableName" : "subscriptionFilter", "variableType" : "SubscriptionFilter", "documentation" : null, "simpleType" : "SubscriptionFilter", "variableSetterType" : "SubscriptionFilter" }, "wrapper" : false, "xmlNamespace" : null }, "TagLogGroupRequest" : { "c2jName" : "TagLogGroupRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "TagLogGroup", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.TagLogGroup", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log group.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the log group.

                                \n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log group.

                                \n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

                                The name of the log group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

                                The name of the log group.

                                \n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

                                The name of the log group.

                                \n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log group.

                                \n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

                                The name of the log group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

                                The key-value pairs to use for the tags.

                                \nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #tags(Map)}.\n@param tags a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The key-value pairs to use for the tags.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                \n@return The key-value pairs to use for the tags.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The key-value pairs to use for the tags.

                                \n@param tags The key-value pairs to use for the tags.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

                                The key-value pairs to use for the tags.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                The key-value pairs to use for the tags.

                                \n@param tags The key-value pairs to use for the tags.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                The key-value pairs to use for the tags.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                \n@return The key-value pairs to use for the tags.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                The key-value pairs to use for the tags.

                                \n@param tags The key-value pairs to use for the tags.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

                                The key-value pairs to use for the tags.

                                ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LogGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log group.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the log group.

                                \n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log group.

                                \n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

                                The name of the log group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

                                The name of the log group.

                                \n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

                                The name of the log group.

                                \n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log group.

                                \n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

                                The name of the log group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

                                The key-value pairs to use for the tags.

                                \nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #tags(Map)}.\n@param tags a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The key-value pairs to use for the tags.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                \n@return The key-value pairs to use for the tags.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The key-value pairs to use for the tags.

                                \n@param tags The key-value pairs to use for the tags.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

                                The key-value pairs to use for the tags.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                The key-value pairs to use for the tags.

                                \n@param tags The key-value pairs to use for the tags.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                The key-value pairs to use for the tags.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                \n@return The key-value pairs to use for the tags.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                The key-value pairs to use for the tags.

                                \n@param tags The key-value pairs to use for the tags.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

                                The key-value pairs to use for the tags.

                                ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log group.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the log group.

                                \n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log group.

                                \n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

                                The name of the log group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

                                The name of the log group.

                                \n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

                                The name of the log group.

                                \n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log group.

                                \n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

                                The name of the log group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

                                The key-value pairs to use for the tags.

                                \nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #tags(Map)}.\n@param tags a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The key-value pairs to use for the tags.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                \n@return The key-value pairs to use for the tags.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The key-value pairs to use for the tags.

                                \n@param tags The key-value pairs to use for the tags.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

                                The key-value pairs to use for the tags.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                The key-value pairs to use for the tags.

                                \n@param tags The key-value pairs to use for the tags.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                The key-value pairs to use for the tags.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                \n@return The key-value pairs to use for the tags.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                The key-value pairs to use for the tags.

                                \n@param tags The key-value pairs to use for the tags.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

                                The key-value pairs to use for the tags.

                                ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "logGroupName", "tags" ], "shapeName" : "TagLogGroupRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TagLogGroupRequest", "variableName" : "tagLogGroupRequest", "variableType" : "TagLogGroupRequest", "documentation" : null, "simpleType" : "TagLogGroupRequest", "variableSetterType" : "TagLogGroupRequest" }, "wrapper" : false, "xmlNamespace" : null }, "TagLogGroupResponse" : { "c2jName" : "TagLogGroupResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TagLogGroupResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TagLogGroupResponse", "variableName" : "tagLogGroupResponse", "variableType" : "TagLogGroupResponse", "documentation" : null, "simpleType" : "TagLogGroupResponse", "variableSetterType" : "TagLogGroupResponse" }, "wrapper" : false, "xmlNamespace" : null }, "TestMetricFilterRequest" : { "c2jName" : "TestMetricFilterRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "TestMetricFilter", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.TestMetricFilter", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterPattern", "beanStyleSetterMethodName" : "setFilterPattern", "c2jName" : "filterPattern", "c2jShape" : "FilterPattern", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the FilterPattern property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterPattern(String)}.\n@param filterPattern a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterPattern(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the FilterPattern property for this object.\n@return The value of the FilterPattern property for this object.\n@deprecated Use {@link #filterPattern()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the FilterPattern property for this object.\n\n@param filterPattern The new value for the FilterPattern property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterPattern(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterPattern property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterPattern", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterPattern", "fluentSetterDocumentation" : "Sets the value of the FilterPattern property for this object.\n\n@param filterPattern The new value for the FilterPattern property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterPattern", "getterDocumentation" : "Returns the value of the FilterPattern property for this object.\n@return The value of the FilterPattern property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterPattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterPattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterPattern", "sensitive" : false, "setterDocumentation" : "Sets the value of the FilterPattern property for this object.\n\n@param filterPattern The new value for the FilterPattern property for this object.", "setterMethodName" : "setFilterPattern", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterPattern", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterPattern", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLogEventMessages", "beanStyleSetterMethodName" : "setLogEventMessages", "c2jName" : "logEventMessages", "c2jShape" : "TestEventMessages", "defaultConsumerFluentSetterDocumentation" : "

                                The log event messages to test.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #logEventMessages(List)}.\n@param logEventMessages a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logEventMessages(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The log event messages to test.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasLogEventMessages()} to see if a value was sent in this field.\n

                                \n@return The log event messages to test.\n@deprecated Use {@link #logEventMessages()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The log event messages to test.

                                \n@param logEventMessages The log event messages to test.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logEventMessages(List)}\n", "documentation" : "

                                The log event messages to test.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogEventMessages property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogEventMessages", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logEventMessages", "fluentSetterDocumentation" : "

                                The log event messages to test.

                                \n@param logEventMessages The log event messages to test.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logEventMessages", "getterDocumentation" : "

                                The log event messages to test.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasLogEventMessages()} to see if a value was sent in this field.\n

                                \n@return The log event messages to test.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logEventMessages", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logEventMessages", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "EventMessage", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LogEventMessages", "sensitive" : false, "setterDocumentation" : "

                                The log event messages to test.

                                \n@param logEventMessages The log event messages to test.", "setterMethodName" : "setLogEventMessages", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "logEventMessages", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "logEventMessages", "variableType" : "java.util.List", "documentation" : "

                                The log event messages to test.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FilterPattern" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterPattern", "beanStyleSetterMethodName" : "setFilterPattern", "c2jName" : "filterPattern", "c2jShape" : "FilterPattern", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the FilterPattern property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterPattern(String)}.\n@param filterPattern a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterPattern(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the FilterPattern property for this object.\n@return The value of the FilterPattern property for this object.\n@deprecated Use {@link #filterPattern()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the FilterPattern property for this object.\n\n@param filterPattern The new value for the FilterPattern property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterPattern(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterPattern property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterPattern", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterPattern", "fluentSetterDocumentation" : "Sets the value of the FilterPattern property for this object.\n\n@param filterPattern The new value for the FilterPattern property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterPattern", "getterDocumentation" : "Returns the value of the FilterPattern property for this object.\n@return The value of the FilterPattern property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterPattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterPattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterPattern", "sensitive" : false, "setterDocumentation" : "Sets the value of the FilterPattern property for this object.\n\n@param filterPattern The new value for the FilterPattern property for this object.", "setterMethodName" : "setFilterPattern", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterPattern", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterPattern", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LogEventMessages" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLogEventMessages", "beanStyleSetterMethodName" : "setLogEventMessages", "c2jName" : "logEventMessages", "c2jShape" : "TestEventMessages", "defaultConsumerFluentSetterDocumentation" : "

                                The log event messages to test.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #logEventMessages(List)}.\n@param logEventMessages a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logEventMessages(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The log event messages to test.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasLogEventMessages()} to see if a value was sent in this field.\n

                                \n@return The log event messages to test.\n@deprecated Use {@link #logEventMessages()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The log event messages to test.

                                \n@param logEventMessages The log event messages to test.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logEventMessages(List)}\n", "documentation" : "

                                The log event messages to test.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogEventMessages property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogEventMessages", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logEventMessages", "fluentSetterDocumentation" : "

                                The log event messages to test.

                                \n@param logEventMessages The log event messages to test.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logEventMessages", "getterDocumentation" : "

                                The log event messages to test.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasLogEventMessages()} to see if a value was sent in this field.\n

                                \n@return The log event messages to test.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logEventMessages", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logEventMessages", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "EventMessage", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LogEventMessages", "sensitive" : false, "setterDocumentation" : "

                                The log event messages to test.

                                \n@param logEventMessages The log event messages to test.", "setterMethodName" : "setLogEventMessages", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "logEventMessages", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "logEventMessages", "variableType" : "java.util.List", "documentation" : "

                                The log event messages to test.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFilterPattern", "beanStyleSetterMethodName" : "setFilterPattern", "c2jName" : "filterPattern", "c2jShape" : "FilterPattern", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the FilterPattern property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterPattern(String)}.\n@param filterPattern a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterPattern(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the FilterPattern property for this object.\n@return The value of the FilterPattern property for this object.\n@deprecated Use {@link #filterPattern()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the FilterPattern property for this object.\n\n@param filterPattern The new value for the FilterPattern property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #filterPattern(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FilterPattern property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFilterPattern", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "filterPattern", "fluentSetterDocumentation" : "Sets the value of the FilterPattern property for this object.\n\n@param filterPattern The new value for the FilterPattern property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filterPattern", "getterDocumentation" : "Returns the value of the FilterPattern property for this object.\n@return The value of the FilterPattern property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "filterPattern", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "filterPattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FilterPattern", "sensitive" : false, "setterDocumentation" : "Sets the value of the FilterPattern property for this object.\n\n@param filterPattern The new value for the FilterPattern property for this object.", "setterMethodName" : "setFilterPattern", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filterPattern", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "filterPattern", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getLogEventMessages", "beanStyleSetterMethodName" : "setLogEventMessages", "c2jName" : "logEventMessages", "c2jShape" : "TestEventMessages", "defaultConsumerFluentSetterDocumentation" : "

                                The log event messages to test.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #logEventMessages(List)}.\n@param logEventMessages a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logEventMessages(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The log event messages to test.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasLogEventMessages()} to see if a value was sent in this field.\n

                                \n@return The log event messages to test.\n@deprecated Use {@link #logEventMessages()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The log event messages to test.

                                \n@param logEventMessages The log event messages to test.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logEventMessages(List)}\n", "documentation" : "

                                The log event messages to test.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogEventMessages property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogEventMessages", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logEventMessages", "fluentSetterDocumentation" : "

                                The log event messages to test.

                                \n@param logEventMessages The log event messages to test.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logEventMessages", "getterDocumentation" : "

                                The log event messages to test.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasLogEventMessages()} to see if a value was sent in this field.\n

                                \n@return The log event messages to test.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logEventMessages", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logEventMessages", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "EventMessage", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "LogEventMessages", "sensitive" : false, "setterDocumentation" : "

                                The log event messages to test.

                                \n@param logEventMessages The log event messages to test.", "setterMethodName" : "setLogEventMessages", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "logEventMessages", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "logEventMessages", "variableType" : "java.util.List", "documentation" : "

                                The log event messages to test.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "filterPattern", "logEventMessages" ], "shapeName" : "TestMetricFilterRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TestMetricFilterRequest", "variableName" : "testMetricFilterRequest", "variableType" : "TestMetricFilterRequest", "documentation" : null, "simpleType" : "TestMetricFilterRequest", "variableSetterType" : "TestMetricFilterRequest" }, "wrapper" : false, "xmlNamespace" : null }, "TestMetricFilterResponse" : { "c2jName" : "TestMetricFilterResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getMatches", "beanStyleSetterMethodName" : "setMatches", "c2jName" : "matches", "c2jShape" : "MetricFilterMatches", "defaultConsumerFluentSetterDocumentation" : "

                                The matched events.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #matches(List)}.\n@param matches a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #matches(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The matched events.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasMatches()} to see if a value was sent in this field.\n

                                \n@return The matched events.\n@deprecated Use {@link #matches()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The matched events.

                                \n@param matches The matched events.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #matches(List)}\n", "documentation" : "

                                The matched events.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Matches property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMatches", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "matches", "fluentSetterDocumentation" : "

                                The matched events.

                                \n@param matches The matched events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "matches", "getterDocumentation" : "

                                The matched events.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasMatches()} to see if a value was sent in this field.\n

                                \n@return The matched events.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "matches", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "matches", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MetricFilterMatchRecord", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MetricFilterMatchRecord.Builder} avoiding the need to create one manually via {@link MetricFilterMatchRecord#builder()}.\n\nWhen the {@link Consumer} completes, {@link MetricFilterMatchRecord.Builder#build()} is called immediately and its result is passed to {@link #member(MetricFilterMatchRecord)}.\n@param member a consumer that will call methods on {@link MetricFilterMatchRecord.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MetricFilterMatchRecord)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(MetricFilterMatchRecord)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "MetricFilterMatchRecord", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "MetricFilterMatchRecord", "variableName" : "member", "variableType" : "MetricFilterMatchRecord", "documentation" : null, "simpleType" : "MetricFilterMatchRecord", "variableSetterType" : "MetricFilterMatchRecord" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MetricFilterMatchRecord", "variableName" : "member", "variableType" : "MetricFilterMatchRecord", "documentation" : "", "simpleType" : "MetricFilterMatchRecord", "variableSetterType" : "MetricFilterMatchRecord" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "MetricFilterMatchRecord", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "MetricFilterMatchRecord", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Matches", "sensitive" : false, "setterDocumentation" : "

                                The matched events.

                                \n@param matches The matched events.", "setterMethodName" : "setMatches", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "matches", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "matches", "variableType" : "java.util.List", "documentation" : "

                                The matched events.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Matches" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getMatches", "beanStyleSetterMethodName" : "setMatches", "c2jName" : "matches", "c2jShape" : "MetricFilterMatches", "defaultConsumerFluentSetterDocumentation" : "

                                The matched events.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #matches(List)}.\n@param matches a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #matches(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The matched events.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasMatches()} to see if a value was sent in this field.\n

                                \n@return The matched events.\n@deprecated Use {@link #matches()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The matched events.

                                \n@param matches The matched events.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #matches(List)}\n", "documentation" : "

                                The matched events.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Matches property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMatches", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "matches", "fluentSetterDocumentation" : "

                                The matched events.

                                \n@param matches The matched events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "matches", "getterDocumentation" : "

                                The matched events.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasMatches()} to see if a value was sent in this field.\n

                                \n@return The matched events.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "matches", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "matches", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MetricFilterMatchRecord", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MetricFilterMatchRecord.Builder} avoiding the need to create one manually via {@link MetricFilterMatchRecord#builder()}.\n\nWhen the {@link Consumer} completes, {@link MetricFilterMatchRecord.Builder#build()} is called immediately and its result is passed to {@link #member(MetricFilterMatchRecord)}.\n@param member a consumer that will call methods on {@link MetricFilterMatchRecord.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MetricFilterMatchRecord)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(MetricFilterMatchRecord)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "MetricFilterMatchRecord", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "MetricFilterMatchRecord", "variableName" : "member", "variableType" : "MetricFilterMatchRecord", "documentation" : null, "simpleType" : "MetricFilterMatchRecord", "variableSetterType" : "MetricFilterMatchRecord" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MetricFilterMatchRecord", "variableName" : "member", "variableType" : "MetricFilterMatchRecord", "documentation" : "", "simpleType" : "MetricFilterMatchRecord", "variableSetterType" : "MetricFilterMatchRecord" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "MetricFilterMatchRecord", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "MetricFilterMatchRecord", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Matches", "sensitive" : false, "setterDocumentation" : "

                                The matched events.

                                \n@param matches The matched events.", "setterMethodName" : "setMatches", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "matches", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "matches", "variableType" : "java.util.List", "documentation" : "

                                The matched events.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getMatches", "beanStyleSetterMethodName" : "setMatches", "c2jName" : "matches", "c2jShape" : "MetricFilterMatches", "defaultConsumerFluentSetterDocumentation" : "

                                The matched events.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #matches(List)}.\n@param matches a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #matches(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The matched events.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasMatches()} to see if a value was sent in this field.\n

                                \n@return The matched events.\n@deprecated Use {@link #matches()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The matched events.

                                \n@param matches The matched events.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #matches(List)}\n", "documentation" : "

                                The matched events.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Matches property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMatches", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "matches", "fluentSetterDocumentation" : "

                                The matched events.

                                \n@param matches The matched events.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "matches", "getterDocumentation" : "

                                The matched events.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasMatches()} to see if a value was sent in this field.\n

                                \n@return The matched events.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "matches", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "matches", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MetricFilterMatchRecord", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MetricFilterMatchRecord.Builder} avoiding the need to create one manually via {@link MetricFilterMatchRecord#builder()}.\n\nWhen the {@link Consumer} completes, {@link MetricFilterMatchRecord.Builder#build()} is called immediately and its result is passed to {@link #member(MetricFilterMatchRecord)}.\n@param member a consumer that will call methods on {@link MetricFilterMatchRecord.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MetricFilterMatchRecord)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(MetricFilterMatchRecord)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "MetricFilterMatchRecord", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "MetricFilterMatchRecord", "variableName" : "member", "variableType" : "MetricFilterMatchRecord", "documentation" : null, "simpleType" : "MetricFilterMatchRecord", "variableSetterType" : "MetricFilterMatchRecord" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MetricFilterMatchRecord", "variableName" : "member", "variableType" : "MetricFilterMatchRecord", "documentation" : "", "simpleType" : "MetricFilterMatchRecord", "variableSetterType" : "MetricFilterMatchRecord" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "MetricFilterMatchRecord", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "MetricFilterMatchRecord", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Matches", "sensitive" : false, "setterDocumentation" : "

                                The matched events.

                                \n@param matches The matched events.", "setterMethodName" : "setMatches", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "matches", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "matches", "variableType" : "java.util.List", "documentation" : "

                                The matched events.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TestMetricFilterResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TestMetricFilterResponse", "variableName" : "testMetricFilterResponse", "variableType" : "TestMetricFilterResponse", "documentation" : null, "simpleType" : "TestMetricFilterResponse", "variableSetterType" : "TestMetricFilterResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UnrecognizedClientException" : { "c2jName" : "UnrecognizedClientException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The most likely cause is an invalid AWS access key ID or secret key.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "UnrecognizedClientException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UnrecognizedClientException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UnrecognizedClientException", "variableName" : "unrecognizedClientException", "variableType" : "UnrecognizedClientException", "documentation" : null, "simpleType" : "UnrecognizedClientException", "variableSetterType" : "UnrecognizedClientException" }, "wrapper" : false, "xmlNamespace" : null }, "UntagLogGroupRequest" : { "c2jName" : "UntagLogGroupRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UntagLogGroup", "locationName" : null, "requestUri" : "/", "target" : "Logs_20140328.UntagLogGroup", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log group.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the log group.

                                \n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log group.

                                \n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

                                The name of the log group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

                                The name of the log group.

                                \n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

                                The name of the log group.

                                \n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log group.

                                \n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

                                The name of the log group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                The tag keys. The corresponding tags are removed from the log group.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The tag keys. The corresponding tags are removed from the log group.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                \n@return The tag keys. The corresponding tags are removed from the log group.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The tag keys. The corresponding tags are removed from the log group.

                                \n@param tags The tag keys. The corresponding tags are removed from the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                The tag keys. The corresponding tags are removed from the log group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                The tag keys. The corresponding tags are removed from the log group.

                                \n@param tags The tag keys. The corresponding tags are removed from the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                The tag keys. The corresponding tags are removed from the log group.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                \n@return The tag keys. The corresponding tags are removed from the log group.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                The tag keys. The corresponding tags are removed from the log group.

                                \n@param tags The tag keys. The corresponding tags are removed from the log group.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                The tag keys. The corresponding tags are removed from the log group.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LogGroupName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log group.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the log group.

                                \n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log group.

                                \n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

                                The name of the log group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

                                The name of the log group.

                                \n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

                                The name of the log group.

                                \n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log group.

                                \n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

                                The name of the log group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                The tag keys. The corresponding tags are removed from the log group.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The tag keys. The corresponding tags are removed from the log group.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                \n@return The tag keys. The corresponding tags are removed from the log group.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The tag keys. The corresponding tags are removed from the log group.

                                \n@param tags The tag keys. The corresponding tags are removed from the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                The tag keys. The corresponding tags are removed from the log group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                The tag keys. The corresponding tags are removed from the log group.

                                \n@param tags The tag keys. The corresponding tags are removed from the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                The tag keys. The corresponding tags are removed from the log group.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                \n@return The tag keys. The corresponding tags are removed from the log group.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                The tag keys. The corresponding tags are removed from the log group.

                                \n@param tags The tag keys. The corresponding tags are removed from the log group.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                The tag keys. The corresponding tags are removed from the log group.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogGroupName", "beanStyleSetterMethodName" : "setLogGroupName", "c2jName" : "logGroupName", "c2jShape" : "LogGroupName", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the log group.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the log group.

                                \n@return The name of the log group.\n@deprecated Use {@link #logGroupName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the log group.

                                \n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logGroupName(String)}\n", "documentation" : "

                                The name of the log group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogGroupName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogGroupName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logGroupName", "fluentSetterDocumentation" : "

                                The name of the log group.

                                \n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logGroupName", "getterDocumentation" : "

                                The name of the log group.

                                \n@return The name of the log group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logGroupName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logGroupName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogGroupName", "sensitive" : false, "setterDocumentation" : "

                                The name of the log group.

                                \n@param logGroupName The name of the log group.", "setterMethodName" : "setLogGroupName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logGroupName", "variableType" : "String", "documentation" : "

                                The name of the log group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                The tag keys. The corresponding tags are removed from the log group.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The tag keys. The corresponding tags are removed from the log group.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                \n@return The tag keys. The corresponding tags are removed from the log group.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The tag keys. The corresponding tags are removed from the log group.

                                \n@param tags The tag keys. The corresponding tags are removed from the log group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                The tag keys. The corresponding tags are removed from the log group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                The tag keys. The corresponding tags are removed from the log group.

                                \n@param tags The tag keys. The corresponding tags are removed from the log group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                The tag keys. The corresponding tags are removed from the log group.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                \n@return The tag keys. The corresponding tags are removed from the log group.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                The tag keys. The corresponding tags are removed from the log group.

                                \n@param tags The tag keys. The corresponding tags are removed from the log group.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                The tag keys. The corresponding tags are removed from the log group.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "logGroupName", "tags" ], "shapeName" : "UntagLogGroupRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UntagLogGroupRequest", "variableName" : "untagLogGroupRequest", "variableType" : "UntagLogGroupRequest", "documentation" : null, "simpleType" : "UntagLogGroupRequest", "variableSetterType" : "UntagLogGroupRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UntagLogGroupResponse" : { "c2jName" : "UntagLogGroupResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UntagLogGroupResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UntagLogGroupResponse", "variableName" : "untagLogGroupResponse", "variableType" : "UntagLogGroupResponse", "documentation" : null, "simpleType" : "UntagLogGroupResponse", "variableSetterType" : "UntagLogGroupResponse" }, "wrapper" : false, "xmlNamespace" : null } }, "customAuthorizers" : { }, "customRetryPolicy" : null, "examples" : { "examples" : { }, "version" : "1.0" }, "fileHeader" : "/*\n * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */\n", "sdkBaseResponseFqcn" : "software.amazon.awssdk.awscore.AwsResponse", "sdkModeledExceptionBaseClassName" : "CloudWatchLogsException", "sdkModeledExceptionBaseFqcn" : "software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsException", "sdkRequestBaseClassName" : "CloudWatchLogsRequest", "sdkResponseBaseClassName" : "CloudWatchLogsResponse" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy