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

models.support-2013-04-15-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for AWS Support module holds the client classes that are used for communicating with AWS Support Service

There is a newer version: 2.29.39
Show newest version
{
  "customizationConfig" : {
    "attachPayloadTraitToMember" : { },
    "blacklistedSimpleMethods" : [ "resolveCase", "describeSeverityLevels", "describeCases", "describeServices" ],
    "calculateCrc32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ ],
    "customErrorCodeFieldName" : null,
    "customProtocolFactoryFqcn" : null,
    "customResponseMetadata" : null,
    "customRetryPolicy" : null,
    "customServiceMetadata" : null,
    "defaultSimpleMethodTestRegion" : null,
    "deprecatedOperations" : [ ],
    "deprecatedShapes" : [ ],
    "excludeClientCreateMethod" : false,
    "modelMarshallerDefaultValueSupplier" : { },
    "operationModifiers" : null,
    "renameShapes" : null,
    "sdkModeledExceptionBaseClassName" : null,
    "sdkRequestBaseClassName" : null,
    "sdkResponseBaseClassName" : null,
    "serviceSpecificClientConfigClass" : null,
    "serviceSpecificHttpConfig" : null,
    "shapeModifiers" : null,
    "shapeSubstitutions" : null,
    "shareModelConfig" : null,
    "skipSyncClientGeneration" : false,
    "useAutoConstructList" : true,
    "useAutoConstructMap" : true,
    "verifiedSimpleMethods" : [ ]
  },
  "metadata" : {
    "apiVersion" : "2013-04-15",
    "asyncBuilder" : "DefaultSupportAsyncClientBuilder",
    "asyncBuilderInterface" : "SupportAsyncClientBuilder",
    "asyncClient" : "DefaultSupportAsyncClient",
    "asyncInterface" : "SupportAsyncClient",
    "authPolicyPackageName" : null,
    "authType" : "V4",
    "baseBuilder" : "DefaultSupportBaseClientBuilder",
    "baseBuilderInterface" : "SupportBaseClientBuilder",
    "baseExceptionName" : "SupportException",
    "baseRequestName" : "SupportRequest",
    "baseResponseName" : "SupportResponse",
    "cborProtocol" : false,
    "clientPackageName" : "support",
    "contentType" : null,
    "defaultEndpoint" : null,
    "defaultEndpointWithoutHttpProtocol" : null,
    "defaultRegion" : null,
    "descriptiveServiceName" : "AWS Support",
    "documentation" : "AWS Support 

The AWS Support API reference is intended for programmers who need detailed information about the AWS Support operations and data types. This service enables you to manage your AWS Support cases programmatically. It uses HTTP methods that return results in JSON format.

The AWS Support service also exposes a set of Trusted Advisor features. You can retrieve a list of checks and their descriptions, get check results, specify checks to refresh, and get the refresh status of checks.

The following list describes the AWS Support case management operations:

The following list describes the operations available from the AWS Support service for Trusted Advisor:

For authentication of requests, AWS Support uses Signature Version 4 Signing Process.

See About the AWS Support API in the AWS Support User Guide for information about how to use this service to create and manage your support cases, and how to call Trusted Advisor for results of checks on your resources.

", "endpointPrefix" : "support", "fullAuthPolicyPackageName" : "software.amazon.awssdk.services", "fullClientPackageName" : "software.amazon.awssdk.services.support", "fullModelPackageName" : "software.amazon.awssdk.services.support.model", "fullPaginatorsPackageName" : "software.amazon.awssdk.services.support.paginators", "fullRequestTransformPackageName" : "software.amazon.awssdk.services.support.transform", "fullTransformPackageName" : "software.amazon.awssdk.services.support.transform", "ionProtocol" : false, "jsonProtocol" : true, "jsonVersion" : "1.1", "modelPackageName" : "support.model", "paginatorsPackageName" : "support.paginators", "protocol" : "json", "requestTransformPackageName" : "support.transform", "requiresApiKey" : false, "requiresIamSigners" : false, "rootPackageName" : "software.amazon.awssdk.services", "serviceName" : "Support", "signingName" : "support", "syncBuilder" : "DefaultSupportClientBuilder", "syncBuilderInterface" : "SupportClientBuilder", "syncClient" : "DefaultSupportClient", "syncInterface" : "SupportClient", "transformPackageName" : "support.transform", "uid" : "support-2013-04-15", "xmlProtocol" : false }, "operations" : { "AddAttachmentsToSet" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Adds one or more attachments to an attachment set. If an attachmentSetId is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId is specified, the attachments are added to the specified set, if it exists.

An attachment set is a temporary container for attachments that are to be added to a case or case communication. The set is available for one hour after it is created; the expiryTime returned in the response indicates when the set expires. The maximum number of attachments in a set is 3, and the maximum size of any attachment in the set is 5 MB.

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

An internal server error occurred.

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

An attachment set with the specified ID could not be found.

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

The expiration time of the attachment set has passed. The set expires 1 hour after it is created.

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

A limit for the size of an attachment set has been exceeded. The limits are 3 attachments and 5 MB per attachment.

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

The limit for the number of attachment sets created in a short period of time has been exceeded.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "AddAttachmentsToSetRequest", "variableName" : "addAttachmentsToSetRequest", "variableType" : "AddAttachmentsToSetRequest", "documentation" : "

", "simpleType" : "AddAttachmentsToSetRequest", "variableSetterType" : "AddAttachmentsToSetRequest" }, "methodName" : "addAttachmentsToSet", "operationName" : "AddAttachmentsToSet", "paginated" : false, "returnType" : { "returnType" : "AddAttachmentsToSetResponse", "documentation" : "

The ID and expiry time of the attachment set returned by the AddAttachmentsToSet operation.

" }, "syncReturnType" : "AddAttachmentsToSetResponse" }, "AddCommunicationToCase" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Adds additional customer communication to an AWS Support case. You use the caseId value to identify the case to add communication to. You can list a set of email addresses to copy on the communication using the ccEmailAddresses value. The communicationBody value contains the text of the communication.

The response indicates the success or failure of the request.

This operation implements a subset of the features of the AWS Support Center.

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

An internal server error occurred.

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

The requested caseId could not be located.

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

An attachment set with the specified ID could not be found.

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

The expiration time of the attachment set has passed. The set expires 1 hour after it is created.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "AddCommunicationToCaseRequest", "variableName" : "addCommunicationToCaseRequest", "variableType" : "AddCommunicationToCaseRequest", "documentation" : "

To be written.

", "simpleType" : "AddCommunicationToCaseRequest", "variableSetterType" : "AddCommunicationToCaseRequest" }, "methodName" : "addCommunicationToCase", "operationName" : "AddCommunicationToCase", "paginated" : false, "returnType" : { "returnType" : "AddCommunicationToCaseResponse", "documentation" : "

The result of the AddCommunicationToCase operation.

" }, "syncReturnType" : "AddCommunicationToCaseResponse" }, "CreateCase" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a new case in the AWS Support Center. This operation is modeled on the behavior of the AWS Support Center Create Case page. Its parameters require you to specify the following information:

  • issueType. The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"

  • serviceCode. The code for an AWS service. You obtain the serviceCode by calling DescribeServices.

  • categoryCode. The category for the service defined for the serviceCode value. You also obtain the category code for a service by calling DescribeServices. Each AWS service defines its own set of category codes.

  • severityCode. A value that indicates the urgency of the case, which in turn determines the response time according to your service level agreement with AWS Support. You obtain the SeverityCode by calling DescribeSeverityLevels.

  • subject. The Subject field on the AWS Support Center Create Case page.

  • communicationBody. The Description field on the AWS Support Center Create Case page.

  • attachmentSetId. The ID of a set of attachments that has been created by using AddAttachmentsToSet.

  • language. The human language in which AWS Support handles the case. English and Japanese are currently supported.

  • ccEmailAddresses. The AWS Support Center CC field on the Create Case page. You can list email addresses to be copied on any correspondence about the case. The account that opens the case is already identified by passing the AWS Credentials in the HTTP POST method or in a method or function call from one of the programming languages supported by an AWS SDK.

To add additional communication or attachments to an existing case, use AddCommunicationToCase.

A successful CreateCase request returns an AWS Support case number. Case numbers are used by the DescribeCases operation to retrieve existing AWS Support cases.

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

An internal server error occurred.

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

The case creation limit for the account has been exceeded.

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

An attachment set with the specified ID could not be found.

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

The expiration time of the attachment set has passed. The set expires 1 hour after it is created.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateCaseRequest", "variableName" : "createCaseRequest", "variableType" : "CreateCaseRequest", "documentation" : "

", "simpleType" : "CreateCaseRequest", "variableSetterType" : "CreateCaseRequest" }, "methodName" : "createCase", "operationName" : "CreateCase", "paginated" : false, "returnType" : { "returnType" : "CreateCaseResponse", "documentation" : "

The AWS Support case ID returned by a successful completion of the CreateCase operation.

" }, "syncReturnType" : "CreateCaseResponse" }, "DescribeAttachment" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the attachment that has the specified ID. Attachment IDs are generated by the case management system when you add an attachment to a case or case communication. Attachment IDs are returned in the AttachmentDetails objects that are returned by the DescribeCommunications operation.

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

An internal server error occurred.

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

The limit for the number of DescribeAttachment requests in a short period of time has been exceeded.

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

An attachment with the specified ID could not be found.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeAttachmentRequest", "variableName" : "describeAttachmentRequest", "variableType" : "DescribeAttachmentRequest", "documentation" : "", "simpleType" : "DescribeAttachmentRequest", "variableSetterType" : "DescribeAttachmentRequest" }, "methodName" : "describeAttachment", "operationName" : "DescribeAttachment", "paginated" : false, "returnType" : { "returnType" : "DescribeAttachmentResponse", "documentation" : "

The content and file name of the attachment returned by the DescribeAttachment operation.

" }, "syncReturnType" : "DescribeAttachmentResponse" }, "DescribeCases" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Returns a list of cases that you specify by passing one or more case IDs. In addition, you can filter the cases by date by setting values for the afterTime and beforeTime request parameters. You can set values for the includeResolvedCases and includeCommunications request parameters to control how much information is returned.

Case data is available for 12 months after creation. If a case was created more than 12 months ago, a request for data might cause an error.

The response returns the following in JSON format:

  • One or more CaseDetails data types.

  • One or more nextToken values, which specify where to paginate the returned records represented by the CaseDetails objects.

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

An internal server error occurred.

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

The requested caseId could not be located.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeCasesRequest", "variableName" : "describeCasesRequest", "variableType" : "DescribeCasesRequest", "documentation" : "

", "simpleType" : "DescribeCasesRequest", "variableSetterType" : "DescribeCasesRequest" }, "methodName" : "describeCases", "operationName" : "DescribeCases", "paginated" : true, "returnType" : { "returnType" : "DescribeCasesResponse", "documentation" : "

Returns an array of CaseDetails objects and a nextToken that defines a point for pagination in the result set.

" }, "syncReturnType" : "DescribeCasesResponse" }, "DescribeCommunications" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Returns communications (and attachments) for one or more support cases. You can use the afterTime and beforeTime parameters to filter by date. You can use the caseId parameter to restrict the results to a particular case.

Case data is available for 12 months after creation. If a case was created more than 12 months ago, a request for data might cause an error.

You can use the maxResults and nextToken parameters to control the pagination of the result set. Set maxResults to the number of cases you want displayed on each page, and use nextToken to specify the resumption of pagination.

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

An internal server error occurred.

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

The requested caseId could not be located.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeCommunicationsRequest", "variableName" : "describeCommunicationsRequest", "variableType" : "DescribeCommunicationsRequest", "documentation" : "

", "simpleType" : "DescribeCommunicationsRequest", "variableSetterType" : "DescribeCommunicationsRequest" }, "methodName" : "describeCommunications", "operationName" : "DescribeCommunications", "paginated" : true, "returnType" : { "returnType" : "DescribeCommunicationsResponse", "documentation" : "

The communications returned by the DescribeCommunications operation.

" }, "syncReturnType" : "DescribeCommunicationsResponse" }, "DescribeServices" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the current list of AWS services and a list of service categories that applies to each one. You then use service names and categories in your CreateCase requests. Each AWS service has its own set of categories.

The service codes and category codes correspond to the values that are displayed in the Service and Category drop-down lists on the AWS Support Center Create Case page. The values in those fields, however, do not necessarily match the service codes and categories returned by the DescribeServices request. Always use the service codes and categories obtained programmatically. This practice ensures that you always have the most recent set of service and category codes.

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

An internal server error occurred.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeServicesRequest", "variableName" : "describeServicesRequest", "variableType" : "DescribeServicesRequest", "documentation" : "

", "simpleType" : "DescribeServicesRequest", "variableSetterType" : "DescribeServicesRequest" }, "methodName" : "describeServices", "operationName" : "DescribeServices", "paginated" : false, "returnType" : { "returnType" : "DescribeServicesResponse", "documentation" : "

The list of AWS services returned by the DescribeServices operation.

" }, "syncReturnType" : "DescribeServicesResponse" }, "DescribeSeverityLevels" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the list of severity levels that you can assign to an AWS Support case. The severity level for a case is also a field in the CaseDetails data type included in any CreateCase request.

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

An internal server error occurred.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeSeverityLevelsRequest", "variableName" : "describeSeverityLevelsRequest", "variableType" : "DescribeSeverityLevelsRequest", "documentation" : "

", "simpleType" : "DescribeSeverityLevelsRequest", "variableSetterType" : "DescribeSeverityLevelsRequest" }, "methodName" : "describeSeverityLevels", "operationName" : "DescribeSeverityLevels", "paginated" : false, "returnType" : { "returnType" : "DescribeSeverityLevelsResponse", "documentation" : "

The list of severity levels returned by the DescribeSeverityLevels operation.

" }, "syncReturnType" : "DescribeSeverityLevelsResponse" }, "DescribeTrustedAdvisorCheckRefreshStatuses" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the refresh status of the Trusted Advisor checks that have the specified check IDs. Check IDs can be obtained by calling DescribeTrustedAdvisorChecks.

Some checks are refreshed automatically, and their refresh statuses cannot be retrieved by using this operation. Use of the DescribeTrustedAdvisorCheckRefreshStatuses operation for these checks causes an InvalidParameterValue error.

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

An internal server error occurred.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeTrustedAdvisorCheckRefreshStatusesRequest", "variableName" : "describeTrustedAdvisorCheckRefreshStatusesRequest", "variableType" : "DescribeTrustedAdvisorCheckRefreshStatusesRequest", "documentation" : "

", "simpleType" : "DescribeTrustedAdvisorCheckRefreshStatusesRequest", "variableSetterType" : "DescribeTrustedAdvisorCheckRefreshStatusesRequest" }, "methodName" : "describeTrustedAdvisorCheckRefreshStatuses", "operationName" : "DescribeTrustedAdvisorCheckRefreshStatuses", "paginated" : false, "returnType" : { "returnType" : "DescribeTrustedAdvisorCheckRefreshStatusesResponse", "documentation" : "

The statuses of the Trusted Advisor checks returned by the DescribeTrustedAdvisorCheckRefreshStatuses operation.

" }, "syncReturnType" : "DescribeTrustedAdvisorCheckRefreshStatusesResponse" }, "DescribeTrustedAdvisorCheckResult" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the results of the Trusted Advisor check that has the specified check ID. Check IDs can be obtained by calling DescribeTrustedAdvisorChecks.

The response contains a TrustedAdvisorCheckResult object, which contains these three objects:

In addition, the response contains these fields:

  • status. The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".

  • timestamp. The time of the last refresh of the check.

  • checkId. The unique identifier for the check.

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

An internal server error occurred.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeTrustedAdvisorCheckResultRequest", "variableName" : "describeTrustedAdvisorCheckResultRequest", "variableType" : "DescribeTrustedAdvisorCheckResultRequest", "documentation" : "

", "simpleType" : "DescribeTrustedAdvisorCheckResultRequest", "variableSetterType" : "DescribeTrustedAdvisorCheckResultRequest" }, "methodName" : "describeTrustedAdvisorCheckResult", "operationName" : "DescribeTrustedAdvisorCheckResult", "paginated" : false, "returnType" : { "returnType" : "DescribeTrustedAdvisorCheckResultResponse", "documentation" : "

The result of the Trusted Advisor check returned by the DescribeTrustedAdvisorCheckResult operation.

" }, "syncReturnType" : "DescribeTrustedAdvisorCheckResultResponse" }, "DescribeTrustedAdvisorCheckSummaries" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the summaries of the results of the Trusted Advisor checks that have the specified check IDs. Check IDs can be obtained by calling DescribeTrustedAdvisorChecks.

The response contains an array of TrustedAdvisorCheckSummary objects.

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

An internal server error occurred.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeTrustedAdvisorCheckSummariesRequest", "variableName" : "describeTrustedAdvisorCheckSummariesRequest", "variableType" : "DescribeTrustedAdvisorCheckSummariesRequest", "documentation" : "

", "simpleType" : "DescribeTrustedAdvisorCheckSummariesRequest", "variableSetterType" : "DescribeTrustedAdvisorCheckSummariesRequest" }, "methodName" : "describeTrustedAdvisorCheckSummaries", "operationName" : "DescribeTrustedAdvisorCheckSummaries", "paginated" : false, "returnType" : { "returnType" : "DescribeTrustedAdvisorCheckSummariesResponse", "documentation" : "

The summaries of the Trusted Advisor checks returned by the DescribeTrustedAdvisorCheckSummaries operation.

" }, "syncReturnType" : "DescribeTrustedAdvisorCheckSummariesResponse" }, "DescribeTrustedAdvisorChecks" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Returns information about all available Trusted Advisor checks, including name, ID, category, description, and metadata. You must specify a language code; English (\"en\") and Japanese (\"ja\") are currently supported. The response contains a TrustedAdvisorCheckDescription for each check.

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

An internal server error occurred.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeTrustedAdvisorChecksRequest", "variableName" : "describeTrustedAdvisorChecksRequest", "variableType" : "DescribeTrustedAdvisorChecksRequest", "documentation" : "

", "simpleType" : "DescribeTrustedAdvisorChecksRequest", "variableSetterType" : "DescribeTrustedAdvisorChecksRequest" }, "methodName" : "describeTrustedAdvisorChecks", "operationName" : "DescribeTrustedAdvisorChecks", "paginated" : false, "returnType" : { "returnType" : "DescribeTrustedAdvisorChecksResponse", "documentation" : "

Information about the Trusted Advisor checks returned by the DescribeTrustedAdvisorChecks operation.

" }, "syncReturnType" : "DescribeTrustedAdvisorChecksResponse" }, "RefreshTrustedAdvisorCheck" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Requests a refresh of the Trusted Advisor check that has the specified check ID. Check IDs can be obtained by calling DescribeTrustedAdvisorChecks.

Some checks are refreshed automatically, and they cannot be refreshed by using this operation. Use of the RefreshTrustedAdvisorCheck operation for these checks causes an InvalidParameterValue error.

The response contains a TrustedAdvisorCheckRefreshStatus object, which contains these fields:

  • status. The refresh status of the check: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".

  • millisUntilNextRefreshable. The amount of time, in milliseconds, until the check is eligible for refresh.

  • checkId. The unique identifier for the check.

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

An internal server error occurred.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "RefreshTrustedAdvisorCheckRequest", "variableName" : "refreshTrustedAdvisorCheckRequest", "variableType" : "RefreshTrustedAdvisorCheckRequest", "documentation" : "

", "simpleType" : "RefreshTrustedAdvisorCheckRequest", "variableSetterType" : "RefreshTrustedAdvisorCheckRequest" }, "methodName" : "refreshTrustedAdvisorCheck", "operationName" : "RefreshTrustedAdvisorCheck", "paginated" : false, "returnType" : { "returnType" : "RefreshTrustedAdvisorCheckResponse", "documentation" : "

The current refresh status of a Trusted Advisor check.

" }, "syncReturnType" : "RefreshTrustedAdvisorCheckResponse" }, "ResolveCase" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Takes a caseId and returns the initial state of the case along with the state of the case after the call to ResolveCase completed.

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

An internal server error occurred.

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

The requested caseId could not be located.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ResolveCaseRequest", "variableName" : "resolveCaseRequest", "variableType" : "ResolveCaseRequest", "documentation" : "

", "simpleType" : "ResolveCaseRequest", "variableSetterType" : "ResolveCaseRequest" }, "methodName" : "resolveCase", "operationName" : "ResolveCase", "paginated" : false, "returnType" : { "returnType" : "ResolveCaseResponse", "documentation" : "

The status of the case returned by the ResolveCase operation.

" }, "syncReturnType" : "ResolveCaseResponse" } }, "shapes" : { "AddAttachmentsToSetRequest" : { "c2jName" : "AddAttachmentsToSetRequest", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "AddAttachmentsToSet", "locationName" : null, "requestUri" : "/", "target" : "AWSSupport_20130415.AddAttachmentsToSet", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getAttachmentSetId", "beanStyleSetterMethodName" : "setAttachmentSetId", "c2jName" : "attachmentSetId", "c2jShape" : "AttachmentSetId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the attachment set. If an attachmentSetId is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId is specified, the attachments are added to the specified set, if it exists.

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

The ID of the attachment set. If an attachmentSetId is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId is specified, the attachments are added to the specified set, if it exists.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachmentSetId", "fluentSetterDocumentation" : "

The ID of the attachment set. If an attachmentSetId is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId is specified, the attachments are added to the specified set, if it exists.

\n@param attachmentSetId The ID of the attachment set. If an attachmentSetId is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId is specified, the attachments are added to the specified set, if it exists.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachmentSetId", "getterDocumentation" : "

The ID of the attachment set. If an attachmentSetId is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId is specified, the attachments are added to the specified set, if it exists.

\n@return The ID of the attachment set. If an attachmentSetId is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId is specified, the attachments are added to the specified set, if it exists.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "attachmentSetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "attachmentSetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AttachmentSetId", "sensitive" : false, "setterDocumentation" : "

The ID of the attachment set. If an attachmentSetId is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId is specified, the attachments are added to the specified set, if it exists.

\n@param attachmentSetId The ID of the attachment set. If an attachmentSetId is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId is specified, the attachments are added to the specified set, if it exists.", "setterMethodName" : "setAttachmentSetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attachmentSetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attachmentSetId", "variableType" : "String", "documentation" : "

The ID of the attachment set. If an attachmentSetId is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId is specified, the attachments are added to the specified set, if it exists.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttachments", "beanStyleSetterMethodName" : "setAttachments", "c2jName" : "attachments", "c2jShape" : "Attachments", "defaultConsumerFluentSetterDocumentation" : "

One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.

\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 #attachments(List)}.\n@param attachments 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 #attachments(List)", "deprecated" : false, "documentation" : "

One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachments", "fluentSetterDocumentation" : "

One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.

\n@param attachments One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachments", "getterDocumentation" : "

One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.

\n

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

\n@return One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.", "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" : "attachments", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "attachments", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Attachment", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Attachment.Builder} avoiding the need to create one manually via {@link Attachment#builder()}.\n\nWhen the {@link Consumer} completes, {@link Attachment.Builder#build()} is called immediately and its result is passed to {@link #member(Attachment)}.\n@param member a consumer that will call methods on {@link Attachment.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Attachment)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Attachment", "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, "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" : "Attachment", "variableName" : "member", "variableType" : "Attachment", "documentation" : null, "simpleType" : "Attachment", "variableSetterType" : "Attachment" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Attachment", "variableName" : "member", "variableType" : "Attachment", "documentation" : "", "simpleType" : "Attachment", "variableSetterType" : "Attachment" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Attachment", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Attachment", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attachments", "sensitive" : false, "setterDocumentation" : "

One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.

\n@param attachments One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.", "setterMethodName" : "setAttachments", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attachments", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attachments", "variableType" : "java.util.List", "documentation" : "

One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttachmentSetId" : { "beanStyleGetterMethodName" : "getAttachmentSetId", "beanStyleSetterMethodName" : "setAttachmentSetId", "c2jName" : "attachmentSetId", "c2jShape" : "AttachmentSetId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the attachment set. If an attachmentSetId is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId is specified, the attachments are added to the specified set, if it exists.

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

The ID of the attachment set. If an attachmentSetId is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId is specified, the attachments are added to the specified set, if it exists.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachmentSetId", "fluentSetterDocumentation" : "

The ID of the attachment set. If an attachmentSetId is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId is specified, the attachments are added to the specified set, if it exists.

\n@param attachmentSetId The ID of the attachment set. If an attachmentSetId is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId is specified, the attachments are added to the specified set, if it exists.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachmentSetId", "getterDocumentation" : "

The ID of the attachment set. If an attachmentSetId is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId is specified, the attachments are added to the specified set, if it exists.

\n@return The ID of the attachment set. If an attachmentSetId is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId is specified, the attachments are added to the specified set, if it exists.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "attachmentSetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "attachmentSetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AttachmentSetId", "sensitive" : false, "setterDocumentation" : "

The ID of the attachment set. If an attachmentSetId is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId is specified, the attachments are added to the specified set, if it exists.

\n@param attachmentSetId The ID of the attachment set. If an attachmentSetId is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId is specified, the attachments are added to the specified set, if it exists.", "setterMethodName" : "setAttachmentSetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attachmentSetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attachmentSetId", "variableType" : "String", "documentation" : "

The ID of the attachment set. If an attachmentSetId is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId is specified, the attachments are added to the specified set, if it exists.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Attachments" : { "beanStyleGetterMethodName" : "getAttachments", "beanStyleSetterMethodName" : "setAttachments", "c2jName" : "attachments", "c2jShape" : "Attachments", "defaultConsumerFluentSetterDocumentation" : "

One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.

\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 #attachments(List)}.\n@param attachments 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 #attachments(List)", "deprecated" : false, "documentation" : "

One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachments", "fluentSetterDocumentation" : "

One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.

\n@param attachments One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachments", "getterDocumentation" : "

One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.

\n

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

\n@return One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.", "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" : "attachments", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "attachments", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Attachment", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Attachment.Builder} avoiding the need to create one manually via {@link Attachment#builder()}.\n\nWhen the {@link Consumer} completes, {@link Attachment.Builder#build()} is called immediately and its result is passed to {@link #member(Attachment)}.\n@param member a consumer that will call methods on {@link Attachment.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Attachment)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Attachment", "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, "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" : "Attachment", "variableName" : "member", "variableType" : "Attachment", "documentation" : null, "simpleType" : "Attachment", "variableSetterType" : "Attachment" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Attachment", "variableName" : "member", "variableType" : "Attachment", "documentation" : "", "simpleType" : "Attachment", "variableSetterType" : "Attachment" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Attachment", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Attachment", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attachments", "sensitive" : false, "setterDocumentation" : "

One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.

\n@param attachments One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.", "setterMethodName" : "setAttachments", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attachments", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attachments", "variableType" : "java.util.List", "documentation" : "

One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAttachmentSetId", "beanStyleSetterMethodName" : "setAttachmentSetId", "c2jName" : "attachmentSetId", "c2jShape" : "AttachmentSetId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the attachment set. If an attachmentSetId is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId is specified, the attachments are added to the specified set, if it exists.

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

The ID of the attachment set. If an attachmentSetId is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId is specified, the attachments are added to the specified set, if it exists.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachmentSetId", "fluentSetterDocumentation" : "

The ID of the attachment set. If an attachmentSetId is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId is specified, the attachments are added to the specified set, if it exists.

\n@param attachmentSetId The ID of the attachment set. If an attachmentSetId is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId is specified, the attachments are added to the specified set, if it exists.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachmentSetId", "getterDocumentation" : "

The ID of the attachment set. If an attachmentSetId is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId is specified, the attachments are added to the specified set, if it exists.

\n@return The ID of the attachment set. If an attachmentSetId is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId is specified, the attachments are added to the specified set, if it exists.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "attachmentSetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "attachmentSetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AttachmentSetId", "sensitive" : false, "setterDocumentation" : "

The ID of the attachment set. If an attachmentSetId is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId is specified, the attachments are added to the specified set, if it exists.

\n@param attachmentSetId The ID of the attachment set. If an attachmentSetId is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId is specified, the attachments are added to the specified set, if it exists.", "setterMethodName" : "setAttachmentSetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attachmentSetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attachmentSetId", "variableType" : "String", "documentation" : "

The ID of the attachment set. If an attachmentSetId is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId is specified, the attachments are added to the specified set, if it exists.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttachments", "beanStyleSetterMethodName" : "setAttachments", "c2jName" : "attachments", "c2jShape" : "Attachments", "defaultConsumerFluentSetterDocumentation" : "

One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.

\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 #attachments(List)}.\n@param attachments 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 #attachments(List)", "deprecated" : false, "documentation" : "

One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachments", "fluentSetterDocumentation" : "

One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.

\n@param attachments One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachments", "getterDocumentation" : "

One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.

\n

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

\n@return One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.", "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" : "attachments", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "attachments", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Attachment", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Attachment.Builder} avoiding the need to create one manually via {@link Attachment#builder()}.\n\nWhen the {@link Consumer} completes, {@link Attachment.Builder#build()} is called immediately and its result is passed to {@link #member(Attachment)}.\n@param member a consumer that will call methods on {@link Attachment.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Attachment)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Attachment", "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, "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" : "Attachment", "variableName" : "member", "variableType" : "Attachment", "documentation" : null, "simpleType" : "Attachment", "variableSetterType" : "Attachment" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Attachment", "variableName" : "member", "variableType" : "Attachment", "documentation" : "", "simpleType" : "Attachment", "variableSetterType" : "Attachment" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Attachment", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Attachment", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Attachments", "sensitive" : false, "setterDocumentation" : "

One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.

\n@param attachments One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.", "setterMethodName" : "setAttachments", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attachments", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attachments", "variableType" : "java.util.List", "documentation" : "

One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "attachments" ], "shapeName" : "AddAttachmentsToSetRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AddAttachmentsToSetRequest", "variableName" : "addAttachmentsToSetRequest", "variableType" : "AddAttachmentsToSetRequest", "documentation" : null, "simpleType" : "AddAttachmentsToSetRequest", "variableSetterType" : "AddAttachmentsToSetRequest" }, "wrapper" : false }, "AddAttachmentsToSetResponse" : { "c2jName" : "AddAttachmentsToSetResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The ID and expiry time of the attachment set returned by the AddAttachmentsToSet operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getAttachmentSetId", "beanStyleSetterMethodName" : "setAttachmentSetId", "c2jName" : "attachmentSetId", "c2jShape" : "AttachmentSetId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the attachment set. If an attachmentSetId was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId was specified, the attachments are added to the specified set, if it exists.

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

The ID of the attachment set. If an attachmentSetId was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId was specified, the attachments are added to the specified set, if it exists.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachmentSetId", "fluentSetterDocumentation" : "

The ID of the attachment set. If an attachmentSetId was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId was specified, the attachments are added to the specified set, if it exists.

\n@param attachmentSetId The ID of the attachment set. If an attachmentSetId was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId was specified, the attachments are added to the specified set, if it exists.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachmentSetId", "getterDocumentation" : "

The ID of the attachment set. If an attachmentSetId was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId was specified, the attachments are added to the specified set, if it exists.

\n@return The ID of the attachment set. If an attachmentSetId was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId was specified, the attachments are added to the specified set, if it exists.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "attachmentSetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "attachmentSetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AttachmentSetId", "sensitive" : false, "setterDocumentation" : "

The ID of the attachment set. If an attachmentSetId was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId was specified, the attachments are added to the specified set, if it exists.

\n@param attachmentSetId The ID of the attachment set. If an attachmentSetId was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId was specified, the attachments are added to the specified set, if it exists.", "setterMethodName" : "setAttachmentSetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attachmentSetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attachmentSetId", "variableType" : "String", "documentation" : "

The ID of the attachment set. If an attachmentSetId was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId was specified, the attachments are added to the specified set, if it exists.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExpiryTime", "beanStyleSetterMethodName" : "setExpiryTime", "c2jName" : "expiryTime", "c2jShape" : "ExpiryTime", "defaultConsumerFluentSetterDocumentation" : "

The time and date when the attachment set expires.

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

The time and date when the attachment set expires.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "expiryTime", "fluentSetterDocumentation" : "

The time and date when the attachment set expires.

\n@param expiryTime The time and date when the attachment set expires.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expiryTime", "getterDocumentation" : "

The time and date when the attachment set expires.

\n@return The time and date when the attachment set expires.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "expiryTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "expiryTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExpiryTime", "sensitive" : false, "setterDocumentation" : "

The time and date when the attachment set expires.

\n@param expiryTime The time and date when the attachment set expires.", "setterMethodName" : "setExpiryTime", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "expiryTime", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "expiryTime", "variableType" : "String", "documentation" : "

The time and date when the attachment set expires.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttachmentSetId" : { "beanStyleGetterMethodName" : "getAttachmentSetId", "beanStyleSetterMethodName" : "setAttachmentSetId", "c2jName" : "attachmentSetId", "c2jShape" : "AttachmentSetId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the attachment set. If an attachmentSetId was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId was specified, the attachments are added to the specified set, if it exists.

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

The ID of the attachment set. If an attachmentSetId was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId was specified, the attachments are added to the specified set, if it exists.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachmentSetId", "fluentSetterDocumentation" : "

The ID of the attachment set. If an attachmentSetId was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId was specified, the attachments are added to the specified set, if it exists.

\n@param attachmentSetId The ID of the attachment set. If an attachmentSetId was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId was specified, the attachments are added to the specified set, if it exists.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachmentSetId", "getterDocumentation" : "

The ID of the attachment set. If an attachmentSetId was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId was specified, the attachments are added to the specified set, if it exists.

\n@return The ID of the attachment set. If an attachmentSetId was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId was specified, the attachments are added to the specified set, if it exists.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "attachmentSetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "attachmentSetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AttachmentSetId", "sensitive" : false, "setterDocumentation" : "

The ID of the attachment set. If an attachmentSetId was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId was specified, the attachments are added to the specified set, if it exists.

\n@param attachmentSetId The ID of the attachment set. If an attachmentSetId was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId was specified, the attachments are added to the specified set, if it exists.", "setterMethodName" : "setAttachmentSetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attachmentSetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attachmentSetId", "variableType" : "String", "documentation" : "

The ID of the attachment set. If an attachmentSetId was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId was specified, the attachments are added to the specified set, if it exists.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ExpiryTime" : { "beanStyleGetterMethodName" : "getExpiryTime", "beanStyleSetterMethodName" : "setExpiryTime", "c2jName" : "expiryTime", "c2jShape" : "ExpiryTime", "defaultConsumerFluentSetterDocumentation" : "

The time and date when the attachment set expires.

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

The time and date when the attachment set expires.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "expiryTime", "fluentSetterDocumentation" : "

The time and date when the attachment set expires.

\n@param expiryTime The time and date when the attachment set expires.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expiryTime", "getterDocumentation" : "

The time and date when the attachment set expires.

\n@return The time and date when the attachment set expires.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "expiryTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "expiryTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExpiryTime", "sensitive" : false, "setterDocumentation" : "

The time and date when the attachment set expires.

\n@param expiryTime The time and date when the attachment set expires.", "setterMethodName" : "setExpiryTime", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "expiryTime", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "expiryTime", "variableType" : "String", "documentation" : "

The time and date when the attachment set expires.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAttachmentSetId", "beanStyleSetterMethodName" : "setAttachmentSetId", "c2jName" : "attachmentSetId", "c2jShape" : "AttachmentSetId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the attachment set. If an attachmentSetId was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId was specified, the attachments are added to the specified set, if it exists.

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

The ID of the attachment set. If an attachmentSetId was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId was specified, the attachments are added to the specified set, if it exists.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachmentSetId", "fluentSetterDocumentation" : "

The ID of the attachment set. If an attachmentSetId was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId was specified, the attachments are added to the specified set, if it exists.

\n@param attachmentSetId The ID of the attachment set. If an attachmentSetId was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId was specified, the attachments are added to the specified set, if it exists.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachmentSetId", "getterDocumentation" : "

The ID of the attachment set. If an attachmentSetId was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId was specified, the attachments are added to the specified set, if it exists.

\n@return The ID of the attachment set. If an attachmentSetId was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId was specified, the attachments are added to the specified set, if it exists.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "attachmentSetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "attachmentSetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AttachmentSetId", "sensitive" : false, "setterDocumentation" : "

The ID of the attachment set. If an attachmentSetId was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId was specified, the attachments are added to the specified set, if it exists.

\n@param attachmentSetId The ID of the attachment set. If an attachmentSetId was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId was specified, the attachments are added to the specified set, if it exists.", "setterMethodName" : "setAttachmentSetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attachmentSetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attachmentSetId", "variableType" : "String", "documentation" : "

The ID of the attachment set. If an attachmentSetId was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId was specified, the attachments are added to the specified set, if it exists.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExpiryTime", "beanStyleSetterMethodName" : "setExpiryTime", "c2jName" : "expiryTime", "c2jShape" : "ExpiryTime", "defaultConsumerFluentSetterDocumentation" : "

The time and date when the attachment set expires.

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

The time and date when the attachment set expires.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "expiryTime", "fluentSetterDocumentation" : "

The time and date when the attachment set expires.

\n@param expiryTime The time and date when the attachment set expires.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expiryTime", "getterDocumentation" : "

The time and date when the attachment set expires.

\n@return The time and date when the attachment set expires.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "expiryTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "expiryTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ExpiryTime", "sensitive" : false, "setterDocumentation" : "

The time and date when the attachment set expires.

\n@param expiryTime The time and date when the attachment set expires.", "setterMethodName" : "setExpiryTime", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "expiryTime", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "expiryTime", "variableType" : "String", "documentation" : "

The time and date when the attachment set expires.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AddAttachmentsToSetResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AddAttachmentsToSetResponse", "variableName" : "addAttachmentsToSetResponse", "variableType" : "AddAttachmentsToSetResponse", "documentation" : null, "simpleType" : "AddAttachmentsToSetResponse", "variableSetterType" : "AddAttachmentsToSetResponse" }, "wrapper" : false }, "AddCommunicationToCaseRequest" : { "c2jName" : "AddCommunicationToCaseRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

To be written.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "AddCommunicationToCase", "locationName" : null, "requestUri" : "/", "target" : "AWSSupport_20130415.AddCommunicationToCase", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCaseId", "beanStyleSetterMethodName" : "setCaseId", "c2jName" : "caseId", "c2jShape" : "CaseId", "defaultConsumerFluentSetterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

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

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "caseId", "fluentSetterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "caseId", "getterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "caseId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "caseId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CaseId", "sensitive" : false, "setterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47", "setterMethodName" : "setCaseId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "caseId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "caseId", "variableType" : "String", "documentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCommunicationBody", "beanStyleSetterMethodName" : "setCommunicationBody", "c2jName" : "communicationBody", "c2jShape" : "CommunicationBody", "defaultConsumerFluentSetterDocumentation" : "

The body of an email communication to add to the support case.

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

The body of an email communication to add to the support case.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "communicationBody", "fluentSetterDocumentation" : "

The body of an email communication to add to the support case.

\n@param communicationBody The body of an email communication to add to the support case.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "communicationBody", "getterDocumentation" : "

The body of an email communication to add to the support case.

\n@return The body of an email communication to add to the support case.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "communicationBody", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "communicationBody", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CommunicationBody", "sensitive" : false, "setterDocumentation" : "

The body of an email communication to add to the support case.

\n@param communicationBody The body of an email communication to add to the support case.", "setterMethodName" : "setCommunicationBody", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "communicationBody", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "communicationBody", "variableType" : "String", "documentation" : "

The body of an email communication to add to the support case.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCcEmailAddresses", "beanStyleSetterMethodName" : "setCcEmailAddresses", "c2jName" : "ccEmailAddresses", "c2jShape" : "CcEmailAddressList", "defaultConsumerFluentSetterDocumentation" : "

The email addresses in the CC line of an email to be added to the support case.

\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 #ccEmailAddresses(List)}.\n@param ccEmailAddresses 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 #ccEmailAddresses(List)", "deprecated" : false, "documentation" : "

The email addresses in the CC line of an email to be added to the support case.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ccEmailAddresses", "fluentSetterDocumentation" : "

The email addresses in the CC line of an email to be added to the support case.

\n@param ccEmailAddresses The email addresses in the CC line of an email to be added to the support case.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ccEmailAddresses", "getterDocumentation" : "

The email addresses in the CC line of an email to be added to the support case.

\n

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

\n@return The email addresses in the CC line of an email to be added to the support case.", "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" : "ccEmailAddresses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ccEmailAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CcEmailAddress", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "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" }, "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" : "CcEmailAddresses", "sensitive" : false, "setterDocumentation" : "

The email addresses in the CC line of an email to be added to the support case.

\n@param ccEmailAddresses The email addresses in the CC line of an email to be added to the support case.", "setterMethodName" : "setCcEmailAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ccEmailAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ccEmailAddresses", "variableType" : "java.util.List", "documentation" : "

The email addresses in the CC line of an email to be added to the support case.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttachmentSetId", "beanStyleSetterMethodName" : "setAttachmentSetId", "c2jName" : "attachmentSetId", "c2jShape" : "AttachmentSetId", "defaultConsumerFluentSetterDocumentation" : "

The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet

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

The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachmentSetId", "fluentSetterDocumentation" : "

The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet

\n@param attachmentSetId The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachmentSetId", "getterDocumentation" : "

The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet

\n@return The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "attachmentSetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "attachmentSetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AttachmentSetId", "sensitive" : false, "setterDocumentation" : "

The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet

\n@param attachmentSetId The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet", "setterMethodName" : "setAttachmentSetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attachmentSetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attachmentSetId", "variableType" : "String", "documentation" : "

The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttachmentSetId" : { "beanStyleGetterMethodName" : "getAttachmentSetId", "beanStyleSetterMethodName" : "setAttachmentSetId", "c2jName" : "attachmentSetId", "c2jShape" : "AttachmentSetId", "defaultConsumerFluentSetterDocumentation" : "

The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet

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

The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachmentSetId", "fluentSetterDocumentation" : "

The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet

\n@param attachmentSetId The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachmentSetId", "getterDocumentation" : "

The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet

\n@return The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "attachmentSetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "attachmentSetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AttachmentSetId", "sensitive" : false, "setterDocumentation" : "

The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet

\n@param attachmentSetId The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet", "setterMethodName" : "setAttachmentSetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attachmentSetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attachmentSetId", "variableType" : "String", "documentation" : "

The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CaseId" : { "beanStyleGetterMethodName" : "getCaseId", "beanStyleSetterMethodName" : "setCaseId", "c2jName" : "caseId", "c2jShape" : "CaseId", "defaultConsumerFluentSetterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

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

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "caseId", "fluentSetterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "caseId", "getterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "caseId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "caseId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CaseId", "sensitive" : false, "setterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47", "setterMethodName" : "setCaseId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "caseId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "caseId", "variableType" : "String", "documentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CcEmailAddresses" : { "beanStyleGetterMethodName" : "getCcEmailAddresses", "beanStyleSetterMethodName" : "setCcEmailAddresses", "c2jName" : "ccEmailAddresses", "c2jShape" : "CcEmailAddressList", "defaultConsumerFluentSetterDocumentation" : "

The email addresses in the CC line of an email to be added to the support case.

\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 #ccEmailAddresses(List)}.\n@param ccEmailAddresses 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 #ccEmailAddresses(List)", "deprecated" : false, "documentation" : "

The email addresses in the CC line of an email to be added to the support case.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ccEmailAddresses", "fluentSetterDocumentation" : "

The email addresses in the CC line of an email to be added to the support case.

\n@param ccEmailAddresses The email addresses in the CC line of an email to be added to the support case.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ccEmailAddresses", "getterDocumentation" : "

The email addresses in the CC line of an email to be added to the support case.

\n

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

\n@return The email addresses in the CC line of an email to be added to the support case.", "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" : "ccEmailAddresses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ccEmailAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CcEmailAddress", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "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" }, "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" : "CcEmailAddresses", "sensitive" : false, "setterDocumentation" : "

The email addresses in the CC line of an email to be added to the support case.

\n@param ccEmailAddresses The email addresses in the CC line of an email to be added to the support case.", "setterMethodName" : "setCcEmailAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ccEmailAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ccEmailAddresses", "variableType" : "java.util.List", "documentation" : "

The email addresses in the CC line of an email to be added to the support case.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "CommunicationBody" : { "beanStyleGetterMethodName" : "getCommunicationBody", "beanStyleSetterMethodName" : "setCommunicationBody", "c2jName" : "communicationBody", "c2jShape" : "CommunicationBody", "defaultConsumerFluentSetterDocumentation" : "

The body of an email communication to add to the support case.

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

The body of an email communication to add to the support case.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "communicationBody", "fluentSetterDocumentation" : "

The body of an email communication to add to the support case.

\n@param communicationBody The body of an email communication to add to the support case.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "communicationBody", "getterDocumentation" : "

The body of an email communication to add to the support case.

\n@return The body of an email communication to add to the support case.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "communicationBody", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "communicationBody", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CommunicationBody", "sensitive" : false, "setterDocumentation" : "

The body of an email communication to add to the support case.

\n@param communicationBody The body of an email communication to add to the support case.", "setterMethodName" : "setCommunicationBody", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "communicationBody", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "communicationBody", "variableType" : "String", "documentation" : "

The body of an email communication to add to the support case.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCaseId", "beanStyleSetterMethodName" : "setCaseId", "c2jName" : "caseId", "c2jShape" : "CaseId", "defaultConsumerFluentSetterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

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

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "caseId", "fluentSetterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "caseId", "getterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "caseId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "caseId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CaseId", "sensitive" : false, "setterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47", "setterMethodName" : "setCaseId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "caseId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "caseId", "variableType" : "String", "documentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCommunicationBody", "beanStyleSetterMethodName" : "setCommunicationBody", "c2jName" : "communicationBody", "c2jShape" : "CommunicationBody", "defaultConsumerFluentSetterDocumentation" : "

The body of an email communication to add to the support case.

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

The body of an email communication to add to the support case.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "communicationBody", "fluentSetterDocumentation" : "

The body of an email communication to add to the support case.

\n@param communicationBody The body of an email communication to add to the support case.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "communicationBody", "getterDocumentation" : "

The body of an email communication to add to the support case.

\n@return The body of an email communication to add to the support case.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "communicationBody", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "communicationBody", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CommunicationBody", "sensitive" : false, "setterDocumentation" : "

The body of an email communication to add to the support case.

\n@param communicationBody The body of an email communication to add to the support case.", "setterMethodName" : "setCommunicationBody", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "communicationBody", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "communicationBody", "variableType" : "String", "documentation" : "

The body of an email communication to add to the support case.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCcEmailAddresses", "beanStyleSetterMethodName" : "setCcEmailAddresses", "c2jName" : "ccEmailAddresses", "c2jShape" : "CcEmailAddressList", "defaultConsumerFluentSetterDocumentation" : "

The email addresses in the CC line of an email to be added to the support case.

\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 #ccEmailAddresses(List)}.\n@param ccEmailAddresses 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 #ccEmailAddresses(List)", "deprecated" : false, "documentation" : "

The email addresses in the CC line of an email to be added to the support case.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ccEmailAddresses", "fluentSetterDocumentation" : "

The email addresses in the CC line of an email to be added to the support case.

\n@param ccEmailAddresses The email addresses in the CC line of an email to be added to the support case.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ccEmailAddresses", "getterDocumentation" : "

The email addresses in the CC line of an email to be added to the support case.

\n

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

\n@return The email addresses in the CC line of an email to be added to the support case.", "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" : "ccEmailAddresses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ccEmailAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CcEmailAddress", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "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" }, "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" : "CcEmailAddresses", "sensitive" : false, "setterDocumentation" : "

The email addresses in the CC line of an email to be added to the support case.

\n@param ccEmailAddresses The email addresses in the CC line of an email to be added to the support case.", "setterMethodName" : "setCcEmailAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ccEmailAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ccEmailAddresses", "variableType" : "java.util.List", "documentation" : "

The email addresses in the CC line of an email to be added to the support case.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttachmentSetId", "beanStyleSetterMethodName" : "setAttachmentSetId", "c2jName" : "attachmentSetId", "c2jShape" : "AttachmentSetId", "defaultConsumerFluentSetterDocumentation" : "

The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet

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

The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachmentSetId", "fluentSetterDocumentation" : "

The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet

\n@param attachmentSetId The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachmentSetId", "getterDocumentation" : "

The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet

\n@return The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "attachmentSetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "attachmentSetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AttachmentSetId", "sensitive" : false, "setterDocumentation" : "

The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet

\n@param attachmentSetId The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet", "setterMethodName" : "setAttachmentSetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attachmentSetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attachmentSetId", "variableType" : "String", "documentation" : "

The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "communicationBody" ], "shapeName" : "AddCommunicationToCaseRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AddCommunicationToCaseRequest", "variableName" : "addCommunicationToCaseRequest", "variableType" : "AddCommunicationToCaseRequest", "documentation" : null, "simpleType" : "AddCommunicationToCaseRequest", "variableSetterType" : "AddCommunicationToCaseRequest" }, "wrapper" : false }, "AddCommunicationToCaseResponse" : { "c2jName" : "AddCommunicationToCaseResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The result of the AddCommunicationToCase operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getResult", "beanStyleSetterMethodName" : "setResult", "c2jName" : "result", "c2jShape" : "Result", "defaultConsumerFluentSetterDocumentation" : "

True if AddCommunicationToCase succeeds. Otherwise, returns an error.

\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 #result(Boolean)}.\n@param result 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 #result(Boolean)", "deprecated" : false, "documentation" : "

True if AddCommunicationToCase succeeds. Otherwise, returns an error.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "result", "fluentSetterDocumentation" : "

True if AddCommunicationToCase succeeds. Otherwise, returns an error.

\n@param result True if AddCommunicationToCase succeeds. Otherwise, returns an error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "result", "getterDocumentation" : "

True if AddCommunicationToCase succeeds. Otherwise, returns an error.

\n@return True if AddCommunicationToCase succeeds. Otherwise, returns an error.", "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" : "result", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "result", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Result", "sensitive" : false, "setterDocumentation" : "

True if AddCommunicationToCase succeeds. Otherwise, returns an error.

\n@param result True if AddCommunicationToCase succeeds. Otherwise, returns an error.", "setterMethodName" : "setResult", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "result", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "result", "variableType" : "Boolean", "documentation" : "

True if AddCommunicationToCase succeeds. Otherwise, returns an error.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Result" : { "beanStyleGetterMethodName" : "getResult", "beanStyleSetterMethodName" : "setResult", "c2jName" : "result", "c2jShape" : "Result", "defaultConsumerFluentSetterDocumentation" : "

True if AddCommunicationToCase succeeds. Otherwise, returns an error.

\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 #result(Boolean)}.\n@param result 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 #result(Boolean)", "deprecated" : false, "documentation" : "

True if AddCommunicationToCase succeeds. Otherwise, returns an error.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "result", "fluentSetterDocumentation" : "

True if AddCommunicationToCase succeeds. Otherwise, returns an error.

\n@param result True if AddCommunicationToCase succeeds. Otherwise, returns an error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "result", "getterDocumentation" : "

True if AddCommunicationToCase succeeds. Otherwise, returns an error.

\n@return True if AddCommunicationToCase succeeds. Otherwise, returns an error.", "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" : "result", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "result", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Result", "sensitive" : false, "setterDocumentation" : "

True if AddCommunicationToCase succeeds. Otherwise, returns an error.

\n@param result True if AddCommunicationToCase succeeds. Otherwise, returns an error.", "setterMethodName" : "setResult", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "result", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "result", "variableType" : "Boolean", "documentation" : "

True if AddCommunicationToCase succeeds. Otherwise, returns an error.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResult", "beanStyleSetterMethodName" : "setResult", "c2jName" : "result", "c2jShape" : "Result", "defaultConsumerFluentSetterDocumentation" : "

True if AddCommunicationToCase succeeds. Otherwise, returns an error.

\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 #result(Boolean)}.\n@param result 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 #result(Boolean)", "deprecated" : false, "documentation" : "

True if AddCommunicationToCase succeeds. Otherwise, returns an error.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "result", "fluentSetterDocumentation" : "

True if AddCommunicationToCase succeeds. Otherwise, returns an error.

\n@param result True if AddCommunicationToCase succeeds. Otherwise, returns an error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "result", "getterDocumentation" : "

True if AddCommunicationToCase succeeds. Otherwise, returns an error.

\n@return True if AddCommunicationToCase succeeds. Otherwise, returns an error.", "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" : "result", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "result", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Result", "sensitive" : false, "setterDocumentation" : "

True if AddCommunicationToCase succeeds. Otherwise, returns an error.

\n@param result True if AddCommunicationToCase succeeds. Otherwise, returns an error.", "setterMethodName" : "setResult", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "result", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "result", "variableType" : "Boolean", "documentation" : "

True if AddCommunicationToCase succeeds. Otherwise, returns an error.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AddCommunicationToCaseResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AddCommunicationToCaseResponse", "variableName" : "addCommunicationToCaseResponse", "variableType" : "AddCommunicationToCaseResponse", "documentation" : null, "simpleType" : "AddCommunicationToCaseResponse", "variableSetterType" : "AddCommunicationToCaseResponse" }, "wrapper" : false }, "Attachment" : { "c2jName" : "Attachment", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An attachment to a case communication. The attachment consists of the file name and the content of the file.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getFileName", "beanStyleSetterMethodName" : "setFileName", "c2jName" : "fileName", "c2jShape" : "FileName", "defaultConsumerFluentSetterDocumentation" : "

The name of the attachment file.

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

The name of the attachment file.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fileName", "fluentSetterDocumentation" : "

The name of the attachment file.

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

The name of the attachment file.

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

The name of the attachment file.

\n@param fileName The name of the attachment file.", "setterMethodName" : "setFileName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fileName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "fileName", "variableType" : "String", "documentation" : "

The name of the attachment file.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getData", "beanStyleSetterMethodName" : "setData", "c2jName" : "data", "c2jShape" : "Data", "defaultConsumerFluentSetterDocumentation" : "

The content of the attachment file.

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

The content of the attachment file.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "data", "fluentSetterDocumentation" : "

The content of the attachment file.

\n@param data The content of the attachment file.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "data", "getterDocumentation" : "

The content of the attachment file.

\n@return The content of the attachment file.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "data", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "data", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "Data", "sensitive" : false, "setterDocumentation" : "

The content of the attachment file.

\n@param data The content of the attachment file.", "setterMethodName" : "setData", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "data", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "data", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

The content of the attachment file.

", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Data" : { "beanStyleGetterMethodName" : "getData", "beanStyleSetterMethodName" : "setData", "c2jName" : "data", "c2jShape" : "Data", "defaultConsumerFluentSetterDocumentation" : "

The content of the attachment file.

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

The content of the attachment file.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "data", "fluentSetterDocumentation" : "

The content of the attachment file.

\n@param data The content of the attachment file.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "data", "getterDocumentation" : "

The content of the attachment file.

\n@return The content of the attachment file.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "data", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "data", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "Data", "sensitive" : false, "setterDocumentation" : "

The content of the attachment file.

\n@param data The content of the attachment file.", "setterMethodName" : "setData", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "data", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "data", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

The content of the attachment file.

", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlNameSpaceUri" : null }, "FileName" : { "beanStyleGetterMethodName" : "getFileName", "beanStyleSetterMethodName" : "setFileName", "c2jName" : "fileName", "c2jShape" : "FileName", "defaultConsumerFluentSetterDocumentation" : "

The name of the attachment file.

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

The name of the attachment file.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fileName", "fluentSetterDocumentation" : "

The name of the attachment file.

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

The name of the attachment file.

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

The name of the attachment file.

\n@param fileName The name of the attachment file.", "setterMethodName" : "setFileName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fileName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "fileName", "variableType" : "String", "documentation" : "

The name of the attachment file.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getFileName", "beanStyleSetterMethodName" : "setFileName", "c2jName" : "fileName", "c2jShape" : "FileName", "defaultConsumerFluentSetterDocumentation" : "

The name of the attachment file.

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

The name of the attachment file.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fileName", "fluentSetterDocumentation" : "

The name of the attachment file.

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

The name of the attachment file.

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

The name of the attachment file.

\n@param fileName The name of the attachment file.", "setterMethodName" : "setFileName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fileName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "fileName", "variableType" : "String", "documentation" : "

The name of the attachment file.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getData", "beanStyleSetterMethodName" : "setData", "c2jName" : "data", "c2jShape" : "Data", "defaultConsumerFluentSetterDocumentation" : "

The content of the attachment file.

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

The content of the attachment file.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "data", "fluentSetterDocumentation" : "

The content of the attachment file.

\n@param data The content of the attachment file.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "data", "getterDocumentation" : "

The content of the attachment file.

\n@return The content of the attachment file.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "data", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "data", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "Data", "sensitive" : false, "setterDocumentation" : "

The content of the attachment file.

\n@param data The content of the attachment file.", "setterMethodName" : "setData", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "data", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "data", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

The content of the attachment file.

", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Attachment", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Attachment", "variableName" : "attachment", "variableType" : "Attachment", "documentation" : null, "simpleType" : "Attachment", "variableSetterType" : "Attachment" }, "wrapper" : false }, "AttachmentDetails" : { "c2jName" : "AttachmentDetails", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The file name and ID of an attachment to a case communication. You can use the ID to retrieve the attachment with the DescribeAttachment operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getAttachmentId", "beanStyleSetterMethodName" : "setAttachmentId", "c2jName" : "attachmentId", "c2jShape" : "AttachmentId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the attachment.

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

The ID of the attachment.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachmentId", "fluentSetterDocumentation" : "

The ID of the attachment.

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

The ID of the attachment.

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

The ID of the attachment.

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

The ID of the attachment.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFileName", "beanStyleSetterMethodName" : "setFileName", "c2jName" : "fileName", "c2jShape" : "FileName", "defaultConsumerFluentSetterDocumentation" : "

The file name of the attachment.

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

The file name of the attachment.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fileName", "fluentSetterDocumentation" : "

The file name of the attachment.

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

The file name of the attachment.

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

The file name of the attachment.

\n@param fileName The file name of the attachment.", "setterMethodName" : "setFileName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fileName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "fileName", "variableType" : "String", "documentation" : "

The file name of the attachment.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttachmentId" : { "beanStyleGetterMethodName" : "getAttachmentId", "beanStyleSetterMethodName" : "setAttachmentId", "c2jName" : "attachmentId", "c2jShape" : "AttachmentId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the attachment.

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

The ID of the attachment.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachmentId", "fluentSetterDocumentation" : "

The ID of the attachment.

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

The ID of the attachment.

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

The ID of the attachment.

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

The ID of the attachment.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FileName" : { "beanStyleGetterMethodName" : "getFileName", "beanStyleSetterMethodName" : "setFileName", "c2jName" : "fileName", "c2jShape" : "FileName", "defaultConsumerFluentSetterDocumentation" : "

The file name of the attachment.

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

The file name of the attachment.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fileName", "fluentSetterDocumentation" : "

The file name of the attachment.

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

The file name of the attachment.

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

The file name of the attachment.

\n@param fileName The file name of the attachment.", "setterMethodName" : "setFileName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fileName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "fileName", "variableType" : "String", "documentation" : "

The file name of the attachment.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAttachmentId", "beanStyleSetterMethodName" : "setAttachmentId", "c2jName" : "attachmentId", "c2jShape" : "AttachmentId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the attachment.

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

The ID of the attachment.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachmentId", "fluentSetterDocumentation" : "

The ID of the attachment.

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

The ID of the attachment.

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

The ID of the attachment.

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

The ID of the attachment.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFileName", "beanStyleSetterMethodName" : "setFileName", "c2jName" : "fileName", "c2jShape" : "FileName", "defaultConsumerFluentSetterDocumentation" : "

The file name of the attachment.

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

The file name of the attachment.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fileName", "fluentSetterDocumentation" : "

The file name of the attachment.

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

The file name of the attachment.

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

The file name of the attachment.

\n@param fileName The file name of the attachment.", "setterMethodName" : "setFileName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fileName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "fileName", "variableType" : "String", "documentation" : "

The file name of the attachment.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AttachmentDetails", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AttachmentDetails", "variableName" : "attachmentDetails", "variableType" : "AttachmentDetails", "documentation" : null, "simpleType" : "AttachmentDetails", "variableSetterType" : "AttachmentDetails" }, "wrapper" : false }, "AttachmentIdNotFoundException" : { "c2jName" : "AttachmentIdNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An attachment with the specified ID could not be found.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "AttachmentIdNotFound", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AttachmentIdNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AttachmentIdNotFoundException", "variableName" : "attachmentIdNotFoundException", "variableType" : "AttachmentIdNotFoundException", "documentation" : null, "simpleType" : "AttachmentIdNotFoundException", "variableSetterType" : "AttachmentIdNotFoundException" }, "wrapper" : false }, "AttachmentLimitExceededException" : { "c2jName" : "AttachmentLimitExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The limit for the number of attachment sets created in a short period of time has been exceeded.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "AttachmentLimitExceeded", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AttachmentLimitExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AttachmentLimitExceededException", "variableName" : "attachmentLimitExceededException", "variableType" : "AttachmentLimitExceededException", "documentation" : null, "simpleType" : "AttachmentLimitExceededException", "variableSetterType" : "AttachmentLimitExceededException" }, "wrapper" : false }, "AttachmentSetExpiredException" : { "c2jName" : "AttachmentSetExpired", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The expiration time of the attachment set has passed. The set expires 1 hour after it is created.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "AttachmentSetExpired", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AttachmentSetExpiredException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AttachmentSetExpiredException", "variableName" : "attachmentSetExpiredException", "variableType" : "AttachmentSetExpiredException", "documentation" : null, "simpleType" : "AttachmentSetExpiredException", "variableSetterType" : "AttachmentSetExpiredException" }, "wrapper" : false }, "AttachmentSetIdNotFoundException" : { "c2jName" : "AttachmentSetIdNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An attachment set with the specified ID could not be found.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "AttachmentSetIdNotFound", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AttachmentSetIdNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AttachmentSetIdNotFoundException", "variableName" : "attachmentSetIdNotFoundException", "variableType" : "AttachmentSetIdNotFoundException", "documentation" : null, "simpleType" : "AttachmentSetIdNotFoundException", "variableSetterType" : "AttachmentSetIdNotFoundException" }, "wrapper" : false }, "AttachmentSetSizeLimitExceededException" : { "c2jName" : "AttachmentSetSizeLimitExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

A limit for the size of an attachment set has been exceeded. The limits are 3 attachments and 5 MB per attachment.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "AttachmentSetSizeLimitExceeded", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AttachmentSetSizeLimitExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AttachmentSetSizeLimitExceededException", "variableName" : "attachmentSetSizeLimitExceededException", "variableType" : "AttachmentSetSizeLimitExceededException", "documentation" : null, "simpleType" : "AttachmentSetSizeLimitExceededException", "variableSetterType" : "AttachmentSetSizeLimitExceededException" }, "wrapper" : false }, "CaseCreationLimitExceededException" : { "c2jName" : "CaseCreationLimitExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The case creation limit for the account has been exceeded.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "CaseCreationLimitExceeded", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CaseCreationLimitExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CaseCreationLimitExceededException", "variableName" : "caseCreationLimitExceededException", "variableType" : "CaseCreationLimitExceededException", "documentation" : null, "simpleType" : "CaseCreationLimitExceededException", "variableSetterType" : "CaseCreationLimitExceededException" }, "wrapper" : false }, "CaseDetails" : { "c2jName" : "CaseDetails", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

A JSON-formatted object that contains the metadata for a support case. It is contained the response from a DescribeCases request. CaseDetails contains the following fields:

  • caseId. The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47.

  • categoryCode. The category of problem for the AWS Support case. Corresponds to the CategoryCode values returned by a call to DescribeServices.

  • displayId. The identifier for the case on pages in the AWS Support Center.

  • language. The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

  • recentCommunications. One or more Communication objects. Fields of these objects are attachments, body, caseId, submittedBy, and timeCreated.

  • nextToken. A resumption point for pagination.

  • serviceCode. The identifier for the AWS service that corresponds to the service code defined in the call to DescribeServices.

  • severityCode. The severity code assigned to the case. Contains one of the values returned by the call to DescribeSeverityLevels.

  • status. The status of the case in the AWS Support Center.

  • subject. The subject line of the case.

  • submittedBy. The email address of the account that submitted the case.

  • timeCreated. The time the case was created, in ISO-8601 format.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCaseId", "beanStyleSetterMethodName" : "setCaseId", "c2jName" : "caseId", "c2jShape" : "CaseId", "defaultConsumerFluentSetterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

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

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "caseId", "fluentSetterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "caseId", "getterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "caseId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "caseId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CaseId", "sensitive" : false, "setterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47", "setterMethodName" : "setCaseId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "caseId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "caseId", "variableType" : "String", "documentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDisplayId", "beanStyleSetterMethodName" : "setDisplayId", "c2jName" : "displayId", "c2jShape" : "DisplayId", "defaultConsumerFluentSetterDocumentation" : "

The ID displayed for the case in the AWS Support Center. This is a numeric string.

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

The ID displayed for the case in the AWS Support Center. This is a numeric string.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "displayId", "fluentSetterDocumentation" : "

The ID displayed for the case in the AWS Support Center. This is a numeric string.

\n@param displayId The ID displayed for the case in the AWS Support Center. This is a numeric string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "displayId", "getterDocumentation" : "

The ID displayed for the case in the AWS Support Center. This is a numeric string.

\n@return The ID displayed for the case in the AWS Support Center. This is a numeric string.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "displayId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "displayId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DisplayId", "sensitive" : false, "setterDocumentation" : "

The ID displayed for the case in the AWS Support Center. This is a numeric string.

\n@param displayId The ID displayed for the case in the AWS Support Center. This is a numeric string.", "setterMethodName" : "setDisplayId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "displayId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "displayId", "variableType" : "String", "documentation" : "

The ID displayed for the case in the AWS Support Center. This is a numeric string.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSubject", "beanStyleSetterMethodName" : "setSubject", "c2jName" : "subject", "c2jShape" : "Subject", "defaultConsumerFluentSetterDocumentation" : "

The subject line for the case in the AWS Support Center.

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

The subject line for the case in the AWS Support Center.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subject", "fluentSetterDocumentation" : "

The subject line for the case in the AWS Support Center.

\n@param subject The subject line for the case in the AWS Support Center.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subject", "getterDocumentation" : "

The subject line for the case in the AWS Support Center.

\n@return The subject line for the case in the AWS Support Center.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "subject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "subject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Subject", "sensitive" : false, "setterDocumentation" : "

The subject line for the case in the AWS Support Center.

\n@param subject The subject line for the case in the AWS Support Center.", "setterMethodName" : "setSubject", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subject", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subject", "variableType" : "String", "documentation" : "

The subject line for the case in the AWS Support Center.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "Status", "defaultConsumerFluentSetterDocumentation" : "

The status of the case.

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

The status of the case.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The status of the case.

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

The status of the case.

\n@return The status of the case.", "getterModel" : { "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, "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 case.

\n@param status The status of the case.", "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 case.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceCode", "beanStyleSetterMethodName" : "setServiceCode", "c2jName" : "serviceCode", "c2jShape" : "ServiceCode", "defaultConsumerFluentSetterDocumentation" : "

The code for the AWS service returned by the call to DescribeServices.

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

The code for the AWS service returned by the call to DescribeServices.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceCode", "fluentSetterDocumentation" : "

The code for the AWS service returned by the call to DescribeServices.

\n@param serviceCode The code for the AWS service returned by the call to DescribeServices.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceCode", "getterDocumentation" : "

The code for the AWS service returned by the call to DescribeServices.

\n@return The code for the AWS service returned by the call to DescribeServices.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serviceCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "serviceCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceCode", "sensitive" : false, "setterDocumentation" : "

The code for the AWS service returned by the call to DescribeServices.

\n@param serviceCode The code for the AWS service returned by the call to DescribeServices.", "setterMethodName" : "setServiceCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceCode", "variableType" : "String", "documentation" : "

The code for the AWS service returned by the call to DescribeServices.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCategoryCode", "beanStyleSetterMethodName" : "setCategoryCode", "c2jName" : "categoryCode", "c2jShape" : "CategoryCode", "defaultConsumerFluentSetterDocumentation" : "

The category of problem for the AWS Support case.

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

The category of problem for the AWS Support case.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "categoryCode", "fluentSetterDocumentation" : "

The category of problem for the AWS Support case.

\n@param categoryCode The category of problem for the AWS Support case.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "categoryCode", "getterDocumentation" : "

The category of problem for the AWS Support case.

\n@return The category of problem for the AWS Support case.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "categoryCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "categoryCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CategoryCode", "sensitive" : false, "setterDocumentation" : "

The category of problem for the AWS Support case.

\n@param categoryCode The category of problem for the AWS Support case.", "setterMethodName" : "setCategoryCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "categoryCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "categoryCode", "variableType" : "String", "documentation" : "

The category of problem for the AWS Support case.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSeverityCode", "beanStyleSetterMethodName" : "setSeverityCode", "c2jName" : "severityCode", "c2jShape" : "SeverityCode", "defaultConsumerFluentSetterDocumentation" : "

The code for the severity level returned by the call to DescribeSeverityLevels.

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

The code for the severity level returned by the call to DescribeSeverityLevels.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "severityCode", "fluentSetterDocumentation" : "

The code for the severity level returned by the call to DescribeSeverityLevels.

\n@param severityCode The code for the severity level returned by the call to DescribeSeverityLevels.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "severityCode", "getterDocumentation" : "

The code for the severity level returned by the call to DescribeSeverityLevels.

\n@return The code for the severity level returned by the call to DescribeSeverityLevels.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "severityCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "severityCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SeverityCode", "sensitive" : false, "setterDocumentation" : "

The code for the severity level returned by the call to DescribeSeverityLevels.

\n@param severityCode The code for the severity level returned by the call to DescribeSeverityLevels.", "setterMethodName" : "setSeverityCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "severityCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "severityCode", "variableType" : "String", "documentation" : "

The code for the severity level returned by the call to DescribeSeverityLevels.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSubmittedBy", "beanStyleSetterMethodName" : "setSubmittedBy", "c2jName" : "submittedBy", "c2jShape" : "SubmittedBy", "defaultConsumerFluentSetterDocumentation" : "

The email address of the account that submitted the case.

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

The email address of the account that submitted the case.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "submittedBy", "fluentSetterDocumentation" : "

The email address of the account that submitted the case.

\n@param submittedBy The email address of the account that submitted the case.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "submittedBy", "getterDocumentation" : "

The email address of the account that submitted the case.

\n@return The email address of the account that submitted the case.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "submittedBy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "submittedBy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubmittedBy", "sensitive" : false, "setterDocumentation" : "

The email address of the account that submitted the case.

\n@param submittedBy The email address of the account that submitted the case.", "setterMethodName" : "setSubmittedBy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "submittedBy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "submittedBy", "variableType" : "String", "documentation" : "

The email address of the account that submitted the case.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTimeCreated", "beanStyleSetterMethodName" : "setTimeCreated", "c2jName" : "timeCreated", "c2jShape" : "TimeCreated", "defaultConsumerFluentSetterDocumentation" : "

The time that the case was case created in the AWS Support Center.

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

The time that the case was case created in the AWS Support Center.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timeCreated", "fluentSetterDocumentation" : "

The time that the case was case created in the AWS Support Center.

\n@param timeCreated The time that the case was case created in the AWS Support Center.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timeCreated", "getterDocumentation" : "

The time that the case was case created in the AWS Support Center.

\n@return The time that the case was case created in the AWS Support Center.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "timeCreated", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "timeCreated", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TimeCreated", "sensitive" : false, "setterDocumentation" : "

The time that the case was case created in the AWS Support Center.

\n@param timeCreated The time that the case was case created in the AWS Support Center.", "setterMethodName" : "setTimeCreated", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "timeCreated", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "timeCreated", "variableType" : "String", "documentation" : "

The time that the case was case created in the AWS Support Center.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRecentCommunications", "beanStyleSetterMethodName" : "setRecentCommunications", "c2jName" : "recentCommunications", "c2jShape" : "RecentCaseCommunications", "defaultConsumerFluentSetterDocumentation" : "

The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken that you can use to retrieve earlier communications.

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

The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken that you can use to retrieve earlier communications.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "recentCommunications", "fluentSetterDocumentation" : "

The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken that you can use to retrieve earlier communications.

\n@param recentCommunications The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken that you can use to retrieve earlier communications.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recentCommunications", "getterDocumentation" : "

The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken that you can use to retrieve earlier communications.

\n@return The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken that you can use to retrieve earlier communications.", "getterModel" : { "returnType" : "RecentCaseCommunications", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "recentCommunications", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "recentCommunications", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RecentCommunications", "sensitive" : false, "setterDocumentation" : "

The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken that you can use to retrieve earlier communications.

\n@param recentCommunications The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken that you can use to retrieve earlier communications.", "setterMethodName" : "setRecentCommunications", "setterModel" : { "variableDeclarationType" : "RecentCaseCommunications", "variableName" : "recentCommunications", "variableType" : "RecentCaseCommunications", "documentation" : null, "simpleType" : "RecentCaseCommunications", "variableSetterType" : "RecentCaseCommunications" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RecentCaseCommunications", "variableName" : "recentCommunications", "variableType" : "RecentCaseCommunications", "documentation" : "

The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken that you can use to retrieve earlier communications.

", "simpleType" : "RecentCaseCommunications", "variableSetterType" : "RecentCaseCommunications" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCcEmailAddresses", "beanStyleSetterMethodName" : "setCcEmailAddresses", "c2jName" : "ccEmailAddresses", "c2jShape" : "CcEmailAddressList", "defaultConsumerFluentSetterDocumentation" : "

The email addresses that receive copies of communication about the case.

\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 #ccEmailAddresses(List)}.\n@param ccEmailAddresses 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 #ccEmailAddresses(List)", "deprecated" : false, "documentation" : "

The email addresses that receive copies of communication about the case.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ccEmailAddresses", "fluentSetterDocumentation" : "

The email addresses that receive copies of communication about the case.

\n@param ccEmailAddresses The email addresses that receive copies of communication about the case.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ccEmailAddresses", "getterDocumentation" : "

The email addresses that receive copies of communication about the case.

\n

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

\n@return The email addresses that receive copies of communication about the case.", "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" : "ccEmailAddresses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ccEmailAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CcEmailAddress", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "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" }, "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" : "CcEmailAddresses", "sensitive" : false, "setterDocumentation" : "

The email addresses that receive copies of communication about the case.

\n@param ccEmailAddresses The email addresses that receive copies of communication about the case.", "setterMethodName" : "setCcEmailAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ccEmailAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ccEmailAddresses", "variableType" : "java.util.List", "documentation" : "

The email addresses that receive copies of communication about the case.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLanguage", "beanStyleSetterMethodName" : "setLanguage", "c2jName" : "language", "c2jShape" : "Language", "defaultConsumerFluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

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

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "language", "fluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "language", "getterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@return The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "language", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "language", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Language", "sensitive" : false, "setterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "setterMethodName" : "setLanguage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CaseId" : { "beanStyleGetterMethodName" : "getCaseId", "beanStyleSetterMethodName" : "setCaseId", "c2jName" : "caseId", "c2jShape" : "CaseId", "defaultConsumerFluentSetterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

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

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "caseId", "fluentSetterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "caseId", "getterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "caseId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "caseId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CaseId", "sensitive" : false, "setterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47", "setterMethodName" : "setCaseId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "caseId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "caseId", "variableType" : "String", "documentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CategoryCode" : { "beanStyleGetterMethodName" : "getCategoryCode", "beanStyleSetterMethodName" : "setCategoryCode", "c2jName" : "categoryCode", "c2jShape" : "CategoryCode", "defaultConsumerFluentSetterDocumentation" : "

The category of problem for the AWS Support case.

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

The category of problem for the AWS Support case.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "categoryCode", "fluentSetterDocumentation" : "

The category of problem for the AWS Support case.

\n@param categoryCode The category of problem for the AWS Support case.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "categoryCode", "getterDocumentation" : "

The category of problem for the AWS Support case.

\n@return The category of problem for the AWS Support case.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "categoryCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "categoryCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CategoryCode", "sensitive" : false, "setterDocumentation" : "

The category of problem for the AWS Support case.

\n@param categoryCode The category of problem for the AWS Support case.", "setterMethodName" : "setCategoryCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "categoryCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "categoryCode", "variableType" : "String", "documentation" : "

The category of problem for the AWS Support case.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CcEmailAddresses" : { "beanStyleGetterMethodName" : "getCcEmailAddresses", "beanStyleSetterMethodName" : "setCcEmailAddresses", "c2jName" : "ccEmailAddresses", "c2jShape" : "CcEmailAddressList", "defaultConsumerFluentSetterDocumentation" : "

The email addresses that receive copies of communication about the case.

\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 #ccEmailAddresses(List)}.\n@param ccEmailAddresses 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 #ccEmailAddresses(List)", "deprecated" : false, "documentation" : "

The email addresses that receive copies of communication about the case.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ccEmailAddresses", "fluentSetterDocumentation" : "

The email addresses that receive copies of communication about the case.

\n@param ccEmailAddresses The email addresses that receive copies of communication about the case.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ccEmailAddresses", "getterDocumentation" : "

The email addresses that receive copies of communication about the case.

\n

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

\n@return The email addresses that receive copies of communication about the case.", "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" : "ccEmailAddresses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ccEmailAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CcEmailAddress", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "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" }, "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" : "CcEmailAddresses", "sensitive" : false, "setterDocumentation" : "

The email addresses that receive copies of communication about the case.

\n@param ccEmailAddresses The email addresses that receive copies of communication about the case.", "setterMethodName" : "setCcEmailAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ccEmailAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ccEmailAddresses", "variableType" : "java.util.List", "documentation" : "

The email addresses that receive copies of communication about the case.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "DisplayId" : { "beanStyleGetterMethodName" : "getDisplayId", "beanStyleSetterMethodName" : "setDisplayId", "c2jName" : "displayId", "c2jShape" : "DisplayId", "defaultConsumerFluentSetterDocumentation" : "

The ID displayed for the case in the AWS Support Center. This is a numeric string.

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

The ID displayed for the case in the AWS Support Center. This is a numeric string.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "displayId", "fluentSetterDocumentation" : "

The ID displayed for the case in the AWS Support Center. This is a numeric string.

\n@param displayId The ID displayed for the case in the AWS Support Center. This is a numeric string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "displayId", "getterDocumentation" : "

The ID displayed for the case in the AWS Support Center. This is a numeric string.

\n@return The ID displayed for the case in the AWS Support Center. This is a numeric string.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "displayId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "displayId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DisplayId", "sensitive" : false, "setterDocumentation" : "

The ID displayed for the case in the AWS Support Center. This is a numeric string.

\n@param displayId The ID displayed for the case in the AWS Support Center. This is a numeric string.", "setterMethodName" : "setDisplayId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "displayId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "displayId", "variableType" : "String", "documentation" : "

The ID displayed for the case in the AWS Support Center. This is a numeric string.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Language" : { "beanStyleGetterMethodName" : "getLanguage", "beanStyleSetterMethodName" : "setLanguage", "c2jName" : "language", "c2jShape" : "Language", "defaultConsumerFluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

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

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "language", "fluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "language", "getterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@return The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "language", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "language", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Language", "sensitive" : false, "setterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "setterMethodName" : "setLanguage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RecentCommunications" : { "beanStyleGetterMethodName" : "getRecentCommunications", "beanStyleSetterMethodName" : "setRecentCommunications", "c2jName" : "recentCommunications", "c2jShape" : "RecentCaseCommunications", "defaultConsumerFluentSetterDocumentation" : "

The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken that you can use to retrieve earlier communications.

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

The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken that you can use to retrieve earlier communications.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "recentCommunications", "fluentSetterDocumentation" : "

The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken that you can use to retrieve earlier communications.

\n@param recentCommunications The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken that you can use to retrieve earlier communications.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recentCommunications", "getterDocumentation" : "

The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken that you can use to retrieve earlier communications.

\n@return The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken that you can use to retrieve earlier communications.", "getterModel" : { "returnType" : "RecentCaseCommunications", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "recentCommunications", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "recentCommunications", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RecentCommunications", "sensitive" : false, "setterDocumentation" : "

The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken that you can use to retrieve earlier communications.

\n@param recentCommunications The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken that you can use to retrieve earlier communications.", "setterMethodName" : "setRecentCommunications", "setterModel" : { "variableDeclarationType" : "RecentCaseCommunications", "variableName" : "recentCommunications", "variableType" : "RecentCaseCommunications", "documentation" : null, "simpleType" : "RecentCaseCommunications", "variableSetterType" : "RecentCaseCommunications" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RecentCaseCommunications", "variableName" : "recentCommunications", "variableType" : "RecentCaseCommunications", "documentation" : "

The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken that you can use to retrieve earlier communications.

", "simpleType" : "RecentCaseCommunications", "variableSetterType" : "RecentCaseCommunications" }, "xmlNameSpaceUri" : null }, "ServiceCode" : { "beanStyleGetterMethodName" : "getServiceCode", "beanStyleSetterMethodName" : "setServiceCode", "c2jName" : "serviceCode", "c2jShape" : "ServiceCode", "defaultConsumerFluentSetterDocumentation" : "

The code for the AWS service returned by the call to DescribeServices.

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

The code for the AWS service returned by the call to DescribeServices.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceCode", "fluentSetterDocumentation" : "

The code for the AWS service returned by the call to DescribeServices.

\n@param serviceCode The code for the AWS service returned by the call to DescribeServices.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceCode", "getterDocumentation" : "

The code for the AWS service returned by the call to DescribeServices.

\n@return The code for the AWS service returned by the call to DescribeServices.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serviceCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "serviceCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceCode", "sensitive" : false, "setterDocumentation" : "

The code for the AWS service returned by the call to DescribeServices.

\n@param serviceCode The code for the AWS service returned by the call to DescribeServices.", "setterMethodName" : "setServiceCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceCode", "variableType" : "String", "documentation" : "

The code for the AWS service returned by the call to DescribeServices.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SeverityCode" : { "beanStyleGetterMethodName" : "getSeverityCode", "beanStyleSetterMethodName" : "setSeverityCode", "c2jName" : "severityCode", "c2jShape" : "SeverityCode", "defaultConsumerFluentSetterDocumentation" : "

The code for the severity level returned by the call to DescribeSeverityLevels.

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

The code for the severity level returned by the call to DescribeSeverityLevels.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "severityCode", "fluentSetterDocumentation" : "

The code for the severity level returned by the call to DescribeSeverityLevels.

\n@param severityCode The code for the severity level returned by the call to DescribeSeverityLevels.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "severityCode", "getterDocumentation" : "

The code for the severity level returned by the call to DescribeSeverityLevels.

\n@return The code for the severity level returned by the call to DescribeSeverityLevels.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "severityCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "severityCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SeverityCode", "sensitive" : false, "setterDocumentation" : "

The code for the severity level returned by the call to DescribeSeverityLevels.

\n@param severityCode The code for the severity level returned by the call to DescribeSeverityLevels.", "setterMethodName" : "setSeverityCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "severityCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "severityCode", "variableType" : "String", "documentation" : "

The code for the severity level returned by the call to DescribeSeverityLevels.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "Status", "defaultConsumerFluentSetterDocumentation" : "

The status of the case.

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

The status of the case.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The status of the case.

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

The status of the case.

\n@return The status of the case.", "getterModel" : { "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, "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 case.

\n@param status The status of the case.", "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 case.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Subject" : { "beanStyleGetterMethodName" : "getSubject", "beanStyleSetterMethodName" : "setSubject", "c2jName" : "subject", "c2jShape" : "Subject", "defaultConsumerFluentSetterDocumentation" : "

The subject line for the case in the AWS Support Center.

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

The subject line for the case in the AWS Support Center.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subject", "fluentSetterDocumentation" : "

The subject line for the case in the AWS Support Center.

\n@param subject The subject line for the case in the AWS Support Center.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subject", "getterDocumentation" : "

The subject line for the case in the AWS Support Center.

\n@return The subject line for the case in the AWS Support Center.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "subject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "subject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Subject", "sensitive" : false, "setterDocumentation" : "

The subject line for the case in the AWS Support Center.

\n@param subject The subject line for the case in the AWS Support Center.", "setterMethodName" : "setSubject", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subject", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subject", "variableType" : "String", "documentation" : "

The subject line for the case in the AWS Support Center.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SubmittedBy" : { "beanStyleGetterMethodName" : "getSubmittedBy", "beanStyleSetterMethodName" : "setSubmittedBy", "c2jName" : "submittedBy", "c2jShape" : "SubmittedBy", "defaultConsumerFluentSetterDocumentation" : "

The email address of the account that submitted the case.

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

The email address of the account that submitted the case.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "submittedBy", "fluentSetterDocumentation" : "

The email address of the account that submitted the case.

\n@param submittedBy The email address of the account that submitted the case.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "submittedBy", "getterDocumentation" : "

The email address of the account that submitted the case.

\n@return The email address of the account that submitted the case.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "submittedBy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "submittedBy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubmittedBy", "sensitive" : false, "setterDocumentation" : "

The email address of the account that submitted the case.

\n@param submittedBy The email address of the account that submitted the case.", "setterMethodName" : "setSubmittedBy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "submittedBy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "submittedBy", "variableType" : "String", "documentation" : "

The email address of the account that submitted the case.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TimeCreated" : { "beanStyleGetterMethodName" : "getTimeCreated", "beanStyleSetterMethodName" : "setTimeCreated", "c2jName" : "timeCreated", "c2jShape" : "TimeCreated", "defaultConsumerFluentSetterDocumentation" : "

The time that the case was case created in the AWS Support Center.

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

The time that the case was case created in the AWS Support Center.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timeCreated", "fluentSetterDocumentation" : "

The time that the case was case created in the AWS Support Center.

\n@param timeCreated The time that the case was case created in the AWS Support Center.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timeCreated", "getterDocumentation" : "

The time that the case was case created in the AWS Support Center.

\n@return The time that the case was case created in the AWS Support Center.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "timeCreated", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "timeCreated", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TimeCreated", "sensitive" : false, "setterDocumentation" : "

The time that the case was case created in the AWS Support Center.

\n@param timeCreated The time that the case was case created in the AWS Support Center.", "setterMethodName" : "setTimeCreated", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "timeCreated", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "timeCreated", "variableType" : "String", "documentation" : "

The time that the case was case created in the AWS Support Center.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCaseId", "beanStyleSetterMethodName" : "setCaseId", "c2jName" : "caseId", "c2jShape" : "CaseId", "defaultConsumerFluentSetterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

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

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "caseId", "fluentSetterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "caseId", "getterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "caseId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "caseId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CaseId", "sensitive" : false, "setterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47", "setterMethodName" : "setCaseId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "caseId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "caseId", "variableType" : "String", "documentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDisplayId", "beanStyleSetterMethodName" : "setDisplayId", "c2jName" : "displayId", "c2jShape" : "DisplayId", "defaultConsumerFluentSetterDocumentation" : "

The ID displayed for the case in the AWS Support Center. This is a numeric string.

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

The ID displayed for the case in the AWS Support Center. This is a numeric string.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "displayId", "fluentSetterDocumentation" : "

The ID displayed for the case in the AWS Support Center. This is a numeric string.

\n@param displayId The ID displayed for the case in the AWS Support Center. This is a numeric string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "displayId", "getterDocumentation" : "

The ID displayed for the case in the AWS Support Center. This is a numeric string.

\n@return The ID displayed for the case in the AWS Support Center. This is a numeric string.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "displayId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "displayId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DisplayId", "sensitive" : false, "setterDocumentation" : "

The ID displayed for the case in the AWS Support Center. This is a numeric string.

\n@param displayId The ID displayed for the case in the AWS Support Center. This is a numeric string.", "setterMethodName" : "setDisplayId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "displayId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "displayId", "variableType" : "String", "documentation" : "

The ID displayed for the case in the AWS Support Center. This is a numeric string.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSubject", "beanStyleSetterMethodName" : "setSubject", "c2jName" : "subject", "c2jShape" : "Subject", "defaultConsumerFluentSetterDocumentation" : "

The subject line for the case in the AWS Support Center.

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

The subject line for the case in the AWS Support Center.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subject", "fluentSetterDocumentation" : "

The subject line for the case in the AWS Support Center.

\n@param subject The subject line for the case in the AWS Support Center.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subject", "getterDocumentation" : "

The subject line for the case in the AWS Support Center.

\n@return The subject line for the case in the AWS Support Center.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "subject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "subject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Subject", "sensitive" : false, "setterDocumentation" : "

The subject line for the case in the AWS Support Center.

\n@param subject The subject line for the case in the AWS Support Center.", "setterMethodName" : "setSubject", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subject", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subject", "variableType" : "String", "documentation" : "

The subject line for the case in the AWS Support Center.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "Status", "defaultConsumerFluentSetterDocumentation" : "

The status of the case.

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

The status of the case.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The status of the case.

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

The status of the case.

\n@return The status of the case.", "getterModel" : { "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, "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 case.

\n@param status The status of the case.", "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 case.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceCode", "beanStyleSetterMethodName" : "setServiceCode", "c2jName" : "serviceCode", "c2jShape" : "ServiceCode", "defaultConsumerFluentSetterDocumentation" : "

The code for the AWS service returned by the call to DescribeServices.

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

The code for the AWS service returned by the call to DescribeServices.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceCode", "fluentSetterDocumentation" : "

The code for the AWS service returned by the call to DescribeServices.

\n@param serviceCode The code for the AWS service returned by the call to DescribeServices.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceCode", "getterDocumentation" : "

The code for the AWS service returned by the call to DescribeServices.

\n@return The code for the AWS service returned by the call to DescribeServices.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serviceCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "serviceCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceCode", "sensitive" : false, "setterDocumentation" : "

The code for the AWS service returned by the call to DescribeServices.

\n@param serviceCode The code for the AWS service returned by the call to DescribeServices.", "setterMethodName" : "setServiceCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceCode", "variableType" : "String", "documentation" : "

The code for the AWS service returned by the call to DescribeServices.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCategoryCode", "beanStyleSetterMethodName" : "setCategoryCode", "c2jName" : "categoryCode", "c2jShape" : "CategoryCode", "defaultConsumerFluentSetterDocumentation" : "

The category of problem for the AWS Support case.

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

The category of problem for the AWS Support case.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "categoryCode", "fluentSetterDocumentation" : "

The category of problem for the AWS Support case.

\n@param categoryCode The category of problem for the AWS Support case.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "categoryCode", "getterDocumentation" : "

The category of problem for the AWS Support case.

\n@return The category of problem for the AWS Support case.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "categoryCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "categoryCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CategoryCode", "sensitive" : false, "setterDocumentation" : "

The category of problem for the AWS Support case.

\n@param categoryCode The category of problem for the AWS Support case.", "setterMethodName" : "setCategoryCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "categoryCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "categoryCode", "variableType" : "String", "documentation" : "

The category of problem for the AWS Support case.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSeverityCode", "beanStyleSetterMethodName" : "setSeverityCode", "c2jName" : "severityCode", "c2jShape" : "SeverityCode", "defaultConsumerFluentSetterDocumentation" : "

The code for the severity level returned by the call to DescribeSeverityLevels.

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

The code for the severity level returned by the call to DescribeSeverityLevels.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "severityCode", "fluentSetterDocumentation" : "

The code for the severity level returned by the call to DescribeSeverityLevels.

\n@param severityCode The code for the severity level returned by the call to DescribeSeverityLevels.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "severityCode", "getterDocumentation" : "

The code for the severity level returned by the call to DescribeSeverityLevels.

\n@return The code for the severity level returned by the call to DescribeSeverityLevels.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "severityCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "severityCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SeverityCode", "sensitive" : false, "setterDocumentation" : "

The code for the severity level returned by the call to DescribeSeverityLevels.

\n@param severityCode The code for the severity level returned by the call to DescribeSeverityLevels.", "setterMethodName" : "setSeverityCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "severityCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "severityCode", "variableType" : "String", "documentation" : "

The code for the severity level returned by the call to DescribeSeverityLevels.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSubmittedBy", "beanStyleSetterMethodName" : "setSubmittedBy", "c2jName" : "submittedBy", "c2jShape" : "SubmittedBy", "defaultConsumerFluentSetterDocumentation" : "

The email address of the account that submitted the case.

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

The email address of the account that submitted the case.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "submittedBy", "fluentSetterDocumentation" : "

The email address of the account that submitted the case.

\n@param submittedBy The email address of the account that submitted the case.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "submittedBy", "getterDocumentation" : "

The email address of the account that submitted the case.

\n@return The email address of the account that submitted the case.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "submittedBy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "submittedBy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubmittedBy", "sensitive" : false, "setterDocumentation" : "

The email address of the account that submitted the case.

\n@param submittedBy The email address of the account that submitted the case.", "setterMethodName" : "setSubmittedBy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "submittedBy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "submittedBy", "variableType" : "String", "documentation" : "

The email address of the account that submitted the case.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTimeCreated", "beanStyleSetterMethodName" : "setTimeCreated", "c2jName" : "timeCreated", "c2jShape" : "TimeCreated", "defaultConsumerFluentSetterDocumentation" : "

The time that the case was case created in the AWS Support Center.

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

The time that the case was case created in the AWS Support Center.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timeCreated", "fluentSetterDocumentation" : "

The time that the case was case created in the AWS Support Center.

\n@param timeCreated The time that the case was case created in the AWS Support Center.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timeCreated", "getterDocumentation" : "

The time that the case was case created in the AWS Support Center.

\n@return The time that the case was case created in the AWS Support Center.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "timeCreated", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "timeCreated", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TimeCreated", "sensitive" : false, "setterDocumentation" : "

The time that the case was case created in the AWS Support Center.

\n@param timeCreated The time that the case was case created in the AWS Support Center.", "setterMethodName" : "setTimeCreated", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "timeCreated", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "timeCreated", "variableType" : "String", "documentation" : "

The time that the case was case created in the AWS Support Center.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRecentCommunications", "beanStyleSetterMethodName" : "setRecentCommunications", "c2jName" : "recentCommunications", "c2jShape" : "RecentCaseCommunications", "defaultConsumerFluentSetterDocumentation" : "

The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken that you can use to retrieve earlier communications.

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

The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken that you can use to retrieve earlier communications.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "recentCommunications", "fluentSetterDocumentation" : "

The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken that you can use to retrieve earlier communications.

\n@param recentCommunications The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken that you can use to retrieve earlier communications.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "recentCommunications", "getterDocumentation" : "

The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken that you can use to retrieve earlier communications.

\n@return The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken that you can use to retrieve earlier communications.", "getterModel" : { "returnType" : "RecentCaseCommunications", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "recentCommunications", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "recentCommunications", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RecentCommunications", "sensitive" : false, "setterDocumentation" : "

The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken that you can use to retrieve earlier communications.

\n@param recentCommunications The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken that you can use to retrieve earlier communications.", "setterMethodName" : "setRecentCommunications", "setterModel" : { "variableDeclarationType" : "RecentCaseCommunications", "variableName" : "recentCommunications", "variableType" : "RecentCaseCommunications", "documentation" : null, "simpleType" : "RecentCaseCommunications", "variableSetterType" : "RecentCaseCommunications" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RecentCaseCommunications", "variableName" : "recentCommunications", "variableType" : "RecentCaseCommunications", "documentation" : "

The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken that you can use to retrieve earlier communications.

", "simpleType" : "RecentCaseCommunications", "variableSetterType" : "RecentCaseCommunications" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCcEmailAddresses", "beanStyleSetterMethodName" : "setCcEmailAddresses", "c2jName" : "ccEmailAddresses", "c2jShape" : "CcEmailAddressList", "defaultConsumerFluentSetterDocumentation" : "

The email addresses that receive copies of communication about the case.

\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 #ccEmailAddresses(List)}.\n@param ccEmailAddresses 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 #ccEmailAddresses(List)", "deprecated" : false, "documentation" : "

The email addresses that receive copies of communication about the case.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ccEmailAddresses", "fluentSetterDocumentation" : "

The email addresses that receive copies of communication about the case.

\n@param ccEmailAddresses The email addresses that receive copies of communication about the case.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ccEmailAddresses", "getterDocumentation" : "

The email addresses that receive copies of communication about the case.

\n

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

\n@return The email addresses that receive copies of communication about the case.", "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" : "ccEmailAddresses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ccEmailAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CcEmailAddress", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "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" }, "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" : "CcEmailAddresses", "sensitive" : false, "setterDocumentation" : "

The email addresses that receive copies of communication about the case.

\n@param ccEmailAddresses The email addresses that receive copies of communication about the case.", "setterMethodName" : "setCcEmailAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ccEmailAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ccEmailAddresses", "variableType" : "java.util.List", "documentation" : "

The email addresses that receive copies of communication about the case.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLanguage", "beanStyleSetterMethodName" : "setLanguage", "c2jName" : "language", "c2jShape" : "Language", "defaultConsumerFluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

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

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "language", "fluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "language", "getterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@return The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "language", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "language", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Language", "sensitive" : false, "setterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "setterMethodName" : "setLanguage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CaseDetails", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CaseDetails", "variableName" : "caseDetails", "variableType" : "CaseDetails", "documentation" : null, "simpleType" : "CaseDetails", "variableSetterType" : "CaseDetails" }, "wrapper" : false }, "CaseIdNotFoundException" : { "c2jName" : "CaseIdNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The requested caseId could not be located.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "CaseIdNotFound", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CaseIdNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CaseIdNotFoundException", "variableName" : "caseIdNotFoundException", "variableType" : "CaseIdNotFoundException", "documentation" : null, "simpleType" : "CaseIdNotFoundException", "variableSetterType" : "CaseIdNotFoundException" }, "wrapper" : false }, "Category" : { "c2jName" : "Category", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

A JSON-formatted name/value pair that represents the category name and category code of the problem, selected from the DescribeServices response for each AWS service.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCode", "beanStyleSetterMethodName" : "setCode", "c2jName" : "code", "c2jShape" : "CategoryCode", "defaultConsumerFluentSetterDocumentation" : "

The category code for the support case.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #code(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, "documentation" : "

The category code for the support case.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "code", "fluentSetterDocumentation" : "

The category code for the support case.

\n@param code The category code for the support case.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "code", "getterDocumentation" : "

The category code for the support case.

\n@return The category code for the support case.", "getterModel" : { "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, "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 category code for the support case.

\n@param code The category code for the support case.", "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 category code for the support case.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "CategoryName", "defaultConsumerFluentSetterDocumentation" : "

The category name for the support case.

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

The category name for the support case.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The category name for the support case.

\n@param name The category name for the support case.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The category name for the support case.

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

The category name for the support case.

\n@param name The category name for the support case.", "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 category name for the support case.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Code" : { "beanStyleGetterMethodName" : "getCode", "beanStyleSetterMethodName" : "setCode", "c2jName" : "code", "c2jShape" : "CategoryCode", "defaultConsumerFluentSetterDocumentation" : "

The category code for the support case.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #code(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, "documentation" : "

The category code for the support case.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "code", "fluentSetterDocumentation" : "

The category code for the support case.

\n@param code The category code for the support case.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "code", "getterDocumentation" : "

The category code for the support case.

\n@return The category code for the support case.", "getterModel" : { "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, "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 category code for the support case.

\n@param code The category code for the support case.", "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 category code for the support case.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "CategoryName", "defaultConsumerFluentSetterDocumentation" : "

The category name for the support case.

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

The category name for the support case.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The category name for the support case.

\n@param name The category name for the support case.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The category name for the support case.

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

The category name for the support case.

\n@param name The category name for the support case.", "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 category name for the support case.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCode", "beanStyleSetterMethodName" : "setCode", "c2jName" : "code", "c2jShape" : "CategoryCode", "defaultConsumerFluentSetterDocumentation" : "

The category code for the support case.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #code(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, "documentation" : "

The category code for the support case.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "code", "fluentSetterDocumentation" : "

The category code for the support case.

\n@param code The category code for the support case.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "code", "getterDocumentation" : "

The category code for the support case.

\n@return The category code for the support case.", "getterModel" : { "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, "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 category code for the support case.

\n@param code The category code for the support case.", "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 category code for the support case.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "CategoryName", "defaultConsumerFluentSetterDocumentation" : "

The category name for the support case.

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

The category name for the support case.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The category name for the support case.

\n@param name The category name for the support case.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The category name for the support case.

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

The category name for the support case.

\n@param name The category name for the support case.", "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 category name for the support case.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Category", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Category", "variableName" : "category", "variableType" : "Category", "documentation" : null, "simpleType" : "Category", "variableSetterType" : "Category" }, "wrapper" : false }, "Communication" : { "c2jName" : "Communication", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

A communication associated with an AWS Support case. The communication consists of the case ID, the message body, attachment information, the account email address, and the date and time of the communication.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCaseId", "beanStyleSetterMethodName" : "setCaseId", "c2jName" : "caseId", "c2jShape" : "CaseId", "defaultConsumerFluentSetterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

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

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "caseId", "fluentSetterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "caseId", "getterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "caseId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "caseId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CaseId", "sensitive" : false, "setterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47", "setterMethodName" : "setCaseId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "caseId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "caseId", "variableType" : "String", "documentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBody", "beanStyleSetterMethodName" : "setBody", "c2jName" : "body", "c2jShape" : "CommunicationBody", "defaultConsumerFluentSetterDocumentation" : "

The text of the communication between the customer and AWS Support.

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

The text of the communication between the customer and AWS Support.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "body", "fluentSetterDocumentation" : "

The text of the communication between the customer and AWS Support.

\n@param body The text of the communication between the customer and AWS Support.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "body", "getterDocumentation" : "

The text of the communication between the customer and AWS Support.

\n@return The text of the communication between the customer and AWS Support.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "body", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "body", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Body", "sensitive" : false, "setterDocumentation" : "

The text of the communication between the customer and AWS Support.

\n@param body The text of the communication between the customer and AWS Support.", "setterMethodName" : "setBody", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "body", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "body", "variableType" : "String", "documentation" : "

The text of the communication between the customer and AWS Support.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSubmittedBy", "beanStyleSetterMethodName" : "setSubmittedBy", "c2jName" : "submittedBy", "c2jShape" : "SubmittedBy", "defaultConsumerFluentSetterDocumentation" : "

The email address of the account that submitted the AWS Support case.

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

The email address of the account that submitted the AWS Support case.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "submittedBy", "fluentSetterDocumentation" : "

The email address of the account that submitted the AWS Support case.

\n@param submittedBy The email address of the account that submitted the AWS Support case.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "submittedBy", "getterDocumentation" : "

The email address of the account that submitted the AWS Support case.

\n@return The email address of the account that submitted the AWS Support case.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "submittedBy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "submittedBy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubmittedBy", "sensitive" : false, "setterDocumentation" : "

The email address of the account that submitted the AWS Support case.

\n@param submittedBy The email address of the account that submitted the AWS Support case.", "setterMethodName" : "setSubmittedBy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "submittedBy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "submittedBy", "variableType" : "String", "documentation" : "

The email address of the account that submitted the AWS Support case.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTimeCreated", "beanStyleSetterMethodName" : "setTimeCreated", "c2jName" : "timeCreated", "c2jShape" : "TimeCreated", "defaultConsumerFluentSetterDocumentation" : "

The time the communication was created.

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

The time the communication was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timeCreated", "fluentSetterDocumentation" : "

The time the communication was created.

\n@param timeCreated The time the communication was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timeCreated", "getterDocumentation" : "

The time the communication was created.

\n@return The time the communication was created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "timeCreated", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "timeCreated", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TimeCreated", "sensitive" : false, "setterDocumentation" : "

The time the communication was created.

\n@param timeCreated The time the communication was created.", "setterMethodName" : "setTimeCreated", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "timeCreated", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "timeCreated", "variableType" : "String", "documentation" : "

The time the communication was created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttachmentSet", "beanStyleSetterMethodName" : "setAttachmentSet", "c2jName" : "attachmentSet", "c2jShape" : "AttachmentSet", "defaultConsumerFluentSetterDocumentation" : "

Information about the attachments to the case communication.

\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 #attachmentSet(List)}.\n@param attachmentSet 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 #attachmentSet(List)", "deprecated" : false, "documentation" : "

Information about the attachments to the case communication.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachmentSet", "fluentSetterDocumentation" : "

Information about the attachments to the case communication.

\n@param attachmentSet Information about the attachments to the case communication.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachmentSet", "getterDocumentation" : "

Information about the attachments to the case communication.

\n

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

\n@return Information about the attachments to the case communication.", "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" : "attachmentSet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "attachmentSet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttachmentDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttachmentDetails.Builder} avoiding the need to create one manually via {@link AttachmentDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttachmentDetails.Builder#build()} is called immediately and its result is passed to {@link #member(AttachmentDetails)}.\n@param member a consumer that will call methods on {@link AttachmentDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttachmentDetails)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "AttachmentDetails", "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, "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" : "AttachmentDetails", "variableName" : "member", "variableType" : "AttachmentDetails", "documentation" : null, "simpleType" : "AttachmentDetails", "variableSetterType" : "AttachmentDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttachmentDetails", "variableName" : "member", "variableType" : "AttachmentDetails", "documentation" : "", "simpleType" : "AttachmentDetails", "variableSetterType" : "AttachmentDetails" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttachmentDetails", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttachmentDetails", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AttachmentSet", "sensitive" : false, "setterDocumentation" : "

Information about the attachments to the case communication.

\n@param attachmentSet Information about the attachments to the case communication.", "setterMethodName" : "setAttachmentSet", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attachmentSet", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attachmentSet", "variableType" : "java.util.List", "documentation" : "

Information about the attachments to the case communication.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttachmentSet" : { "beanStyleGetterMethodName" : "getAttachmentSet", "beanStyleSetterMethodName" : "setAttachmentSet", "c2jName" : "attachmentSet", "c2jShape" : "AttachmentSet", "defaultConsumerFluentSetterDocumentation" : "

Information about the attachments to the case communication.

\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 #attachmentSet(List)}.\n@param attachmentSet 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 #attachmentSet(List)", "deprecated" : false, "documentation" : "

Information about the attachments to the case communication.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachmentSet", "fluentSetterDocumentation" : "

Information about the attachments to the case communication.

\n@param attachmentSet Information about the attachments to the case communication.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachmentSet", "getterDocumentation" : "

Information about the attachments to the case communication.

\n

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

\n@return Information about the attachments to the case communication.", "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" : "attachmentSet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "attachmentSet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttachmentDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttachmentDetails.Builder} avoiding the need to create one manually via {@link AttachmentDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttachmentDetails.Builder#build()} is called immediately and its result is passed to {@link #member(AttachmentDetails)}.\n@param member a consumer that will call methods on {@link AttachmentDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttachmentDetails)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "AttachmentDetails", "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, "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" : "AttachmentDetails", "variableName" : "member", "variableType" : "AttachmentDetails", "documentation" : null, "simpleType" : "AttachmentDetails", "variableSetterType" : "AttachmentDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttachmentDetails", "variableName" : "member", "variableType" : "AttachmentDetails", "documentation" : "", "simpleType" : "AttachmentDetails", "variableSetterType" : "AttachmentDetails" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttachmentDetails", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttachmentDetails", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AttachmentSet", "sensitive" : false, "setterDocumentation" : "

Information about the attachments to the case communication.

\n@param attachmentSet Information about the attachments to the case communication.", "setterMethodName" : "setAttachmentSet", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attachmentSet", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attachmentSet", "variableType" : "java.util.List", "documentation" : "

Information about the attachments to the case communication.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Body" : { "beanStyleGetterMethodName" : "getBody", "beanStyleSetterMethodName" : "setBody", "c2jName" : "body", "c2jShape" : "CommunicationBody", "defaultConsumerFluentSetterDocumentation" : "

The text of the communication between the customer and AWS Support.

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

The text of the communication between the customer and AWS Support.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "body", "fluentSetterDocumentation" : "

The text of the communication between the customer and AWS Support.

\n@param body The text of the communication between the customer and AWS Support.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "body", "getterDocumentation" : "

The text of the communication between the customer and AWS Support.

\n@return The text of the communication between the customer and AWS Support.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "body", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "body", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Body", "sensitive" : false, "setterDocumentation" : "

The text of the communication between the customer and AWS Support.

\n@param body The text of the communication between the customer and AWS Support.", "setterMethodName" : "setBody", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "body", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "body", "variableType" : "String", "documentation" : "

The text of the communication between the customer and AWS Support.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CaseId" : { "beanStyleGetterMethodName" : "getCaseId", "beanStyleSetterMethodName" : "setCaseId", "c2jName" : "caseId", "c2jShape" : "CaseId", "defaultConsumerFluentSetterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

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

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "caseId", "fluentSetterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "caseId", "getterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "caseId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "caseId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CaseId", "sensitive" : false, "setterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47", "setterMethodName" : "setCaseId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "caseId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "caseId", "variableType" : "String", "documentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SubmittedBy" : { "beanStyleGetterMethodName" : "getSubmittedBy", "beanStyleSetterMethodName" : "setSubmittedBy", "c2jName" : "submittedBy", "c2jShape" : "SubmittedBy", "defaultConsumerFluentSetterDocumentation" : "

The email address of the account that submitted the AWS Support case.

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

The email address of the account that submitted the AWS Support case.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "submittedBy", "fluentSetterDocumentation" : "

The email address of the account that submitted the AWS Support case.

\n@param submittedBy The email address of the account that submitted the AWS Support case.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "submittedBy", "getterDocumentation" : "

The email address of the account that submitted the AWS Support case.

\n@return The email address of the account that submitted the AWS Support case.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "submittedBy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "submittedBy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubmittedBy", "sensitive" : false, "setterDocumentation" : "

The email address of the account that submitted the AWS Support case.

\n@param submittedBy The email address of the account that submitted the AWS Support case.", "setterMethodName" : "setSubmittedBy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "submittedBy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "submittedBy", "variableType" : "String", "documentation" : "

The email address of the account that submitted the AWS Support case.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TimeCreated" : { "beanStyleGetterMethodName" : "getTimeCreated", "beanStyleSetterMethodName" : "setTimeCreated", "c2jName" : "timeCreated", "c2jShape" : "TimeCreated", "defaultConsumerFluentSetterDocumentation" : "

The time the communication was created.

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

The time the communication was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timeCreated", "fluentSetterDocumentation" : "

The time the communication was created.

\n@param timeCreated The time the communication was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timeCreated", "getterDocumentation" : "

The time the communication was created.

\n@return The time the communication was created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "timeCreated", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "timeCreated", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TimeCreated", "sensitive" : false, "setterDocumentation" : "

The time the communication was created.

\n@param timeCreated The time the communication was created.", "setterMethodName" : "setTimeCreated", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "timeCreated", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "timeCreated", "variableType" : "String", "documentation" : "

The time the communication was created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCaseId", "beanStyleSetterMethodName" : "setCaseId", "c2jName" : "caseId", "c2jShape" : "CaseId", "defaultConsumerFluentSetterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

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

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "caseId", "fluentSetterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "caseId", "getterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "caseId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "caseId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CaseId", "sensitive" : false, "setterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47", "setterMethodName" : "setCaseId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "caseId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "caseId", "variableType" : "String", "documentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBody", "beanStyleSetterMethodName" : "setBody", "c2jName" : "body", "c2jShape" : "CommunicationBody", "defaultConsumerFluentSetterDocumentation" : "

The text of the communication between the customer and AWS Support.

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

The text of the communication between the customer and AWS Support.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "body", "fluentSetterDocumentation" : "

The text of the communication between the customer and AWS Support.

\n@param body The text of the communication between the customer and AWS Support.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "body", "getterDocumentation" : "

The text of the communication between the customer and AWS Support.

\n@return The text of the communication between the customer and AWS Support.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "body", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "body", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Body", "sensitive" : false, "setterDocumentation" : "

The text of the communication between the customer and AWS Support.

\n@param body The text of the communication between the customer and AWS Support.", "setterMethodName" : "setBody", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "body", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "body", "variableType" : "String", "documentation" : "

The text of the communication between the customer and AWS Support.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSubmittedBy", "beanStyleSetterMethodName" : "setSubmittedBy", "c2jName" : "submittedBy", "c2jShape" : "SubmittedBy", "defaultConsumerFluentSetterDocumentation" : "

The email address of the account that submitted the AWS Support case.

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

The email address of the account that submitted the AWS Support case.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "submittedBy", "fluentSetterDocumentation" : "

The email address of the account that submitted the AWS Support case.

\n@param submittedBy The email address of the account that submitted the AWS Support case.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "submittedBy", "getterDocumentation" : "

The email address of the account that submitted the AWS Support case.

\n@return The email address of the account that submitted the AWS Support case.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "submittedBy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "submittedBy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SubmittedBy", "sensitive" : false, "setterDocumentation" : "

The email address of the account that submitted the AWS Support case.

\n@param submittedBy The email address of the account that submitted the AWS Support case.", "setterMethodName" : "setSubmittedBy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "submittedBy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "submittedBy", "variableType" : "String", "documentation" : "

The email address of the account that submitted the AWS Support case.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTimeCreated", "beanStyleSetterMethodName" : "setTimeCreated", "c2jName" : "timeCreated", "c2jShape" : "TimeCreated", "defaultConsumerFluentSetterDocumentation" : "

The time the communication was created.

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

The time the communication was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timeCreated", "fluentSetterDocumentation" : "

The time the communication was created.

\n@param timeCreated The time the communication was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timeCreated", "getterDocumentation" : "

The time the communication was created.

\n@return The time the communication was created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "timeCreated", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "timeCreated", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TimeCreated", "sensitive" : false, "setterDocumentation" : "

The time the communication was created.

\n@param timeCreated The time the communication was created.", "setterMethodName" : "setTimeCreated", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "timeCreated", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "timeCreated", "variableType" : "String", "documentation" : "

The time the communication was created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttachmentSet", "beanStyleSetterMethodName" : "setAttachmentSet", "c2jName" : "attachmentSet", "c2jShape" : "AttachmentSet", "defaultConsumerFluentSetterDocumentation" : "

Information about the attachments to the case communication.

\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 #attachmentSet(List)}.\n@param attachmentSet 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 #attachmentSet(List)", "deprecated" : false, "documentation" : "

Information about the attachments to the case communication.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachmentSet", "fluentSetterDocumentation" : "

Information about the attachments to the case communication.

\n@param attachmentSet Information about the attachments to the case communication.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachmentSet", "getterDocumentation" : "

Information about the attachments to the case communication.

\n

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

\n@return Information about the attachments to the case communication.", "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" : "attachmentSet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "attachmentSet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "AttachmentDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttachmentDetails.Builder} avoiding the need to create one manually via {@link AttachmentDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttachmentDetails.Builder#build()} is called immediately and its result is passed to {@link #member(AttachmentDetails)}.\n@param member a consumer that will call methods on {@link AttachmentDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttachmentDetails)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "AttachmentDetails", "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, "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" : "AttachmentDetails", "variableName" : "member", "variableType" : "AttachmentDetails", "documentation" : null, "simpleType" : "AttachmentDetails", "variableSetterType" : "AttachmentDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AttachmentDetails", "variableName" : "member", "variableType" : "AttachmentDetails", "documentation" : "", "simpleType" : "AttachmentDetails", "variableSetterType" : "AttachmentDetails" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AttachmentDetails", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "AttachmentDetails", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AttachmentSet", "sensitive" : false, "setterDocumentation" : "

Information about the attachments to the case communication.

\n@param attachmentSet Information about the attachments to the case communication.", "setterMethodName" : "setAttachmentSet", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "attachmentSet", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "attachmentSet", "variableType" : "java.util.List", "documentation" : "

Information about the attachments to the case communication.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Communication", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Communication", "variableName" : "communication", "variableType" : "Communication", "documentation" : null, "simpleType" : "Communication", "variableSetterType" : "Communication" }, "wrapper" : false }, "CreateCaseRequest" : { "c2jName" : "CreateCaseRequest", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateCase", "locationName" : null, "requestUri" : "/", "target" : "AWSSupport_20130415.CreateCase", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getSubject", "beanStyleSetterMethodName" : "setSubject", "c2jName" : "subject", "c2jShape" : "Subject", "defaultConsumerFluentSetterDocumentation" : "

The title of the AWS Support case.

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

The title of the AWS Support case.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subject", "fluentSetterDocumentation" : "

The title of the AWS Support case.

\n@param subject The title of the AWS Support case.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subject", "getterDocumentation" : "

The title of the AWS Support case.

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

The title of the AWS Support case.

\n@param subject The title of the AWS Support case.", "setterMethodName" : "setSubject", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subject", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subject", "variableType" : "String", "documentation" : "

The title of the AWS Support case.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceCode", "beanStyleSetterMethodName" : "setServiceCode", "c2jName" : "serviceCode", "c2jShape" : "ServiceCode", "defaultConsumerFluentSetterDocumentation" : "

The code for the AWS service returned by the call to DescribeServices.

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

The code for the AWS service returned by the call to DescribeServices.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceCode", "fluentSetterDocumentation" : "

The code for the AWS service returned by the call to DescribeServices.

\n@param serviceCode The code for the AWS service returned by the call to DescribeServices.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceCode", "getterDocumentation" : "

The code for the AWS service returned by the call to DescribeServices.

\n@return The code for the AWS service returned by the call to DescribeServices.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serviceCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "serviceCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceCode", "sensitive" : false, "setterDocumentation" : "

The code for the AWS service returned by the call to DescribeServices.

\n@param serviceCode The code for the AWS service returned by the call to DescribeServices.", "setterMethodName" : "setServiceCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceCode", "variableType" : "String", "documentation" : "

The code for the AWS service returned by the call to DescribeServices.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSeverityCode", "beanStyleSetterMethodName" : "setSeverityCode", "c2jName" : "severityCode", "c2jShape" : "SeverityCode", "defaultConsumerFluentSetterDocumentation" : "

The code for the severity level returned by the call to DescribeSeverityLevels.

The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.

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

The code for the severity level returned by the call to DescribeSeverityLevels.

The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "severityCode", "fluentSetterDocumentation" : "

The code for the severity level returned by the call to DescribeSeverityLevels.

The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.

\n@param severityCode The code for the severity level returned by the call to DescribeSeverityLevels.

The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.

\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "severityCode", "getterDocumentation" : "

The code for the severity level returned by the call to DescribeSeverityLevels.

The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.

\n@return The code for the severity level returned by the call to DescribeSeverityLevels.

The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.

", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "severityCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "severityCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SeverityCode", "sensitive" : false, "setterDocumentation" : "

The code for the severity level returned by the call to DescribeSeverityLevels.

The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.

\n@param severityCode The code for the severity level returned by the call to DescribeSeverityLevels.

The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.

", "setterMethodName" : "setSeverityCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "severityCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "severityCode", "variableType" : "String", "documentation" : "

The code for the severity level returned by the call to DescribeSeverityLevels.

The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCategoryCode", "beanStyleSetterMethodName" : "setCategoryCode", "c2jName" : "categoryCode", "c2jShape" : "CategoryCode", "defaultConsumerFluentSetterDocumentation" : "

The category of problem for the AWS Support case.

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

The category of problem for the AWS Support case.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "categoryCode", "fluentSetterDocumentation" : "

The category of problem for the AWS Support case.

\n@param categoryCode The category of problem for the AWS Support case.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "categoryCode", "getterDocumentation" : "

The category of problem for the AWS Support case.

\n@return The category of problem for the AWS Support case.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "categoryCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "categoryCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CategoryCode", "sensitive" : false, "setterDocumentation" : "

The category of problem for the AWS Support case.

\n@param categoryCode The category of problem for the AWS Support case.", "setterMethodName" : "setCategoryCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "categoryCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "categoryCode", "variableType" : "String", "documentation" : "

The category of problem for the AWS Support case.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCommunicationBody", "beanStyleSetterMethodName" : "setCommunicationBody", "c2jName" : "communicationBody", "c2jShape" : "CommunicationBody", "defaultConsumerFluentSetterDocumentation" : "

The communication body text when you create an AWS Support case by calling CreateCase.

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

The communication body text when you create an AWS Support case by calling CreateCase.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "communicationBody", "fluentSetterDocumentation" : "

The communication body text when you create an AWS Support case by calling CreateCase.

\n@param communicationBody The communication body text when you create an AWS Support case by calling CreateCase.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "communicationBody", "getterDocumentation" : "

The communication body text when you create an AWS Support case by calling CreateCase.

\n@return The communication body text when you create an AWS Support case by calling CreateCase.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "communicationBody", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "communicationBody", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CommunicationBody", "sensitive" : false, "setterDocumentation" : "

The communication body text when you create an AWS Support case by calling CreateCase.

\n@param communicationBody The communication body text when you create an AWS Support case by calling CreateCase.", "setterMethodName" : "setCommunicationBody", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "communicationBody", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "communicationBody", "variableType" : "String", "documentation" : "

The communication body text when you create an AWS Support case by calling CreateCase.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCcEmailAddresses", "beanStyleSetterMethodName" : "setCcEmailAddresses", "c2jName" : "ccEmailAddresses", "c2jShape" : "CcEmailAddressList", "defaultConsumerFluentSetterDocumentation" : "

A list of email addresses that AWS Support copies on case correspondence.

\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 #ccEmailAddresses(List)}.\n@param ccEmailAddresses 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 #ccEmailAddresses(List)", "deprecated" : false, "documentation" : "

A list of email addresses that AWS Support copies on case correspondence.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ccEmailAddresses", "fluentSetterDocumentation" : "

A list of email addresses that AWS Support copies on case correspondence.

\n@param ccEmailAddresses A list of email addresses that AWS Support copies on case correspondence.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ccEmailAddresses", "getterDocumentation" : "

A list of email addresses that AWS Support copies on case correspondence.

\n

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

\n@return A list of email addresses that AWS Support copies on case correspondence.", "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" : "ccEmailAddresses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ccEmailAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CcEmailAddress", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "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" }, "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" : "CcEmailAddresses", "sensitive" : false, "setterDocumentation" : "

A list of email addresses that AWS Support copies on case correspondence.

\n@param ccEmailAddresses A list of email addresses that AWS Support copies on case correspondence.", "setterMethodName" : "setCcEmailAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ccEmailAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ccEmailAddresses", "variableType" : "java.util.List", "documentation" : "

A list of email addresses that AWS Support copies on case correspondence.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLanguage", "beanStyleSetterMethodName" : "setLanguage", "c2jName" : "language", "c2jShape" : "Language", "defaultConsumerFluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

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

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "language", "fluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "language", "getterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@return The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "language", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "language", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Language", "sensitive" : false, "setterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "setterMethodName" : "setLanguage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIssueType", "beanStyleSetterMethodName" : "setIssueType", "c2jName" : "issueType", "c2jShape" : "IssueType", "defaultConsumerFluentSetterDocumentation" : "

The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"

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

The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "issueType", "fluentSetterDocumentation" : "

The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"

\n@param issueType The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "issueType", "getterDocumentation" : "

The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"

\n@return The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "issueType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "issueType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IssueType", "sensitive" : false, "setterDocumentation" : "

The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"

\n@param issueType The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"", "setterMethodName" : "setIssueType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "issueType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "issueType", "variableType" : "String", "documentation" : "

The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttachmentSetId", "beanStyleSetterMethodName" : "setAttachmentSetId", "c2jName" : "attachmentSetId", "c2jShape" : "AttachmentSetId", "defaultConsumerFluentSetterDocumentation" : "

The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.

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

The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachmentSetId", "fluentSetterDocumentation" : "

The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.

\n@param attachmentSetId The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachmentSetId", "getterDocumentation" : "

The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.

\n@return The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "attachmentSetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "attachmentSetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AttachmentSetId", "sensitive" : false, "setterDocumentation" : "

The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.

\n@param attachmentSetId The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.", "setterMethodName" : "setAttachmentSetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attachmentSetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attachmentSetId", "variableType" : "String", "documentation" : "

The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttachmentSetId" : { "beanStyleGetterMethodName" : "getAttachmentSetId", "beanStyleSetterMethodName" : "setAttachmentSetId", "c2jName" : "attachmentSetId", "c2jShape" : "AttachmentSetId", "defaultConsumerFluentSetterDocumentation" : "

The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.

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

The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachmentSetId", "fluentSetterDocumentation" : "

The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.

\n@param attachmentSetId The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachmentSetId", "getterDocumentation" : "

The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.

\n@return The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "attachmentSetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "attachmentSetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AttachmentSetId", "sensitive" : false, "setterDocumentation" : "

The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.

\n@param attachmentSetId The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.", "setterMethodName" : "setAttachmentSetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attachmentSetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attachmentSetId", "variableType" : "String", "documentation" : "

The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CategoryCode" : { "beanStyleGetterMethodName" : "getCategoryCode", "beanStyleSetterMethodName" : "setCategoryCode", "c2jName" : "categoryCode", "c2jShape" : "CategoryCode", "defaultConsumerFluentSetterDocumentation" : "

The category of problem for the AWS Support case.

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

The category of problem for the AWS Support case.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "categoryCode", "fluentSetterDocumentation" : "

The category of problem for the AWS Support case.

\n@param categoryCode The category of problem for the AWS Support case.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "categoryCode", "getterDocumentation" : "

The category of problem for the AWS Support case.

\n@return The category of problem for the AWS Support case.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "categoryCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "categoryCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CategoryCode", "sensitive" : false, "setterDocumentation" : "

The category of problem for the AWS Support case.

\n@param categoryCode The category of problem for the AWS Support case.", "setterMethodName" : "setCategoryCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "categoryCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "categoryCode", "variableType" : "String", "documentation" : "

The category of problem for the AWS Support case.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CcEmailAddresses" : { "beanStyleGetterMethodName" : "getCcEmailAddresses", "beanStyleSetterMethodName" : "setCcEmailAddresses", "c2jName" : "ccEmailAddresses", "c2jShape" : "CcEmailAddressList", "defaultConsumerFluentSetterDocumentation" : "

A list of email addresses that AWS Support copies on case correspondence.

\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 #ccEmailAddresses(List)}.\n@param ccEmailAddresses 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 #ccEmailAddresses(List)", "deprecated" : false, "documentation" : "

A list of email addresses that AWS Support copies on case correspondence.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ccEmailAddresses", "fluentSetterDocumentation" : "

A list of email addresses that AWS Support copies on case correspondence.

\n@param ccEmailAddresses A list of email addresses that AWS Support copies on case correspondence.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ccEmailAddresses", "getterDocumentation" : "

A list of email addresses that AWS Support copies on case correspondence.

\n

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

\n@return A list of email addresses that AWS Support copies on case correspondence.", "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" : "ccEmailAddresses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ccEmailAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CcEmailAddress", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "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" }, "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" : "CcEmailAddresses", "sensitive" : false, "setterDocumentation" : "

A list of email addresses that AWS Support copies on case correspondence.

\n@param ccEmailAddresses A list of email addresses that AWS Support copies on case correspondence.", "setterMethodName" : "setCcEmailAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ccEmailAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ccEmailAddresses", "variableType" : "java.util.List", "documentation" : "

A list of email addresses that AWS Support copies on case correspondence.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "CommunicationBody" : { "beanStyleGetterMethodName" : "getCommunicationBody", "beanStyleSetterMethodName" : "setCommunicationBody", "c2jName" : "communicationBody", "c2jShape" : "CommunicationBody", "defaultConsumerFluentSetterDocumentation" : "

The communication body text when you create an AWS Support case by calling CreateCase.

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

The communication body text when you create an AWS Support case by calling CreateCase.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "communicationBody", "fluentSetterDocumentation" : "

The communication body text when you create an AWS Support case by calling CreateCase.

\n@param communicationBody The communication body text when you create an AWS Support case by calling CreateCase.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "communicationBody", "getterDocumentation" : "

The communication body text when you create an AWS Support case by calling CreateCase.

\n@return The communication body text when you create an AWS Support case by calling CreateCase.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "communicationBody", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "communicationBody", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CommunicationBody", "sensitive" : false, "setterDocumentation" : "

The communication body text when you create an AWS Support case by calling CreateCase.

\n@param communicationBody The communication body text when you create an AWS Support case by calling CreateCase.", "setterMethodName" : "setCommunicationBody", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "communicationBody", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "communicationBody", "variableType" : "String", "documentation" : "

The communication body text when you create an AWS Support case by calling CreateCase.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "IssueType" : { "beanStyleGetterMethodName" : "getIssueType", "beanStyleSetterMethodName" : "setIssueType", "c2jName" : "issueType", "c2jShape" : "IssueType", "defaultConsumerFluentSetterDocumentation" : "

The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"

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

The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "issueType", "fluentSetterDocumentation" : "

The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"

\n@param issueType The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "issueType", "getterDocumentation" : "

The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"

\n@return The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "issueType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "issueType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IssueType", "sensitive" : false, "setterDocumentation" : "

The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"

\n@param issueType The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"", "setterMethodName" : "setIssueType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "issueType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "issueType", "variableType" : "String", "documentation" : "

The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Language" : { "beanStyleGetterMethodName" : "getLanguage", "beanStyleSetterMethodName" : "setLanguage", "c2jName" : "language", "c2jShape" : "Language", "defaultConsumerFluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

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

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "language", "fluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "language", "getterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@return The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "language", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "language", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Language", "sensitive" : false, "setterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "setterMethodName" : "setLanguage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ServiceCode" : { "beanStyleGetterMethodName" : "getServiceCode", "beanStyleSetterMethodName" : "setServiceCode", "c2jName" : "serviceCode", "c2jShape" : "ServiceCode", "defaultConsumerFluentSetterDocumentation" : "

The code for the AWS service returned by the call to DescribeServices.

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

The code for the AWS service returned by the call to DescribeServices.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceCode", "fluentSetterDocumentation" : "

The code for the AWS service returned by the call to DescribeServices.

\n@param serviceCode The code for the AWS service returned by the call to DescribeServices.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceCode", "getterDocumentation" : "

The code for the AWS service returned by the call to DescribeServices.

\n@return The code for the AWS service returned by the call to DescribeServices.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serviceCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "serviceCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceCode", "sensitive" : false, "setterDocumentation" : "

The code for the AWS service returned by the call to DescribeServices.

\n@param serviceCode The code for the AWS service returned by the call to DescribeServices.", "setterMethodName" : "setServiceCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceCode", "variableType" : "String", "documentation" : "

The code for the AWS service returned by the call to DescribeServices.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SeverityCode" : { "beanStyleGetterMethodName" : "getSeverityCode", "beanStyleSetterMethodName" : "setSeverityCode", "c2jName" : "severityCode", "c2jShape" : "SeverityCode", "defaultConsumerFluentSetterDocumentation" : "

The code for the severity level returned by the call to DescribeSeverityLevels.

The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.

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

The code for the severity level returned by the call to DescribeSeverityLevels.

The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "severityCode", "fluentSetterDocumentation" : "

The code for the severity level returned by the call to DescribeSeverityLevels.

The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.

\n@param severityCode The code for the severity level returned by the call to DescribeSeverityLevels.

The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.

\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "severityCode", "getterDocumentation" : "

The code for the severity level returned by the call to DescribeSeverityLevels.

The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.

\n@return The code for the severity level returned by the call to DescribeSeverityLevels.

The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.

", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "severityCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "severityCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SeverityCode", "sensitive" : false, "setterDocumentation" : "

The code for the severity level returned by the call to DescribeSeverityLevels.

The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.

\n@param severityCode The code for the severity level returned by the call to DescribeSeverityLevels.

The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.

", "setterMethodName" : "setSeverityCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "severityCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "severityCode", "variableType" : "String", "documentation" : "

The code for the severity level returned by the call to DescribeSeverityLevels.

The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Subject" : { "beanStyleGetterMethodName" : "getSubject", "beanStyleSetterMethodName" : "setSubject", "c2jName" : "subject", "c2jShape" : "Subject", "defaultConsumerFluentSetterDocumentation" : "

The title of the AWS Support case.

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

The title of the AWS Support case.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subject", "fluentSetterDocumentation" : "

The title of the AWS Support case.

\n@param subject The title of the AWS Support case.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subject", "getterDocumentation" : "

The title of the AWS Support case.

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

The title of the AWS Support case.

\n@param subject The title of the AWS Support case.", "setterMethodName" : "setSubject", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subject", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subject", "variableType" : "String", "documentation" : "

The title of the AWS Support case.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSubject", "beanStyleSetterMethodName" : "setSubject", "c2jName" : "subject", "c2jShape" : "Subject", "defaultConsumerFluentSetterDocumentation" : "

The title of the AWS Support case.

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

The title of the AWS Support case.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subject", "fluentSetterDocumentation" : "

The title of the AWS Support case.

\n@param subject The title of the AWS Support case.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subject", "getterDocumentation" : "

The title of the AWS Support case.

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

The title of the AWS Support case.

\n@param subject The title of the AWS Support case.", "setterMethodName" : "setSubject", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subject", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subject", "variableType" : "String", "documentation" : "

The title of the AWS Support case.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getServiceCode", "beanStyleSetterMethodName" : "setServiceCode", "c2jName" : "serviceCode", "c2jShape" : "ServiceCode", "defaultConsumerFluentSetterDocumentation" : "

The code for the AWS service returned by the call to DescribeServices.

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

The code for the AWS service returned by the call to DescribeServices.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceCode", "fluentSetterDocumentation" : "

The code for the AWS service returned by the call to DescribeServices.

\n@param serviceCode The code for the AWS service returned by the call to DescribeServices.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceCode", "getterDocumentation" : "

The code for the AWS service returned by the call to DescribeServices.

\n@return The code for the AWS service returned by the call to DescribeServices.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "serviceCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "serviceCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ServiceCode", "sensitive" : false, "setterDocumentation" : "

The code for the AWS service returned by the call to DescribeServices.

\n@param serviceCode The code for the AWS service returned by the call to DescribeServices.", "setterMethodName" : "setServiceCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serviceCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serviceCode", "variableType" : "String", "documentation" : "

The code for the AWS service returned by the call to DescribeServices.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSeverityCode", "beanStyleSetterMethodName" : "setSeverityCode", "c2jName" : "severityCode", "c2jShape" : "SeverityCode", "defaultConsumerFluentSetterDocumentation" : "

The code for the severity level returned by the call to DescribeSeverityLevels.

The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.

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

The code for the severity level returned by the call to DescribeSeverityLevels.

The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "severityCode", "fluentSetterDocumentation" : "

The code for the severity level returned by the call to DescribeSeverityLevels.

The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.

\n@param severityCode The code for the severity level returned by the call to DescribeSeverityLevels.

The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.

\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "severityCode", "getterDocumentation" : "

The code for the severity level returned by the call to DescribeSeverityLevels.

The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.

\n@return The code for the severity level returned by the call to DescribeSeverityLevels.

The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.

", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "severityCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "severityCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SeverityCode", "sensitive" : false, "setterDocumentation" : "

The code for the severity level returned by the call to DescribeSeverityLevels.

The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.

\n@param severityCode The code for the severity level returned by the call to DescribeSeverityLevels.

The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.

", "setterMethodName" : "setSeverityCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "severityCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "severityCode", "variableType" : "String", "documentation" : "

The code for the severity level returned by the call to DescribeSeverityLevels.

The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCategoryCode", "beanStyleSetterMethodName" : "setCategoryCode", "c2jName" : "categoryCode", "c2jShape" : "CategoryCode", "defaultConsumerFluentSetterDocumentation" : "

The category of problem for the AWS Support case.

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

The category of problem for the AWS Support case.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "categoryCode", "fluentSetterDocumentation" : "

The category of problem for the AWS Support case.

\n@param categoryCode The category of problem for the AWS Support case.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "categoryCode", "getterDocumentation" : "

The category of problem for the AWS Support case.

\n@return The category of problem for the AWS Support case.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "categoryCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "categoryCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CategoryCode", "sensitive" : false, "setterDocumentation" : "

The category of problem for the AWS Support case.

\n@param categoryCode The category of problem for the AWS Support case.", "setterMethodName" : "setCategoryCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "categoryCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "categoryCode", "variableType" : "String", "documentation" : "

The category of problem for the AWS Support case.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCommunicationBody", "beanStyleSetterMethodName" : "setCommunicationBody", "c2jName" : "communicationBody", "c2jShape" : "CommunicationBody", "defaultConsumerFluentSetterDocumentation" : "

The communication body text when you create an AWS Support case by calling CreateCase.

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

The communication body text when you create an AWS Support case by calling CreateCase.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "communicationBody", "fluentSetterDocumentation" : "

The communication body text when you create an AWS Support case by calling CreateCase.

\n@param communicationBody The communication body text when you create an AWS Support case by calling CreateCase.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "communicationBody", "getterDocumentation" : "

The communication body text when you create an AWS Support case by calling CreateCase.

\n@return The communication body text when you create an AWS Support case by calling CreateCase.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "communicationBody", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "communicationBody", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CommunicationBody", "sensitive" : false, "setterDocumentation" : "

The communication body text when you create an AWS Support case by calling CreateCase.

\n@param communicationBody The communication body text when you create an AWS Support case by calling CreateCase.", "setterMethodName" : "setCommunicationBody", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "communicationBody", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "communicationBody", "variableType" : "String", "documentation" : "

The communication body text when you create an AWS Support case by calling CreateCase.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCcEmailAddresses", "beanStyleSetterMethodName" : "setCcEmailAddresses", "c2jName" : "ccEmailAddresses", "c2jShape" : "CcEmailAddressList", "defaultConsumerFluentSetterDocumentation" : "

A list of email addresses that AWS Support copies on case correspondence.

\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 #ccEmailAddresses(List)}.\n@param ccEmailAddresses 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 #ccEmailAddresses(List)", "deprecated" : false, "documentation" : "

A list of email addresses that AWS Support copies on case correspondence.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ccEmailAddresses", "fluentSetterDocumentation" : "

A list of email addresses that AWS Support copies on case correspondence.

\n@param ccEmailAddresses A list of email addresses that AWS Support copies on case correspondence.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ccEmailAddresses", "getterDocumentation" : "

A list of email addresses that AWS Support copies on case correspondence.

\n

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

\n@return A list of email addresses that AWS Support copies on case correspondence.", "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" : "ccEmailAddresses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ccEmailAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CcEmailAddress", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "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" }, "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" : "CcEmailAddresses", "sensitive" : false, "setterDocumentation" : "

A list of email addresses that AWS Support copies on case correspondence.

\n@param ccEmailAddresses A list of email addresses that AWS Support copies on case correspondence.", "setterMethodName" : "setCcEmailAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ccEmailAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ccEmailAddresses", "variableType" : "java.util.List", "documentation" : "

A list of email addresses that AWS Support copies on case correspondence.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLanguage", "beanStyleSetterMethodName" : "setLanguage", "c2jName" : "language", "c2jShape" : "Language", "defaultConsumerFluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

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

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "language", "fluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "language", "getterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@return The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "language", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "language", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Language", "sensitive" : false, "setterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "setterMethodName" : "setLanguage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIssueType", "beanStyleSetterMethodName" : "setIssueType", "c2jName" : "issueType", "c2jShape" : "IssueType", "defaultConsumerFluentSetterDocumentation" : "

The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"

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

The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "issueType", "fluentSetterDocumentation" : "

The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"

\n@param issueType The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "issueType", "getterDocumentation" : "

The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"

\n@return The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "issueType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "issueType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IssueType", "sensitive" : false, "setterDocumentation" : "

The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"

\n@param issueType The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"", "setterMethodName" : "setIssueType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "issueType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "issueType", "variableType" : "String", "documentation" : "

The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAttachmentSetId", "beanStyleSetterMethodName" : "setAttachmentSetId", "c2jName" : "attachmentSetId", "c2jShape" : "AttachmentSetId", "defaultConsumerFluentSetterDocumentation" : "

The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.

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

The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachmentSetId", "fluentSetterDocumentation" : "

The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.

\n@param attachmentSetId The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachmentSetId", "getterDocumentation" : "

The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.

\n@return The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "attachmentSetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "attachmentSetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AttachmentSetId", "sensitive" : false, "setterDocumentation" : "

The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.

\n@param attachmentSetId The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.", "setterMethodName" : "setAttachmentSetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attachmentSetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attachmentSetId", "variableType" : "String", "documentation" : "

The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "subject", "communicationBody" ], "shapeName" : "CreateCaseRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateCaseRequest", "variableName" : "createCaseRequest", "variableType" : "CreateCaseRequest", "documentation" : null, "simpleType" : "CreateCaseRequest", "variableSetterType" : "CreateCaseRequest" }, "wrapper" : false }, "CreateCaseResponse" : { "c2jName" : "CreateCaseResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The AWS Support case ID returned by a successful completion of the CreateCase operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCaseId", "beanStyleSetterMethodName" : "setCaseId", "c2jName" : "caseId", "c2jShape" : "CaseId", "defaultConsumerFluentSetterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

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

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "caseId", "fluentSetterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "caseId", "getterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "caseId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "caseId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CaseId", "sensitive" : false, "setterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47", "setterMethodName" : "setCaseId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "caseId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "caseId", "variableType" : "String", "documentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CaseId" : { "beanStyleGetterMethodName" : "getCaseId", "beanStyleSetterMethodName" : "setCaseId", "c2jName" : "caseId", "c2jShape" : "CaseId", "defaultConsumerFluentSetterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

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

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "caseId", "fluentSetterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "caseId", "getterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "caseId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "caseId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CaseId", "sensitive" : false, "setterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47", "setterMethodName" : "setCaseId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "caseId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "caseId", "variableType" : "String", "documentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCaseId", "beanStyleSetterMethodName" : "setCaseId", "c2jName" : "caseId", "c2jShape" : "CaseId", "defaultConsumerFluentSetterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

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

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "caseId", "fluentSetterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "caseId", "getterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "caseId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "caseId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CaseId", "sensitive" : false, "setterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47", "setterMethodName" : "setCaseId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "caseId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "caseId", "variableType" : "String", "documentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateCaseResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateCaseResponse", "variableName" : "createCaseResponse", "variableType" : "CreateCaseResponse", "documentation" : null, "simpleType" : "CreateCaseResponse", "variableSetterType" : "CreateCaseResponse" }, "wrapper" : false }, "DescribeAttachmentLimitExceededException" : { "c2jName" : "DescribeAttachmentLimitExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The limit for the number of DescribeAttachment requests in a short period of time has been exceeded.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "DescribeAttachmentLimitExceeded", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeAttachmentLimitExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeAttachmentLimitExceededException", "variableName" : "describeAttachmentLimitExceededException", "variableType" : "DescribeAttachmentLimitExceededException", "documentation" : null, "simpleType" : "DescribeAttachmentLimitExceededException", "variableSetterType" : "DescribeAttachmentLimitExceededException" }, "wrapper" : false }, "DescribeAttachmentRequest" : { "c2jName" : "DescribeAttachmentRequest", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeAttachment", "locationName" : null, "requestUri" : "/", "target" : "AWSSupport_20130415.DescribeAttachment", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getAttachmentId", "beanStyleSetterMethodName" : "setAttachmentId", "c2jName" : "attachmentId", "c2jShape" : "AttachmentId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.

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

The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachmentId", "fluentSetterDocumentation" : "

The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.

\n@param attachmentId The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachmentId", "getterDocumentation" : "

The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.

\n@return The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "attachmentId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "attachmentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AttachmentId", "sensitive" : false, "setterDocumentation" : "

The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.

\n@param attachmentId The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.", "setterMethodName" : "setAttachmentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attachmentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attachmentId", "variableType" : "String", "documentation" : "

The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AttachmentId" : { "beanStyleGetterMethodName" : "getAttachmentId", "beanStyleSetterMethodName" : "setAttachmentId", "c2jName" : "attachmentId", "c2jShape" : "AttachmentId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.

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

The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachmentId", "fluentSetterDocumentation" : "

The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.

\n@param attachmentId The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachmentId", "getterDocumentation" : "

The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.

\n@return The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "attachmentId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "attachmentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AttachmentId", "sensitive" : false, "setterDocumentation" : "

The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.

\n@param attachmentId The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.", "setterMethodName" : "setAttachmentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attachmentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attachmentId", "variableType" : "String", "documentation" : "

The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAttachmentId", "beanStyleSetterMethodName" : "setAttachmentId", "c2jName" : "attachmentId", "c2jShape" : "AttachmentId", "defaultConsumerFluentSetterDocumentation" : "

The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.

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

The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachmentId", "fluentSetterDocumentation" : "

The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.

\n@param attachmentId The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachmentId", "getterDocumentation" : "

The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.

\n@return The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "attachmentId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "attachmentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AttachmentId", "sensitive" : false, "setterDocumentation" : "

The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.

\n@param attachmentId The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.", "setterMethodName" : "setAttachmentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "attachmentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "attachmentId", "variableType" : "String", "documentation" : "

The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "attachmentId" ], "shapeName" : "DescribeAttachmentRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeAttachmentRequest", "variableName" : "describeAttachmentRequest", "variableType" : "DescribeAttachmentRequest", "documentation" : null, "simpleType" : "DescribeAttachmentRequest", "variableSetterType" : "DescribeAttachmentRequest" }, "wrapper" : false }, "DescribeAttachmentResponse" : { "c2jName" : "DescribeAttachmentResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The content and file name of the attachment returned by the DescribeAttachment operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getAttachment", "beanStyleSetterMethodName" : "setAttachment", "c2jName" : "attachment", "c2jShape" : "Attachment", "defaultConsumerFluentSetterDocumentation" : "

The attachment content and file name.

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

The attachment content and file name.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachment", "fluentSetterDocumentation" : "

The attachment content and file name.

\n@param attachment The attachment content and file name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachment", "getterDocumentation" : "

The attachment content and file name.

\n@return The attachment content and file name.", "getterModel" : { "returnType" : "Attachment", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "attachment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "attachment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Attachment", "sensitive" : false, "setterDocumentation" : "

The attachment content and file name.

\n@param attachment The attachment content and file name.", "setterMethodName" : "setAttachment", "setterModel" : { "variableDeclarationType" : "Attachment", "variableName" : "attachment", "variableType" : "Attachment", "documentation" : null, "simpleType" : "Attachment", "variableSetterType" : "Attachment" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Attachment", "variableName" : "attachment", "variableType" : "Attachment", "documentation" : "

The attachment content and file name.

", "simpleType" : "Attachment", "variableSetterType" : "Attachment" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Attachment" : { "beanStyleGetterMethodName" : "getAttachment", "beanStyleSetterMethodName" : "setAttachment", "c2jName" : "attachment", "c2jShape" : "Attachment", "defaultConsumerFluentSetterDocumentation" : "

The attachment content and file name.

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

The attachment content and file name.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachment", "fluentSetterDocumentation" : "

The attachment content and file name.

\n@param attachment The attachment content and file name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachment", "getterDocumentation" : "

The attachment content and file name.

\n@return The attachment content and file name.", "getterModel" : { "returnType" : "Attachment", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "attachment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "attachment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Attachment", "sensitive" : false, "setterDocumentation" : "

The attachment content and file name.

\n@param attachment The attachment content and file name.", "setterMethodName" : "setAttachment", "setterModel" : { "variableDeclarationType" : "Attachment", "variableName" : "attachment", "variableType" : "Attachment", "documentation" : null, "simpleType" : "Attachment", "variableSetterType" : "Attachment" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Attachment", "variableName" : "attachment", "variableType" : "Attachment", "documentation" : "

The attachment content and file name.

", "simpleType" : "Attachment", "variableSetterType" : "Attachment" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAttachment", "beanStyleSetterMethodName" : "setAttachment", "c2jName" : "attachment", "c2jShape" : "Attachment", "defaultConsumerFluentSetterDocumentation" : "

The attachment content and file name.

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

The attachment content and file name.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "attachment", "fluentSetterDocumentation" : "

The attachment content and file name.

\n@param attachment The attachment content and file name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "attachment", "getterDocumentation" : "

The attachment content and file name.

\n@return The attachment content and file name.", "getterModel" : { "returnType" : "Attachment", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "attachment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "attachment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Attachment", "sensitive" : false, "setterDocumentation" : "

The attachment content and file name.

\n@param attachment The attachment content and file name.", "setterMethodName" : "setAttachment", "setterModel" : { "variableDeclarationType" : "Attachment", "variableName" : "attachment", "variableType" : "Attachment", "documentation" : null, "simpleType" : "Attachment", "variableSetterType" : "Attachment" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Attachment", "variableName" : "attachment", "variableType" : "Attachment", "documentation" : "

The attachment content and file name.

", "simpleType" : "Attachment", "variableSetterType" : "Attachment" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeAttachmentResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeAttachmentResponse", "variableName" : "describeAttachmentResponse", "variableType" : "DescribeAttachmentResponse", "documentation" : null, "simpleType" : "DescribeAttachmentResponse", "variableSetterType" : "DescribeAttachmentResponse" }, "wrapper" : false }, "DescribeCasesRequest" : { "c2jName" : "DescribeCasesRequest", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeCases", "locationName" : null, "requestUri" : "/", "target" : "AWSSupport_20130415.DescribeCases", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCaseIdList", "beanStyleSetterMethodName" : "setCaseIdList", "c2jName" : "caseIdList", "c2jShape" : "CaseIdList", "defaultConsumerFluentSetterDocumentation" : "

A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.

\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 #caseIdList(List)}.\n@param caseIdList 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 #caseIdList(List)", "deprecated" : false, "documentation" : "

A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "caseIdList", "fluentSetterDocumentation" : "

A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.

\n@param caseIdList A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "caseIdList", "getterDocumentation" : "

A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.

\n

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

\n@return A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.", "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" : "caseIdList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "caseIdList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CaseId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "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" }, "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" : "CaseIdList", "sensitive" : false, "setterDocumentation" : "

A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.

\n@param caseIdList A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.", "setterMethodName" : "setCaseIdList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "caseIdList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "caseIdList", "variableType" : "java.util.List", "documentation" : "

A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDisplayId", "beanStyleSetterMethodName" : "setDisplayId", "c2jName" : "displayId", "c2jShape" : "DisplayId", "defaultConsumerFluentSetterDocumentation" : "

The ID displayed for a case in the AWS Support Center user interface.

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

The ID displayed for a case in the AWS Support Center user interface.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "displayId", "fluentSetterDocumentation" : "

The ID displayed for a case in the AWS Support Center user interface.

\n@param displayId The ID displayed for a case in the AWS Support Center user interface.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "displayId", "getterDocumentation" : "

The ID displayed for a case in the AWS Support Center user interface.

\n@return The ID displayed for a case in the AWS Support Center user interface.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "displayId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "displayId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DisplayId", "sensitive" : false, "setterDocumentation" : "

The ID displayed for a case in the AWS Support Center user interface.

\n@param displayId The ID displayed for a case in the AWS Support Center user interface.", "setterMethodName" : "setDisplayId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "displayId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "displayId", "variableType" : "String", "documentation" : "

The ID displayed for a case in the AWS Support Center user interface.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAfterTime", "beanStyleSetterMethodName" : "setAfterTime", "c2jName" : "afterTime", "c2jShape" : "AfterTime", "defaultConsumerFluentSetterDocumentation" : "

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

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

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "afterTime", "fluentSetterDocumentation" : "

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

\n@param afterTime The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "afterTime", "getterDocumentation" : "

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

\n@return The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "afterTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "afterTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AfterTime", "sensitive" : false, "setterDocumentation" : "

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

\n@param afterTime The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.", "setterMethodName" : "setAfterTime", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "afterTime", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "afterTime", "variableType" : "String", "documentation" : "

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBeforeTime", "beanStyleSetterMethodName" : "setBeforeTime", "c2jName" : "beforeTime", "c2jShape" : "BeforeTime", "defaultConsumerFluentSetterDocumentation" : "

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

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

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "beforeTime", "fluentSetterDocumentation" : "

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

\n@param beforeTime The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "beforeTime", "getterDocumentation" : "

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

\n@return The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "beforeTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "beforeTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BeforeTime", "sensitive" : false, "setterDocumentation" : "

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

\n@param beforeTime The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.", "setterMethodName" : "setBeforeTime", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "beforeTime", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "beforeTime", "variableType" : "String", "documentation" : "

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIncludeResolvedCases", "beanStyleSetterMethodName" : "setIncludeResolvedCases", "c2jName" : "includeResolvedCases", "c2jShape" : "IncludeResolvedCases", "defaultConsumerFluentSetterDocumentation" : "

Specifies whether resolved support cases should be included in the DescribeCases results. The default 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 #includeResolvedCases(Boolean)}.\n@param includeResolvedCases 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 #includeResolvedCases(Boolean)", "deprecated" : false, "documentation" : "

Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "includeResolvedCases", "fluentSetterDocumentation" : "

Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.

\n@param includeResolvedCases Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeResolvedCases", "getterDocumentation" : "

Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.

\n@return Specifies whether resolved support cases should be included in the DescribeCases results. The default 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" : "includeResolvedCases", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "includeResolvedCases", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeResolvedCases", "sensitive" : false, "setterDocumentation" : "

Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.

\n@param includeResolvedCases Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.", "setterMethodName" : "setIncludeResolvedCases", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeResolvedCases", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeResolvedCases", "variableType" : "Boolean", "documentation" : "

Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

A resumption point for pagination.

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

A resumption point for pagination.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

A resumption point for pagination.

\n@param nextToken A resumption point for pagination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

A resumption point for pagination.

\n@return A resumption point for pagination.", "getterModel" : { "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, "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" : "

A resumption point for pagination.

\n@param nextToken A resumption point for pagination.", "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" : "

A resumption point for pagination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return before paginating.

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

The maximum number of results to return before paginating.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return before paginating.

\n@param maxResults The maximum number of results to return before paginating.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return before paginating.

\n@return The maximum number of results to return before paginating.", "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, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to return before paginating.

\n@param maxResults The maximum number of results to return before paginating.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to return before paginating.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLanguage", "beanStyleSetterMethodName" : "setLanguage", "c2jName" : "language", "c2jShape" : "Language", "defaultConsumerFluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

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

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "language", "fluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "language", "getterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@return The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "language", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "language", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Language", "sensitive" : false, "setterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "setterMethodName" : "setLanguage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIncludeCommunications", "beanStyleSetterMethodName" : "setIncludeCommunications", "c2jName" : "includeCommunications", "c2jShape" : "IncludeCommunications", "defaultConsumerFluentSetterDocumentation" : "

Specifies whether communications should be included in the DescribeCases results. The default is true.

\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 #includeCommunications(Boolean)}.\n@param includeCommunications 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 #includeCommunications(Boolean)", "deprecated" : false, "documentation" : "

Specifies whether communications should be included in the DescribeCases results. The default is true.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "includeCommunications", "fluentSetterDocumentation" : "

Specifies whether communications should be included in the DescribeCases results. The default is true.

\n@param includeCommunications Specifies whether communications should be included in the DescribeCases results. The default is true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeCommunications", "getterDocumentation" : "

Specifies whether communications should be included in the DescribeCases results. The default is true.

\n@return Specifies whether communications should be included in the DescribeCases results. The default is true.", "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" : "includeCommunications", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "includeCommunications", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeCommunications", "sensitive" : false, "setterDocumentation" : "

Specifies whether communications should be included in the DescribeCases results. The default is true.

\n@param includeCommunications Specifies whether communications should be included in the DescribeCases results. The default is true.", "setterMethodName" : "setIncludeCommunications", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeCommunications", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeCommunications", "variableType" : "Boolean", "documentation" : "

Specifies whether communications should be included in the DescribeCases results. The default is true.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AfterTime" : { "beanStyleGetterMethodName" : "getAfterTime", "beanStyleSetterMethodName" : "setAfterTime", "c2jName" : "afterTime", "c2jShape" : "AfterTime", "defaultConsumerFluentSetterDocumentation" : "

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

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

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "afterTime", "fluentSetterDocumentation" : "

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

\n@param afterTime The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "afterTime", "getterDocumentation" : "

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

\n@return The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "afterTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "afterTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AfterTime", "sensitive" : false, "setterDocumentation" : "

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

\n@param afterTime The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.", "setterMethodName" : "setAfterTime", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "afterTime", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "afterTime", "variableType" : "String", "documentation" : "

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "BeforeTime" : { "beanStyleGetterMethodName" : "getBeforeTime", "beanStyleSetterMethodName" : "setBeforeTime", "c2jName" : "beforeTime", "c2jShape" : "BeforeTime", "defaultConsumerFluentSetterDocumentation" : "

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

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

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "beforeTime", "fluentSetterDocumentation" : "

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

\n@param beforeTime The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "beforeTime", "getterDocumentation" : "

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

\n@return The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "beforeTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "beforeTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BeforeTime", "sensitive" : false, "setterDocumentation" : "

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

\n@param beforeTime The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.", "setterMethodName" : "setBeforeTime", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "beforeTime", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "beforeTime", "variableType" : "String", "documentation" : "

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CaseIdList" : { "beanStyleGetterMethodName" : "getCaseIdList", "beanStyleSetterMethodName" : "setCaseIdList", "c2jName" : "caseIdList", "c2jShape" : "CaseIdList", "defaultConsumerFluentSetterDocumentation" : "

A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.

\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 #caseIdList(List)}.\n@param caseIdList 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 #caseIdList(List)", "deprecated" : false, "documentation" : "

A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "caseIdList", "fluentSetterDocumentation" : "

A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.

\n@param caseIdList A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "caseIdList", "getterDocumentation" : "

A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.

\n

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

\n@return A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.", "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" : "caseIdList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "caseIdList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CaseId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "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" }, "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" : "CaseIdList", "sensitive" : false, "setterDocumentation" : "

A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.

\n@param caseIdList A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.", "setterMethodName" : "setCaseIdList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "caseIdList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "caseIdList", "variableType" : "java.util.List", "documentation" : "

A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "DisplayId" : { "beanStyleGetterMethodName" : "getDisplayId", "beanStyleSetterMethodName" : "setDisplayId", "c2jName" : "displayId", "c2jShape" : "DisplayId", "defaultConsumerFluentSetterDocumentation" : "

The ID displayed for a case in the AWS Support Center user interface.

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

The ID displayed for a case in the AWS Support Center user interface.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "displayId", "fluentSetterDocumentation" : "

The ID displayed for a case in the AWS Support Center user interface.

\n@param displayId The ID displayed for a case in the AWS Support Center user interface.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "displayId", "getterDocumentation" : "

The ID displayed for a case in the AWS Support Center user interface.

\n@return The ID displayed for a case in the AWS Support Center user interface.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "displayId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "displayId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DisplayId", "sensitive" : false, "setterDocumentation" : "

The ID displayed for a case in the AWS Support Center user interface.

\n@param displayId The ID displayed for a case in the AWS Support Center user interface.", "setterMethodName" : "setDisplayId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "displayId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "displayId", "variableType" : "String", "documentation" : "

The ID displayed for a case in the AWS Support Center user interface.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "IncludeCommunications" : { "beanStyleGetterMethodName" : "getIncludeCommunications", "beanStyleSetterMethodName" : "setIncludeCommunications", "c2jName" : "includeCommunications", "c2jShape" : "IncludeCommunications", "defaultConsumerFluentSetterDocumentation" : "

Specifies whether communications should be included in the DescribeCases results. The default is true.

\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 #includeCommunications(Boolean)}.\n@param includeCommunications 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 #includeCommunications(Boolean)", "deprecated" : false, "documentation" : "

Specifies whether communications should be included in the DescribeCases results. The default is true.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "includeCommunications", "fluentSetterDocumentation" : "

Specifies whether communications should be included in the DescribeCases results. The default is true.

\n@param includeCommunications Specifies whether communications should be included in the DescribeCases results. The default is true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeCommunications", "getterDocumentation" : "

Specifies whether communications should be included in the DescribeCases results. The default is true.

\n@return Specifies whether communications should be included in the DescribeCases results. The default is true.", "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" : "includeCommunications", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "includeCommunications", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeCommunications", "sensitive" : false, "setterDocumentation" : "

Specifies whether communications should be included in the DescribeCases results. The default is true.

\n@param includeCommunications Specifies whether communications should be included in the DescribeCases results. The default is true.", "setterMethodName" : "setIncludeCommunications", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeCommunications", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeCommunications", "variableType" : "Boolean", "documentation" : "

Specifies whether communications should be included in the DescribeCases results. The default is true.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "IncludeResolvedCases" : { "beanStyleGetterMethodName" : "getIncludeResolvedCases", "beanStyleSetterMethodName" : "setIncludeResolvedCases", "c2jName" : "includeResolvedCases", "c2jShape" : "IncludeResolvedCases", "defaultConsumerFluentSetterDocumentation" : "

Specifies whether resolved support cases should be included in the DescribeCases results. The default 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 #includeResolvedCases(Boolean)}.\n@param includeResolvedCases 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 #includeResolvedCases(Boolean)", "deprecated" : false, "documentation" : "

Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "includeResolvedCases", "fluentSetterDocumentation" : "

Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.

\n@param includeResolvedCases Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeResolvedCases", "getterDocumentation" : "

Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.

\n@return Specifies whether resolved support cases should be included in the DescribeCases results. The default 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" : "includeResolvedCases", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "includeResolvedCases", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeResolvedCases", "sensitive" : false, "setterDocumentation" : "

Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.

\n@param includeResolvedCases Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.", "setterMethodName" : "setIncludeResolvedCases", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeResolvedCases", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeResolvedCases", "variableType" : "Boolean", "documentation" : "

Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "Language" : { "beanStyleGetterMethodName" : "getLanguage", "beanStyleSetterMethodName" : "setLanguage", "c2jName" : "language", "c2jShape" : "Language", "defaultConsumerFluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

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

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "language", "fluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "language", "getterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@return The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "language", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "language", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Language", "sensitive" : false, "setterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "setterMethodName" : "setLanguage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return before paginating.

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

The maximum number of results to return before paginating.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return before paginating.

\n@param maxResults The maximum number of results to return before paginating.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return before paginating.

\n@return The maximum number of results to return before paginating.", "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, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to return before paginating.

\n@param maxResults The maximum number of results to return before paginating.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to return before paginating.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

A resumption point for pagination.

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

A resumption point for pagination.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

A resumption point for pagination.

\n@param nextToken A resumption point for pagination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

A resumption point for pagination.

\n@return A resumption point for pagination.", "getterModel" : { "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, "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" : "

A resumption point for pagination.

\n@param nextToken A resumption point for pagination.", "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" : "

A resumption point for pagination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCaseIdList", "beanStyleSetterMethodName" : "setCaseIdList", "c2jName" : "caseIdList", "c2jShape" : "CaseIdList", "defaultConsumerFluentSetterDocumentation" : "

A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.

\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 #caseIdList(List)}.\n@param caseIdList 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 #caseIdList(List)", "deprecated" : false, "documentation" : "

A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "caseIdList", "fluentSetterDocumentation" : "

A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.

\n@param caseIdList A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "caseIdList", "getterDocumentation" : "

A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.

\n

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

\n@return A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.", "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" : "caseIdList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "caseIdList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CaseId", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "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" }, "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" : "CaseIdList", "sensitive" : false, "setterDocumentation" : "

A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.

\n@param caseIdList A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.", "setterMethodName" : "setCaseIdList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "caseIdList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "caseIdList", "variableType" : "java.util.List", "documentation" : "

A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDisplayId", "beanStyleSetterMethodName" : "setDisplayId", "c2jName" : "displayId", "c2jShape" : "DisplayId", "defaultConsumerFluentSetterDocumentation" : "

The ID displayed for a case in the AWS Support Center user interface.

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

The ID displayed for a case in the AWS Support Center user interface.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "displayId", "fluentSetterDocumentation" : "

The ID displayed for a case in the AWS Support Center user interface.

\n@param displayId The ID displayed for a case in the AWS Support Center user interface.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "displayId", "getterDocumentation" : "

The ID displayed for a case in the AWS Support Center user interface.

\n@return The ID displayed for a case in the AWS Support Center user interface.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "displayId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "displayId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DisplayId", "sensitive" : false, "setterDocumentation" : "

The ID displayed for a case in the AWS Support Center user interface.

\n@param displayId The ID displayed for a case in the AWS Support Center user interface.", "setterMethodName" : "setDisplayId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "displayId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "displayId", "variableType" : "String", "documentation" : "

The ID displayed for a case in the AWS Support Center user interface.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAfterTime", "beanStyleSetterMethodName" : "setAfterTime", "c2jName" : "afterTime", "c2jShape" : "AfterTime", "defaultConsumerFluentSetterDocumentation" : "

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

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

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "afterTime", "fluentSetterDocumentation" : "

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

\n@param afterTime The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "afterTime", "getterDocumentation" : "

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

\n@return The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "afterTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "afterTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AfterTime", "sensitive" : false, "setterDocumentation" : "

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

\n@param afterTime The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.", "setterMethodName" : "setAfterTime", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "afterTime", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "afterTime", "variableType" : "String", "documentation" : "

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBeforeTime", "beanStyleSetterMethodName" : "setBeforeTime", "c2jName" : "beforeTime", "c2jShape" : "BeforeTime", "defaultConsumerFluentSetterDocumentation" : "

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

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

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "beforeTime", "fluentSetterDocumentation" : "

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

\n@param beforeTime The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "beforeTime", "getterDocumentation" : "

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

\n@return The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "beforeTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "beforeTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BeforeTime", "sensitive" : false, "setterDocumentation" : "

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

\n@param beforeTime The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.", "setterMethodName" : "setBeforeTime", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "beforeTime", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "beforeTime", "variableType" : "String", "documentation" : "

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIncludeResolvedCases", "beanStyleSetterMethodName" : "setIncludeResolvedCases", "c2jName" : "includeResolvedCases", "c2jShape" : "IncludeResolvedCases", "defaultConsumerFluentSetterDocumentation" : "

Specifies whether resolved support cases should be included in the DescribeCases results. The default 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 #includeResolvedCases(Boolean)}.\n@param includeResolvedCases 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 #includeResolvedCases(Boolean)", "deprecated" : false, "documentation" : "

Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "includeResolvedCases", "fluentSetterDocumentation" : "

Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.

\n@param includeResolvedCases Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeResolvedCases", "getterDocumentation" : "

Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.

\n@return Specifies whether resolved support cases should be included in the DescribeCases results. The default 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" : "includeResolvedCases", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "includeResolvedCases", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeResolvedCases", "sensitive" : false, "setterDocumentation" : "

Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.

\n@param includeResolvedCases Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.", "setterMethodName" : "setIncludeResolvedCases", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeResolvedCases", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeResolvedCases", "variableType" : "Boolean", "documentation" : "

Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

A resumption point for pagination.

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

A resumption point for pagination.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

A resumption point for pagination.

\n@param nextToken A resumption point for pagination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

A resumption point for pagination.

\n@return A resumption point for pagination.", "getterModel" : { "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, "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" : "

A resumption point for pagination.

\n@param nextToken A resumption point for pagination.", "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" : "

A resumption point for pagination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return before paginating.

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

The maximum number of results to return before paginating.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return before paginating.

\n@param maxResults The maximum number of results to return before paginating.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return before paginating.

\n@return The maximum number of results to return before paginating.", "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, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to return before paginating.

\n@param maxResults The maximum number of results to return before paginating.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to return before paginating.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLanguage", "beanStyleSetterMethodName" : "setLanguage", "c2jName" : "language", "c2jShape" : "Language", "defaultConsumerFluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

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

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "language", "fluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "language", "getterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@return The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "language", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "language", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Language", "sensitive" : false, "setterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "setterMethodName" : "setLanguage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIncludeCommunications", "beanStyleSetterMethodName" : "setIncludeCommunications", "c2jName" : "includeCommunications", "c2jShape" : "IncludeCommunications", "defaultConsumerFluentSetterDocumentation" : "

Specifies whether communications should be included in the DescribeCases results. The default is true.

\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 #includeCommunications(Boolean)}.\n@param includeCommunications 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 #includeCommunications(Boolean)", "deprecated" : false, "documentation" : "

Specifies whether communications should be included in the DescribeCases results. The default is true.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "includeCommunications", "fluentSetterDocumentation" : "

Specifies whether communications should be included in the DescribeCases results. The default is true.

\n@param includeCommunications Specifies whether communications should be included in the DescribeCases results. The default is true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includeCommunications", "getterDocumentation" : "

Specifies whether communications should be included in the DescribeCases results. The default is true.

\n@return Specifies whether communications should be included in the DescribeCases results. The default is true.", "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" : "includeCommunications", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "includeCommunications", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IncludeCommunications", "sensitive" : false, "setterDocumentation" : "

Specifies whether communications should be included in the DescribeCases results. The default is true.

\n@param includeCommunications Specifies whether communications should be included in the DescribeCases results. The default is true.", "setterMethodName" : "setIncludeCommunications", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "includeCommunications", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "includeCommunications", "variableType" : "Boolean", "documentation" : "

Specifies whether communications should be included in the DescribeCases results. The default is true.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeCasesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeCasesRequest", "variableName" : "describeCasesRequest", "variableType" : "DescribeCasesRequest", "documentation" : null, "simpleType" : "DescribeCasesRequest", "variableSetterType" : "DescribeCasesRequest" }, "wrapper" : false }, "DescribeCasesResponse" : { "c2jName" : "DescribeCasesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Returns an array of CaseDetails objects and a nextToken that defines a point for pagination in the result set.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCases", "beanStyleSetterMethodName" : "setCases", "c2jName" : "cases", "c2jShape" : "CaseList", "defaultConsumerFluentSetterDocumentation" : "

The details for the cases 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 #cases(List)}.\n@param cases 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 #cases(List)", "deprecated" : false, "documentation" : "

The details for the cases that match the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cases", "fluentSetterDocumentation" : "

The details for the cases that match the request.

\n@param cases The details for the cases that match the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cases", "getterDocumentation" : "

The details for the cases that match the request.

\n

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

\n@return The details for the cases 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" : "cases", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cases", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CaseDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CaseDetails.Builder} avoiding the need to create one manually via {@link CaseDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link CaseDetails.Builder#build()} is called immediately and its result is passed to {@link #member(CaseDetails)}.\n@param member a consumer that will call methods on {@link CaseDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CaseDetails)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "CaseDetails", "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, "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" : "CaseDetails", "variableName" : "member", "variableType" : "CaseDetails", "documentation" : null, "simpleType" : "CaseDetails", "variableSetterType" : "CaseDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CaseDetails", "variableName" : "member", "variableType" : "CaseDetails", "documentation" : "", "simpleType" : "CaseDetails", "variableSetterType" : "CaseDetails" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CaseDetails", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CaseDetails", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Cases", "sensitive" : false, "setterDocumentation" : "

The details for the cases that match the request.

\n@param cases The details for the cases that match the request.", "setterMethodName" : "setCases", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cases", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cases", "variableType" : "java.util.List", "documentation" : "

The details for the cases that match the request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

A resumption point for pagination.

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

A resumption point for pagination.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

A resumption point for pagination.

\n@param nextToken A resumption point for pagination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

A resumption point for pagination.

\n@return A resumption point for pagination.", "getterModel" : { "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, "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" : "

A resumption point for pagination.

\n@param nextToken A resumption point for pagination.", "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" : "

A resumption point for pagination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cases" : { "beanStyleGetterMethodName" : "getCases", "beanStyleSetterMethodName" : "setCases", "c2jName" : "cases", "c2jShape" : "CaseList", "defaultConsumerFluentSetterDocumentation" : "

The details for the cases 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 #cases(List)}.\n@param cases 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 #cases(List)", "deprecated" : false, "documentation" : "

The details for the cases that match the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cases", "fluentSetterDocumentation" : "

The details for the cases that match the request.

\n@param cases The details for the cases that match the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cases", "getterDocumentation" : "

The details for the cases that match the request.

\n

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

\n@return The details for the cases 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" : "cases", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cases", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CaseDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CaseDetails.Builder} avoiding the need to create one manually via {@link CaseDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link CaseDetails.Builder#build()} is called immediately and its result is passed to {@link #member(CaseDetails)}.\n@param member a consumer that will call methods on {@link CaseDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CaseDetails)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "CaseDetails", "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, "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" : "CaseDetails", "variableName" : "member", "variableType" : "CaseDetails", "documentation" : null, "simpleType" : "CaseDetails", "variableSetterType" : "CaseDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CaseDetails", "variableName" : "member", "variableType" : "CaseDetails", "documentation" : "", "simpleType" : "CaseDetails", "variableSetterType" : "CaseDetails" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CaseDetails", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CaseDetails", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Cases", "sensitive" : false, "setterDocumentation" : "

The details for the cases that match the request.

\n@param cases The details for the cases that match the request.", "setterMethodName" : "setCases", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cases", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cases", "variableType" : "java.util.List", "documentation" : "

The details for the cases that match the request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

A resumption point for pagination.

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

A resumption point for pagination.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

A resumption point for pagination.

\n@param nextToken A resumption point for pagination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

A resumption point for pagination.

\n@return A resumption point for pagination.", "getterModel" : { "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, "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" : "

A resumption point for pagination.

\n@param nextToken A resumption point for pagination.", "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" : "

A resumption point for pagination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCases", "beanStyleSetterMethodName" : "setCases", "c2jName" : "cases", "c2jShape" : "CaseList", "defaultConsumerFluentSetterDocumentation" : "

The details for the cases 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 #cases(List)}.\n@param cases 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 #cases(List)", "deprecated" : false, "documentation" : "

The details for the cases that match the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cases", "fluentSetterDocumentation" : "

The details for the cases that match the request.

\n@param cases The details for the cases that match the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cases", "getterDocumentation" : "

The details for the cases that match the request.

\n

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

\n@return The details for the cases 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" : "cases", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "cases", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CaseDetails", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CaseDetails.Builder} avoiding the need to create one manually via {@link CaseDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link CaseDetails.Builder#build()} is called immediately and its result is passed to {@link #member(CaseDetails)}.\n@param member a consumer that will call methods on {@link CaseDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CaseDetails)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "CaseDetails", "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, "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" : "CaseDetails", "variableName" : "member", "variableType" : "CaseDetails", "documentation" : null, "simpleType" : "CaseDetails", "variableSetterType" : "CaseDetails" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CaseDetails", "variableName" : "member", "variableType" : "CaseDetails", "documentation" : "", "simpleType" : "CaseDetails", "variableSetterType" : "CaseDetails" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CaseDetails", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CaseDetails", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Cases", "sensitive" : false, "setterDocumentation" : "

The details for the cases that match the request.

\n@param cases The details for the cases that match the request.", "setterMethodName" : "setCases", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "cases", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "cases", "variableType" : "java.util.List", "documentation" : "

The details for the cases that match the request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

A resumption point for pagination.

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

A resumption point for pagination.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

A resumption point for pagination.

\n@param nextToken A resumption point for pagination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

A resumption point for pagination.

\n@return A resumption point for pagination.", "getterModel" : { "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, "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" : "

A resumption point for pagination.

\n@param nextToken A resumption point for pagination.", "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" : "

A resumption point for pagination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeCasesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeCasesResponse", "variableName" : "describeCasesResponse", "variableType" : "DescribeCasesResponse", "documentation" : null, "simpleType" : "DescribeCasesResponse", "variableSetterType" : "DescribeCasesResponse" }, "wrapper" : false }, "DescribeCommunicationsRequest" : { "c2jName" : "DescribeCommunicationsRequest", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeCommunications", "locationName" : null, "requestUri" : "/", "target" : "AWSSupport_20130415.DescribeCommunications", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCaseId", "beanStyleSetterMethodName" : "setCaseId", "c2jName" : "caseId", "c2jShape" : "CaseId", "defaultConsumerFluentSetterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

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

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "caseId", "fluentSetterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "caseId", "getterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "caseId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "caseId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CaseId", "sensitive" : false, "setterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47", "setterMethodName" : "setCaseId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "caseId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "caseId", "variableType" : "String", "documentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBeforeTime", "beanStyleSetterMethodName" : "setBeforeTime", "c2jName" : "beforeTime", "c2jShape" : "BeforeTime", "defaultConsumerFluentSetterDocumentation" : "

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

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

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "beforeTime", "fluentSetterDocumentation" : "

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

\n@param beforeTime The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "beforeTime", "getterDocumentation" : "

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

\n@return The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "beforeTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "beforeTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BeforeTime", "sensitive" : false, "setterDocumentation" : "

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

\n@param beforeTime The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.", "setterMethodName" : "setBeforeTime", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "beforeTime", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "beforeTime", "variableType" : "String", "documentation" : "

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAfterTime", "beanStyleSetterMethodName" : "setAfterTime", "c2jName" : "afterTime", "c2jShape" : "AfterTime", "defaultConsumerFluentSetterDocumentation" : "

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

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

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "afterTime", "fluentSetterDocumentation" : "

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

\n@param afterTime The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "afterTime", "getterDocumentation" : "

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

\n@return The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "afterTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "afterTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AfterTime", "sensitive" : false, "setterDocumentation" : "

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

\n@param afterTime The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.", "setterMethodName" : "setAfterTime", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "afterTime", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "afterTime", "variableType" : "String", "documentation" : "

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

A resumption point for pagination.

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

A resumption point for pagination.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

A resumption point for pagination.

\n@param nextToken A resumption point for pagination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

A resumption point for pagination.

\n@return A resumption point for pagination.", "getterModel" : { "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, "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" : "

A resumption point for pagination.

\n@param nextToken A resumption point for pagination.", "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" : "

A resumption point for pagination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return before paginating.

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

The maximum number of results to return before paginating.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return before paginating.

\n@param maxResults The maximum number of results to return before paginating.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return before paginating.

\n@return The maximum number of results to return before paginating.", "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, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to return before paginating.

\n@param maxResults The maximum number of results to return before paginating.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to return before paginating.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AfterTime" : { "beanStyleGetterMethodName" : "getAfterTime", "beanStyleSetterMethodName" : "setAfterTime", "c2jName" : "afterTime", "c2jShape" : "AfterTime", "defaultConsumerFluentSetterDocumentation" : "

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

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

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "afterTime", "fluentSetterDocumentation" : "

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

\n@param afterTime The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "afterTime", "getterDocumentation" : "

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

\n@return The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "afterTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "afterTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AfterTime", "sensitive" : false, "setterDocumentation" : "

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

\n@param afterTime The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.", "setterMethodName" : "setAfterTime", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "afterTime", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "afterTime", "variableType" : "String", "documentation" : "

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "BeforeTime" : { "beanStyleGetterMethodName" : "getBeforeTime", "beanStyleSetterMethodName" : "setBeforeTime", "c2jName" : "beforeTime", "c2jShape" : "BeforeTime", "defaultConsumerFluentSetterDocumentation" : "

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

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

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "beforeTime", "fluentSetterDocumentation" : "

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

\n@param beforeTime The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "beforeTime", "getterDocumentation" : "

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

\n@return The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "beforeTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "beforeTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BeforeTime", "sensitive" : false, "setterDocumentation" : "

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

\n@param beforeTime The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.", "setterMethodName" : "setBeforeTime", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "beforeTime", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "beforeTime", "variableType" : "String", "documentation" : "

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CaseId" : { "beanStyleGetterMethodName" : "getCaseId", "beanStyleSetterMethodName" : "setCaseId", "c2jName" : "caseId", "c2jShape" : "CaseId", "defaultConsumerFluentSetterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

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

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "caseId", "fluentSetterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "caseId", "getterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "caseId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "caseId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CaseId", "sensitive" : false, "setterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47", "setterMethodName" : "setCaseId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "caseId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "caseId", "variableType" : "String", "documentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return before paginating.

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

The maximum number of results to return before paginating.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return before paginating.

\n@param maxResults The maximum number of results to return before paginating.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return before paginating.

\n@return The maximum number of results to return before paginating.", "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, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to return before paginating.

\n@param maxResults The maximum number of results to return before paginating.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to return before paginating.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

A resumption point for pagination.

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

A resumption point for pagination.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

A resumption point for pagination.

\n@param nextToken A resumption point for pagination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

A resumption point for pagination.

\n@return A resumption point for pagination.", "getterModel" : { "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, "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" : "

A resumption point for pagination.

\n@param nextToken A resumption point for pagination.", "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" : "

A resumption point for pagination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCaseId", "beanStyleSetterMethodName" : "setCaseId", "c2jName" : "caseId", "c2jShape" : "CaseId", "defaultConsumerFluentSetterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

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

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "caseId", "fluentSetterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "caseId", "getterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "caseId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "caseId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CaseId", "sensitive" : false, "setterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47", "setterMethodName" : "setCaseId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "caseId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "caseId", "variableType" : "String", "documentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBeforeTime", "beanStyleSetterMethodName" : "setBeforeTime", "c2jName" : "beforeTime", "c2jShape" : "BeforeTime", "defaultConsumerFluentSetterDocumentation" : "

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

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

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "beforeTime", "fluentSetterDocumentation" : "

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

\n@param beforeTime The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "beforeTime", "getterDocumentation" : "

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

\n@return The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "beforeTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "beforeTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BeforeTime", "sensitive" : false, "setterDocumentation" : "

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

\n@param beforeTime The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.", "setterMethodName" : "setBeforeTime", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "beforeTime", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "beforeTime", "variableType" : "String", "documentation" : "

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAfterTime", "beanStyleSetterMethodName" : "setAfterTime", "c2jName" : "afterTime", "c2jShape" : "AfterTime", "defaultConsumerFluentSetterDocumentation" : "

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

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

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "afterTime", "fluentSetterDocumentation" : "

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

\n@param afterTime The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "afterTime", "getterDocumentation" : "

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

\n@return The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "afterTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "afterTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AfterTime", "sensitive" : false, "setterDocumentation" : "

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

\n@param afterTime The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.", "setterMethodName" : "setAfterTime", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "afterTime", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "afterTime", "variableType" : "String", "documentation" : "

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

A resumption point for pagination.

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

A resumption point for pagination.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

A resumption point for pagination.

\n@param nextToken A resumption point for pagination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

A resumption point for pagination.

\n@return A resumption point for pagination.", "getterModel" : { "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, "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" : "

A resumption point for pagination.

\n@param nextToken A resumption point for pagination.", "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" : "

A resumption point for pagination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of results to return before paginating.

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

The maximum number of results to return before paginating.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of results to return before paginating.

\n@param maxResults The maximum number of results to return before paginating.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of results to return before paginating.

\n@return The maximum number of results to return before paginating.", "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, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of results to return before paginating.

\n@param maxResults The maximum number of results to return before paginating.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results to return before paginating.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "caseId" ], "shapeName" : "DescribeCommunicationsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeCommunicationsRequest", "variableName" : "describeCommunicationsRequest", "variableType" : "DescribeCommunicationsRequest", "documentation" : null, "simpleType" : "DescribeCommunicationsRequest", "variableSetterType" : "DescribeCommunicationsRequest" }, "wrapper" : false }, "DescribeCommunicationsResponse" : { "c2jName" : "DescribeCommunicationsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The communications returned by the DescribeCommunications operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCommunications", "beanStyleSetterMethodName" : "setCommunications", "c2jName" : "communications", "c2jShape" : "CommunicationList", "defaultConsumerFluentSetterDocumentation" : "

The communications for the case.

\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 #communications(List)}.\n@param communications 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 #communications(List)", "deprecated" : false, "documentation" : "

The communications for the case.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "communications", "fluentSetterDocumentation" : "

The communications for the case.

\n@param communications The communications for the case.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "communications", "getterDocumentation" : "

The communications for the case.

\n

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

\n@return The communications for the case.", "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" : "communications", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "communications", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Communication", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Communication.Builder} avoiding the need to create one manually via {@link Communication#builder()}.\n\nWhen the {@link Consumer} completes, {@link Communication.Builder#build()} is called immediately and its result is passed to {@link #member(Communication)}.\n@param member a consumer that will call methods on {@link Communication.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Communication)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Communication", "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, "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" : "Communication", "variableName" : "member", "variableType" : "Communication", "documentation" : null, "simpleType" : "Communication", "variableSetterType" : "Communication" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Communication", "variableName" : "member", "variableType" : "Communication", "documentation" : "", "simpleType" : "Communication", "variableSetterType" : "Communication" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Communication", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Communication", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Communications", "sensitive" : false, "setterDocumentation" : "

The communications for the case.

\n@param communications The communications for the case.", "setterMethodName" : "setCommunications", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "communications", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "communications", "variableType" : "java.util.List", "documentation" : "

The communications for the case.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

A resumption point for pagination.

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

A resumption point for pagination.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

A resumption point for pagination.

\n@param nextToken A resumption point for pagination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

A resumption point for pagination.

\n@return A resumption point for pagination.", "getterModel" : { "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, "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" : "

A resumption point for pagination.

\n@param nextToken A resumption point for pagination.", "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" : "

A resumption point for pagination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Communications" : { "beanStyleGetterMethodName" : "getCommunications", "beanStyleSetterMethodName" : "setCommunications", "c2jName" : "communications", "c2jShape" : "CommunicationList", "defaultConsumerFluentSetterDocumentation" : "

The communications for the case.

\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 #communications(List)}.\n@param communications 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 #communications(List)", "deprecated" : false, "documentation" : "

The communications for the case.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "communications", "fluentSetterDocumentation" : "

The communications for the case.

\n@param communications The communications for the case.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "communications", "getterDocumentation" : "

The communications for the case.

\n

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

\n@return The communications for the case.", "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" : "communications", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "communications", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Communication", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Communication.Builder} avoiding the need to create one manually via {@link Communication#builder()}.\n\nWhen the {@link Consumer} completes, {@link Communication.Builder#build()} is called immediately and its result is passed to {@link #member(Communication)}.\n@param member a consumer that will call methods on {@link Communication.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Communication)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Communication", "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, "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" : "Communication", "variableName" : "member", "variableType" : "Communication", "documentation" : null, "simpleType" : "Communication", "variableSetterType" : "Communication" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Communication", "variableName" : "member", "variableType" : "Communication", "documentation" : "", "simpleType" : "Communication", "variableSetterType" : "Communication" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Communication", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Communication", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Communications", "sensitive" : false, "setterDocumentation" : "

The communications for the case.

\n@param communications The communications for the case.", "setterMethodName" : "setCommunications", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "communications", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "communications", "variableType" : "java.util.List", "documentation" : "

The communications for the case.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

A resumption point for pagination.

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

A resumption point for pagination.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

A resumption point for pagination.

\n@param nextToken A resumption point for pagination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

A resumption point for pagination.

\n@return A resumption point for pagination.", "getterModel" : { "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, "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" : "

A resumption point for pagination.

\n@param nextToken A resumption point for pagination.", "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" : "

A resumption point for pagination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCommunications", "beanStyleSetterMethodName" : "setCommunications", "c2jName" : "communications", "c2jShape" : "CommunicationList", "defaultConsumerFluentSetterDocumentation" : "

The communications for the case.

\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 #communications(List)}.\n@param communications 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 #communications(List)", "deprecated" : false, "documentation" : "

The communications for the case.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "communications", "fluentSetterDocumentation" : "

The communications for the case.

\n@param communications The communications for the case.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "communications", "getterDocumentation" : "

The communications for the case.

\n

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

\n@return The communications for the case.", "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" : "communications", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "communications", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Communication", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Communication.Builder} avoiding the need to create one manually via {@link Communication#builder()}.\n\nWhen the {@link Consumer} completes, {@link Communication.Builder#build()} is called immediately and its result is passed to {@link #member(Communication)}.\n@param member a consumer that will call methods on {@link Communication.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Communication)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Communication", "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, "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" : "Communication", "variableName" : "member", "variableType" : "Communication", "documentation" : null, "simpleType" : "Communication", "variableSetterType" : "Communication" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Communication", "variableName" : "member", "variableType" : "Communication", "documentation" : "", "simpleType" : "Communication", "variableSetterType" : "Communication" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Communication", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Communication", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Communications", "sensitive" : false, "setterDocumentation" : "

The communications for the case.

\n@param communications The communications for the case.", "setterMethodName" : "setCommunications", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "communications", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "communications", "variableType" : "java.util.List", "documentation" : "

The communications for the case.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

A resumption point for pagination.

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

A resumption point for pagination.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

A resumption point for pagination.

\n@param nextToken A resumption point for pagination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

A resumption point for pagination.

\n@return A resumption point for pagination.", "getterModel" : { "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, "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" : "

A resumption point for pagination.

\n@param nextToken A resumption point for pagination.", "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" : "

A resumption point for pagination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeCommunicationsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeCommunicationsResponse", "variableName" : "describeCommunicationsResponse", "variableType" : "DescribeCommunicationsResponse", "documentation" : null, "simpleType" : "DescribeCommunicationsResponse", "variableSetterType" : "DescribeCommunicationsResponse" }, "wrapper" : false }, "DescribeServicesRequest" : { "c2jName" : "DescribeServicesRequest", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeServices", "locationName" : null, "requestUri" : "/", "target" : "AWSSupport_20130415.DescribeServices", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getServiceCodeList", "beanStyleSetterMethodName" : "setServiceCodeList", "c2jName" : "serviceCodeList", "c2jShape" : "ServiceCodeList", "defaultConsumerFluentSetterDocumentation" : "

A JSON-formatted list of service codes available for AWS services.

\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 #serviceCodeList(List)}.\n@param serviceCodeList 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 #serviceCodeList(List)", "deprecated" : false, "documentation" : "

A JSON-formatted list of service codes available for AWS services.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceCodeList", "fluentSetterDocumentation" : "

A JSON-formatted list of service codes available for AWS services.

\n@param serviceCodeList A JSON-formatted list of service codes available for AWS services.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceCodeList", "getterDocumentation" : "

A JSON-formatted list of service codes available for AWS services.

\n

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

\n@return A JSON-formatted list of service codes available for AWS services.", "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" : "serviceCodeList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "serviceCodeList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServiceCode", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "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" }, "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" : "ServiceCodeList", "sensitive" : false, "setterDocumentation" : "

A JSON-formatted list of service codes available for AWS services.

\n@param serviceCodeList A JSON-formatted list of service codes available for AWS services.", "setterMethodName" : "setServiceCodeList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serviceCodeList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serviceCodeList", "variableType" : "java.util.List", "documentation" : "

A JSON-formatted list of service codes available for AWS services.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLanguage", "beanStyleSetterMethodName" : "setLanguage", "c2jName" : "language", "c2jShape" : "Language", "defaultConsumerFluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

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

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "language", "fluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "language", "getterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@return The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "language", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "language", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Language", "sensitive" : false, "setterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "setterMethodName" : "setLanguage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Language" : { "beanStyleGetterMethodName" : "getLanguage", "beanStyleSetterMethodName" : "setLanguage", "c2jName" : "language", "c2jShape" : "Language", "defaultConsumerFluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

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

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "language", "fluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "language", "getterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@return The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "language", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "language", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Language", "sensitive" : false, "setterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "setterMethodName" : "setLanguage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ServiceCodeList" : { "beanStyleGetterMethodName" : "getServiceCodeList", "beanStyleSetterMethodName" : "setServiceCodeList", "c2jName" : "serviceCodeList", "c2jShape" : "ServiceCodeList", "defaultConsumerFluentSetterDocumentation" : "

A JSON-formatted list of service codes available for AWS services.

\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 #serviceCodeList(List)}.\n@param serviceCodeList 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 #serviceCodeList(List)", "deprecated" : false, "documentation" : "

A JSON-formatted list of service codes available for AWS services.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceCodeList", "fluentSetterDocumentation" : "

A JSON-formatted list of service codes available for AWS services.

\n@param serviceCodeList A JSON-formatted list of service codes available for AWS services.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceCodeList", "getterDocumentation" : "

A JSON-formatted list of service codes available for AWS services.

\n

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

\n@return A JSON-formatted list of service codes available for AWS services.", "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" : "serviceCodeList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "serviceCodeList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServiceCode", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "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" }, "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" : "ServiceCodeList", "sensitive" : false, "setterDocumentation" : "

A JSON-formatted list of service codes available for AWS services.

\n@param serviceCodeList A JSON-formatted list of service codes available for AWS services.", "setterMethodName" : "setServiceCodeList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serviceCodeList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serviceCodeList", "variableType" : "java.util.List", "documentation" : "

A JSON-formatted list of service codes available for AWS services.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getServiceCodeList", "beanStyleSetterMethodName" : "setServiceCodeList", "c2jName" : "serviceCodeList", "c2jShape" : "ServiceCodeList", "defaultConsumerFluentSetterDocumentation" : "

A JSON-formatted list of service codes available for AWS services.

\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 #serviceCodeList(List)}.\n@param serviceCodeList 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 #serviceCodeList(List)", "deprecated" : false, "documentation" : "

A JSON-formatted list of service codes available for AWS services.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serviceCodeList", "fluentSetterDocumentation" : "

A JSON-formatted list of service codes available for AWS services.

\n@param serviceCodeList A JSON-formatted list of service codes available for AWS services.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serviceCodeList", "getterDocumentation" : "

A JSON-formatted list of service codes available for AWS services.

\n

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

\n@return A JSON-formatted list of service codes available for AWS services.", "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" : "serviceCodeList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "serviceCodeList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ServiceCode", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "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" }, "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" : "ServiceCodeList", "sensitive" : false, "setterDocumentation" : "

A JSON-formatted list of service codes available for AWS services.

\n@param serviceCodeList A JSON-formatted list of service codes available for AWS services.", "setterMethodName" : "setServiceCodeList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "serviceCodeList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "serviceCodeList", "variableType" : "java.util.List", "documentation" : "

A JSON-formatted list of service codes available for AWS services.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLanguage", "beanStyleSetterMethodName" : "setLanguage", "c2jName" : "language", "c2jShape" : "Language", "defaultConsumerFluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

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

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "language", "fluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "language", "getterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@return The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "language", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "language", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Language", "sensitive" : false, "setterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "setterMethodName" : "setLanguage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeServicesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeServicesRequest", "variableName" : "describeServicesRequest", "variableType" : "DescribeServicesRequest", "documentation" : null, "simpleType" : "DescribeServicesRequest", "variableSetterType" : "DescribeServicesRequest" }, "wrapper" : false }, "DescribeServicesResponse" : { "c2jName" : "DescribeServicesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The list of AWS services returned by the DescribeServices operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getServices", "beanStyleSetterMethodName" : "setServices", "c2jName" : "services", "c2jShape" : "ServiceList", "defaultConsumerFluentSetterDocumentation" : "

A JSON-formatted list of AWS services.

\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 #services(List)}.\n@param services 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 #services(List)", "deprecated" : false, "documentation" : "

A JSON-formatted list of AWS services.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "services", "fluentSetterDocumentation" : "

A JSON-formatted list of AWS services.

\n@param services A JSON-formatted list of AWS services.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "services", "getterDocumentation" : "

A JSON-formatted list of AWS services.

\n

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

\n@return A JSON-formatted list of AWS services.", "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" : "services", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "services", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Service", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Service.Builder} avoiding the need to create one manually via {@link Service#builder()}.\n\nWhen the {@link Consumer} completes, {@link Service.Builder#build()} is called immediately and its result is passed to {@link #member(Service)}.\n@param member a consumer that will call methods on {@link Service.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Service)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Service", "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, "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" : "Service", "variableName" : "member", "variableType" : "Service", "documentation" : null, "simpleType" : "Service", "variableSetterType" : "Service" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Service", "variableName" : "member", "variableType" : "Service", "documentation" : "", "simpleType" : "Service", "variableSetterType" : "Service" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Service", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Service", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Services", "sensitive" : false, "setterDocumentation" : "

A JSON-formatted list of AWS services.

\n@param services A JSON-formatted list of AWS services.", "setterMethodName" : "setServices", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "services", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "services", "variableType" : "java.util.List", "documentation" : "

A JSON-formatted list of AWS services.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Services" : { "beanStyleGetterMethodName" : "getServices", "beanStyleSetterMethodName" : "setServices", "c2jName" : "services", "c2jShape" : "ServiceList", "defaultConsumerFluentSetterDocumentation" : "

A JSON-formatted list of AWS services.

\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 #services(List)}.\n@param services 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 #services(List)", "deprecated" : false, "documentation" : "

A JSON-formatted list of AWS services.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "services", "fluentSetterDocumentation" : "

A JSON-formatted list of AWS services.

\n@param services A JSON-formatted list of AWS services.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "services", "getterDocumentation" : "

A JSON-formatted list of AWS services.

\n

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

\n@return A JSON-formatted list of AWS services.", "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" : "services", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "services", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Service", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Service.Builder} avoiding the need to create one manually via {@link Service#builder()}.\n\nWhen the {@link Consumer} completes, {@link Service.Builder#build()} is called immediately and its result is passed to {@link #member(Service)}.\n@param member a consumer that will call methods on {@link Service.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Service)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Service", "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, "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" : "Service", "variableName" : "member", "variableType" : "Service", "documentation" : null, "simpleType" : "Service", "variableSetterType" : "Service" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Service", "variableName" : "member", "variableType" : "Service", "documentation" : "", "simpleType" : "Service", "variableSetterType" : "Service" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Service", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Service", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Services", "sensitive" : false, "setterDocumentation" : "

A JSON-formatted list of AWS services.

\n@param services A JSON-formatted list of AWS services.", "setterMethodName" : "setServices", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "services", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "services", "variableType" : "java.util.List", "documentation" : "

A JSON-formatted list of AWS services.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getServices", "beanStyleSetterMethodName" : "setServices", "c2jName" : "services", "c2jShape" : "ServiceList", "defaultConsumerFluentSetterDocumentation" : "

A JSON-formatted list of AWS services.

\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 #services(List)}.\n@param services 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 #services(List)", "deprecated" : false, "documentation" : "

A JSON-formatted list of AWS services.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "services", "fluentSetterDocumentation" : "

A JSON-formatted list of AWS services.

\n@param services A JSON-formatted list of AWS services.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "services", "getterDocumentation" : "

A JSON-formatted list of AWS services.

\n

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

\n@return A JSON-formatted list of AWS services.", "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" : "services", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "services", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Service", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Service.Builder} avoiding the need to create one manually via {@link Service#builder()}.\n\nWhen the {@link Consumer} completes, {@link Service.Builder#build()} is called immediately and its result is passed to {@link #member(Service)}.\n@param member a consumer that will call methods on {@link Service.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Service)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Service", "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, "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" : "Service", "variableName" : "member", "variableType" : "Service", "documentation" : null, "simpleType" : "Service", "variableSetterType" : "Service" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Service", "variableName" : "member", "variableType" : "Service", "documentation" : "", "simpleType" : "Service", "variableSetterType" : "Service" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Service", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Service", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Services", "sensitive" : false, "setterDocumentation" : "

A JSON-formatted list of AWS services.

\n@param services A JSON-formatted list of AWS services.", "setterMethodName" : "setServices", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "services", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "services", "variableType" : "java.util.List", "documentation" : "

A JSON-formatted list of AWS services.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeServicesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeServicesResponse", "variableName" : "describeServicesResponse", "variableType" : "DescribeServicesResponse", "documentation" : null, "simpleType" : "DescribeServicesResponse", "variableSetterType" : "DescribeServicesResponse" }, "wrapper" : false }, "DescribeSeverityLevelsRequest" : { "c2jName" : "DescribeSeverityLevelsRequest", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeSeverityLevels", "locationName" : null, "requestUri" : "/", "target" : "AWSSupport_20130415.DescribeSeverityLevels", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getLanguage", "beanStyleSetterMethodName" : "setLanguage", "c2jName" : "language", "c2jShape" : "Language", "defaultConsumerFluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

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

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "language", "fluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "language", "getterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@return The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "language", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "language", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Language", "sensitive" : false, "setterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "setterMethodName" : "setLanguage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Language" : { "beanStyleGetterMethodName" : "getLanguage", "beanStyleSetterMethodName" : "setLanguage", "c2jName" : "language", "c2jShape" : "Language", "defaultConsumerFluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

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

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "language", "fluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "language", "getterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@return The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "language", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "language", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Language", "sensitive" : false, "setterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "setterMethodName" : "setLanguage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getLanguage", "beanStyleSetterMethodName" : "setLanguage", "c2jName" : "language", "c2jShape" : "Language", "defaultConsumerFluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

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

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "language", "fluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "language", "getterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@return The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "language", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "language", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Language", "sensitive" : false, "setterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "setterMethodName" : "setLanguage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeSeverityLevelsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeSeverityLevelsRequest", "variableName" : "describeSeverityLevelsRequest", "variableType" : "DescribeSeverityLevelsRequest", "documentation" : null, "simpleType" : "DescribeSeverityLevelsRequest", "variableSetterType" : "DescribeSeverityLevelsRequest" }, "wrapper" : false }, "DescribeSeverityLevelsResponse" : { "c2jName" : "DescribeSeverityLevelsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The list of severity levels returned by the DescribeSeverityLevels operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getSeverityLevels", "beanStyleSetterMethodName" : "setSeverityLevels", "c2jName" : "severityLevels", "c2jShape" : "SeverityLevelsList", "defaultConsumerFluentSetterDocumentation" : "

The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.

\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 #severityLevels(List)}.\n@param severityLevels 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 #severityLevels(List)", "deprecated" : false, "documentation" : "

The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "severityLevels", "fluentSetterDocumentation" : "

The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.

\n@param severityLevels The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "severityLevels", "getterDocumentation" : "

The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.

\n

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

\n@return The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.", "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" : "severityLevels", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "severityLevels", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SeverityLevel", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SeverityLevel.Builder} avoiding the need to create one manually via {@link SeverityLevel#builder()}.\n\nWhen the {@link Consumer} completes, {@link SeverityLevel.Builder#build()} is called immediately and its result is passed to {@link #member(SeverityLevel)}.\n@param member a consumer that will call methods on {@link SeverityLevel.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SeverityLevel)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "SeverityLevel", "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, "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" : "SeverityLevel", "variableName" : "member", "variableType" : "SeverityLevel", "documentation" : null, "simpleType" : "SeverityLevel", "variableSetterType" : "SeverityLevel" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SeverityLevel", "variableName" : "member", "variableType" : "SeverityLevel", "documentation" : "", "simpleType" : "SeverityLevel", "variableSetterType" : "SeverityLevel" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SeverityLevel", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SeverityLevel", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SeverityLevels", "sensitive" : false, "setterDocumentation" : "

The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.

\n@param severityLevels The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.", "setterMethodName" : "setSeverityLevels", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "severityLevels", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "severityLevels", "variableType" : "java.util.List", "documentation" : "

The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SeverityLevels" : { "beanStyleGetterMethodName" : "getSeverityLevels", "beanStyleSetterMethodName" : "setSeverityLevels", "c2jName" : "severityLevels", "c2jShape" : "SeverityLevelsList", "defaultConsumerFluentSetterDocumentation" : "

The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.

\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 #severityLevels(List)}.\n@param severityLevels 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 #severityLevels(List)", "deprecated" : false, "documentation" : "

The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "severityLevels", "fluentSetterDocumentation" : "

The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.

\n@param severityLevels The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "severityLevels", "getterDocumentation" : "

The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.

\n

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

\n@return The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.", "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" : "severityLevels", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "severityLevels", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SeverityLevel", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SeverityLevel.Builder} avoiding the need to create one manually via {@link SeverityLevel#builder()}.\n\nWhen the {@link Consumer} completes, {@link SeverityLevel.Builder#build()} is called immediately and its result is passed to {@link #member(SeverityLevel)}.\n@param member a consumer that will call methods on {@link SeverityLevel.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SeverityLevel)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "SeverityLevel", "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, "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" : "SeverityLevel", "variableName" : "member", "variableType" : "SeverityLevel", "documentation" : null, "simpleType" : "SeverityLevel", "variableSetterType" : "SeverityLevel" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SeverityLevel", "variableName" : "member", "variableType" : "SeverityLevel", "documentation" : "", "simpleType" : "SeverityLevel", "variableSetterType" : "SeverityLevel" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SeverityLevel", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SeverityLevel", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SeverityLevels", "sensitive" : false, "setterDocumentation" : "

The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.

\n@param severityLevels The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.", "setterMethodName" : "setSeverityLevels", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "severityLevels", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "severityLevels", "variableType" : "java.util.List", "documentation" : "

The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSeverityLevels", "beanStyleSetterMethodName" : "setSeverityLevels", "c2jName" : "severityLevels", "c2jShape" : "SeverityLevelsList", "defaultConsumerFluentSetterDocumentation" : "

The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.

\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 #severityLevels(List)}.\n@param severityLevels 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 #severityLevels(List)", "deprecated" : false, "documentation" : "

The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "severityLevels", "fluentSetterDocumentation" : "

The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.

\n@param severityLevels The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "severityLevels", "getterDocumentation" : "

The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.

\n

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

\n@return The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.", "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" : "severityLevels", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "severityLevels", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "SeverityLevel", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SeverityLevel.Builder} avoiding the need to create one manually via {@link SeverityLevel#builder()}.\n\nWhen the {@link Consumer} completes, {@link SeverityLevel.Builder#build()} is called immediately and its result is passed to {@link #member(SeverityLevel)}.\n@param member a consumer that will call methods on {@link SeverityLevel.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SeverityLevel)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "SeverityLevel", "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, "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" : "SeverityLevel", "variableName" : "member", "variableType" : "SeverityLevel", "documentation" : null, "simpleType" : "SeverityLevel", "variableSetterType" : "SeverityLevel" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SeverityLevel", "variableName" : "member", "variableType" : "SeverityLevel", "documentation" : "", "simpleType" : "SeverityLevel", "variableSetterType" : "SeverityLevel" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SeverityLevel", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SeverityLevel", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SeverityLevels", "sensitive" : false, "setterDocumentation" : "

The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.

\n@param severityLevels The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.", "setterMethodName" : "setSeverityLevels", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "severityLevels", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "severityLevels", "variableType" : "java.util.List", "documentation" : "

The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeSeverityLevelsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeSeverityLevelsResponse", "variableName" : "describeSeverityLevelsResponse", "variableType" : "DescribeSeverityLevelsResponse", "documentation" : null, "simpleType" : "DescribeSeverityLevelsResponse", "variableSetterType" : "DescribeSeverityLevelsResponse" }, "wrapper" : false }, "DescribeTrustedAdvisorCheckRefreshStatusesRequest" : { "c2jName" : "DescribeTrustedAdvisorCheckRefreshStatusesRequest", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeTrustedAdvisorCheckRefreshStatuses", "locationName" : null, "requestUri" : "/", "target" : "AWSSupport_20130415.DescribeTrustedAdvisorCheckRefreshStatuses", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCheckIds", "beanStyleSetterMethodName" : "setCheckIds", "c2jName" : "checkIds", "c2jShape" : "StringList", "defaultConsumerFluentSetterDocumentation" : "

The IDs of the Trusted Advisor checks to get the status of. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue 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 #checkIds(List)}.\n@param checkIds 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 #checkIds(List)", "deprecated" : false, "documentation" : "

The IDs of the Trusted Advisor checks to get the status of. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "checkIds", "fluentSetterDocumentation" : "

The IDs of the Trusted Advisor checks to get the status of. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.

\n@param checkIds The IDs of the Trusted Advisor checks to get the status of. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "checkIds", "getterDocumentation" : "

The IDs of the Trusted Advisor checks to get the status of. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.

\n

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

\n@return The IDs of the Trusted Advisor checks to get the status of. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue 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" : "checkIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "checkIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "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" }, "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" : "CheckIds", "sensitive" : false, "setterDocumentation" : "

The IDs of the Trusted Advisor checks to get the status of. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.

\n@param checkIds The IDs of the Trusted Advisor checks to get the status of. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.", "setterMethodName" : "setCheckIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "checkIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "checkIds", "variableType" : "java.util.List", "documentation" : "

The IDs of the Trusted Advisor checks to get the status of. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CheckIds" : { "beanStyleGetterMethodName" : "getCheckIds", "beanStyleSetterMethodName" : "setCheckIds", "c2jName" : "checkIds", "c2jShape" : "StringList", "defaultConsumerFluentSetterDocumentation" : "

The IDs of the Trusted Advisor checks to get the status of. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue 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 #checkIds(List)}.\n@param checkIds 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 #checkIds(List)", "deprecated" : false, "documentation" : "

The IDs of the Trusted Advisor checks to get the status of. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "checkIds", "fluentSetterDocumentation" : "

The IDs of the Trusted Advisor checks to get the status of. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.

\n@param checkIds The IDs of the Trusted Advisor checks to get the status of. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "checkIds", "getterDocumentation" : "

The IDs of the Trusted Advisor checks to get the status of. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.

\n

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

\n@return The IDs of the Trusted Advisor checks to get the status of. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue 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" : "checkIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "checkIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "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" }, "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" : "CheckIds", "sensitive" : false, "setterDocumentation" : "

The IDs of the Trusted Advisor checks to get the status of. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.

\n@param checkIds The IDs of the Trusted Advisor checks to get the status of. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.", "setterMethodName" : "setCheckIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "checkIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "checkIds", "variableType" : "java.util.List", "documentation" : "

The IDs of the Trusted Advisor checks to get the status of. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCheckIds", "beanStyleSetterMethodName" : "setCheckIds", "c2jName" : "checkIds", "c2jShape" : "StringList", "defaultConsumerFluentSetterDocumentation" : "

The IDs of the Trusted Advisor checks to get the status of. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue 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 #checkIds(List)}.\n@param checkIds 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 #checkIds(List)", "deprecated" : false, "documentation" : "

The IDs of the Trusted Advisor checks to get the status of. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "checkIds", "fluentSetterDocumentation" : "

The IDs of the Trusted Advisor checks to get the status of. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.

\n@param checkIds The IDs of the Trusted Advisor checks to get the status of. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "checkIds", "getterDocumentation" : "

The IDs of the Trusted Advisor checks to get the status of. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.

\n

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

\n@return The IDs of the Trusted Advisor checks to get the status of. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue 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" : "checkIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "checkIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "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" }, "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" : "CheckIds", "sensitive" : false, "setterDocumentation" : "

The IDs of the Trusted Advisor checks to get the status of. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.

\n@param checkIds The IDs of the Trusted Advisor checks to get the status of. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.", "setterMethodName" : "setCheckIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "checkIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "checkIds", "variableType" : "java.util.List", "documentation" : "

The IDs of the Trusted Advisor checks to get the status of. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "checkIds" ], "shapeName" : "DescribeTrustedAdvisorCheckRefreshStatusesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeTrustedAdvisorCheckRefreshStatusesRequest", "variableName" : "describeTrustedAdvisorCheckRefreshStatusesRequest", "variableType" : "DescribeTrustedAdvisorCheckRefreshStatusesRequest", "documentation" : null, "simpleType" : "DescribeTrustedAdvisorCheckRefreshStatusesRequest", "variableSetterType" : "DescribeTrustedAdvisorCheckRefreshStatusesRequest" }, "wrapper" : false }, "DescribeTrustedAdvisorCheckRefreshStatusesResponse" : { "c2jName" : "DescribeTrustedAdvisorCheckRefreshStatusesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The statuses of the Trusted Advisor checks returned by the DescribeTrustedAdvisorCheckRefreshStatuses operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getStatuses", "beanStyleSetterMethodName" : "setStatuses", "c2jName" : "statuses", "c2jShape" : "TrustedAdvisorCheckRefreshStatusList", "defaultConsumerFluentSetterDocumentation" : "

The refresh status of the specified Trusted Advisor checks.

\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 #statuses(List)}.\n@param statuses 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 #statuses(List)", "deprecated" : false, "documentation" : "

The refresh status of the specified Trusted Advisor checks.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statuses", "fluentSetterDocumentation" : "

The refresh status of the specified Trusted Advisor checks.

\n@param statuses The refresh status of the specified Trusted Advisor checks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statuses", "getterDocumentation" : "

The refresh status of the specified Trusted Advisor checks.

\n

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

\n@return The refresh status of the specified Trusted Advisor checks.", "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" : "statuses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "statuses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TrustedAdvisorCheckRefreshStatus", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TrustedAdvisorCheckRefreshStatus.Builder} avoiding the need to create one manually via {@link TrustedAdvisorCheckRefreshStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link TrustedAdvisorCheckRefreshStatus.Builder#build()} is called immediately and its result is passed to {@link #member(TrustedAdvisorCheckRefreshStatus)}.\n@param member a consumer that will call methods on {@link TrustedAdvisorCheckRefreshStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TrustedAdvisorCheckRefreshStatus)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TrustedAdvisorCheckRefreshStatus", "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, "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" : "TrustedAdvisorCheckRefreshStatus", "variableName" : "member", "variableType" : "TrustedAdvisorCheckRefreshStatus", "documentation" : null, "simpleType" : "TrustedAdvisorCheckRefreshStatus", "variableSetterType" : "TrustedAdvisorCheckRefreshStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedAdvisorCheckRefreshStatus", "variableName" : "member", "variableType" : "TrustedAdvisorCheckRefreshStatus", "documentation" : "", "simpleType" : "TrustedAdvisorCheckRefreshStatus", "variableSetterType" : "TrustedAdvisorCheckRefreshStatus" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TrustedAdvisorCheckRefreshStatus", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TrustedAdvisorCheckRefreshStatus", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Statuses", "sensitive" : false, "setterDocumentation" : "

The refresh status of the specified Trusted Advisor checks.

\n@param statuses The refresh status of the specified Trusted Advisor checks.", "setterMethodName" : "setStatuses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "statuses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "statuses", "variableType" : "java.util.List", "documentation" : "

The refresh status of the specified Trusted Advisor checks.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Statuses" : { "beanStyleGetterMethodName" : "getStatuses", "beanStyleSetterMethodName" : "setStatuses", "c2jName" : "statuses", "c2jShape" : "TrustedAdvisorCheckRefreshStatusList", "defaultConsumerFluentSetterDocumentation" : "

The refresh status of the specified Trusted Advisor checks.

\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 #statuses(List)}.\n@param statuses 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 #statuses(List)", "deprecated" : false, "documentation" : "

The refresh status of the specified Trusted Advisor checks.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statuses", "fluentSetterDocumentation" : "

The refresh status of the specified Trusted Advisor checks.

\n@param statuses The refresh status of the specified Trusted Advisor checks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statuses", "getterDocumentation" : "

The refresh status of the specified Trusted Advisor checks.

\n

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

\n@return The refresh status of the specified Trusted Advisor checks.", "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" : "statuses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "statuses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TrustedAdvisorCheckRefreshStatus", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TrustedAdvisorCheckRefreshStatus.Builder} avoiding the need to create one manually via {@link TrustedAdvisorCheckRefreshStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link TrustedAdvisorCheckRefreshStatus.Builder#build()} is called immediately and its result is passed to {@link #member(TrustedAdvisorCheckRefreshStatus)}.\n@param member a consumer that will call methods on {@link TrustedAdvisorCheckRefreshStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TrustedAdvisorCheckRefreshStatus)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TrustedAdvisorCheckRefreshStatus", "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, "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" : "TrustedAdvisorCheckRefreshStatus", "variableName" : "member", "variableType" : "TrustedAdvisorCheckRefreshStatus", "documentation" : null, "simpleType" : "TrustedAdvisorCheckRefreshStatus", "variableSetterType" : "TrustedAdvisorCheckRefreshStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedAdvisorCheckRefreshStatus", "variableName" : "member", "variableType" : "TrustedAdvisorCheckRefreshStatus", "documentation" : "", "simpleType" : "TrustedAdvisorCheckRefreshStatus", "variableSetterType" : "TrustedAdvisorCheckRefreshStatus" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TrustedAdvisorCheckRefreshStatus", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TrustedAdvisorCheckRefreshStatus", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Statuses", "sensitive" : false, "setterDocumentation" : "

The refresh status of the specified Trusted Advisor checks.

\n@param statuses The refresh status of the specified Trusted Advisor checks.", "setterMethodName" : "setStatuses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "statuses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "statuses", "variableType" : "java.util.List", "documentation" : "

The refresh status of the specified Trusted Advisor checks.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStatuses", "beanStyleSetterMethodName" : "setStatuses", "c2jName" : "statuses", "c2jShape" : "TrustedAdvisorCheckRefreshStatusList", "defaultConsumerFluentSetterDocumentation" : "

The refresh status of the specified Trusted Advisor checks.

\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 #statuses(List)}.\n@param statuses 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 #statuses(List)", "deprecated" : false, "documentation" : "

The refresh status of the specified Trusted Advisor checks.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statuses", "fluentSetterDocumentation" : "

The refresh status of the specified Trusted Advisor checks.

\n@param statuses The refresh status of the specified Trusted Advisor checks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statuses", "getterDocumentation" : "

The refresh status of the specified Trusted Advisor checks.

\n

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

\n@return The refresh status of the specified Trusted Advisor checks.", "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" : "statuses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "statuses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TrustedAdvisorCheckRefreshStatus", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TrustedAdvisorCheckRefreshStatus.Builder} avoiding the need to create one manually via {@link TrustedAdvisorCheckRefreshStatus#builder()}.\n\nWhen the {@link Consumer} completes, {@link TrustedAdvisorCheckRefreshStatus.Builder#build()} is called immediately and its result is passed to {@link #member(TrustedAdvisorCheckRefreshStatus)}.\n@param member a consumer that will call methods on {@link TrustedAdvisorCheckRefreshStatus.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TrustedAdvisorCheckRefreshStatus)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TrustedAdvisorCheckRefreshStatus", "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, "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" : "TrustedAdvisorCheckRefreshStatus", "variableName" : "member", "variableType" : "TrustedAdvisorCheckRefreshStatus", "documentation" : null, "simpleType" : "TrustedAdvisorCheckRefreshStatus", "variableSetterType" : "TrustedAdvisorCheckRefreshStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedAdvisorCheckRefreshStatus", "variableName" : "member", "variableType" : "TrustedAdvisorCheckRefreshStatus", "documentation" : "", "simpleType" : "TrustedAdvisorCheckRefreshStatus", "variableSetterType" : "TrustedAdvisorCheckRefreshStatus" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TrustedAdvisorCheckRefreshStatus", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TrustedAdvisorCheckRefreshStatus", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Statuses", "sensitive" : false, "setterDocumentation" : "

The refresh status of the specified Trusted Advisor checks.

\n@param statuses The refresh status of the specified Trusted Advisor checks.", "setterMethodName" : "setStatuses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "statuses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "statuses", "variableType" : "java.util.List", "documentation" : "

The refresh status of the specified Trusted Advisor checks.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "statuses" ], "shapeName" : "DescribeTrustedAdvisorCheckRefreshStatusesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeTrustedAdvisorCheckRefreshStatusesResponse", "variableName" : "describeTrustedAdvisorCheckRefreshStatusesResponse", "variableType" : "DescribeTrustedAdvisorCheckRefreshStatusesResponse", "documentation" : null, "simpleType" : "DescribeTrustedAdvisorCheckRefreshStatusesResponse", "variableSetterType" : "DescribeTrustedAdvisorCheckRefreshStatusesResponse" }, "wrapper" : false }, "DescribeTrustedAdvisorCheckResultRequest" : { "c2jName" : "DescribeTrustedAdvisorCheckResultRequest", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeTrustedAdvisorCheckResult", "locationName" : null, "requestUri" : "/", "target" : "AWSSupport_20130415.DescribeTrustedAdvisorCheckResult", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCheckId", "beanStyleSetterMethodName" : "setCheckId", "c2jName" : "checkId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The unique identifier for the Trusted Advisor check.

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

The unique identifier for the Trusted Advisor check.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "checkId", "fluentSetterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@param checkId The unique identifier for the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "checkId", "getterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@return The unique identifier for the Trusted Advisor check.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "checkId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "checkId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CheckId", "sensitive" : false, "setterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@param checkId The unique identifier for the Trusted Advisor check.", "setterMethodName" : "setCheckId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "checkId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "checkId", "variableType" : "String", "documentation" : "

The unique identifier for the Trusted Advisor check.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLanguage", "beanStyleSetterMethodName" : "setLanguage", "c2jName" : "language", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

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

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "language", "fluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "language", "getterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@return The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "language", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "language", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Language", "sensitive" : false, "setterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "setterMethodName" : "setLanguage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CheckId" : { "beanStyleGetterMethodName" : "getCheckId", "beanStyleSetterMethodName" : "setCheckId", "c2jName" : "checkId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The unique identifier for the Trusted Advisor check.

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

The unique identifier for the Trusted Advisor check.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "checkId", "fluentSetterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@param checkId The unique identifier for the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "checkId", "getterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@return The unique identifier for the Trusted Advisor check.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "checkId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "checkId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CheckId", "sensitive" : false, "setterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@param checkId The unique identifier for the Trusted Advisor check.", "setterMethodName" : "setCheckId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "checkId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "checkId", "variableType" : "String", "documentation" : "

The unique identifier for the Trusted Advisor check.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Language" : { "beanStyleGetterMethodName" : "getLanguage", "beanStyleSetterMethodName" : "setLanguage", "c2jName" : "language", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

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

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "language", "fluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "language", "getterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@return The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "language", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "language", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Language", "sensitive" : false, "setterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "setterMethodName" : "setLanguage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCheckId", "beanStyleSetterMethodName" : "setCheckId", "c2jName" : "checkId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The unique identifier for the Trusted Advisor check.

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

The unique identifier for the Trusted Advisor check.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "checkId", "fluentSetterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@param checkId The unique identifier for the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "checkId", "getterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@return The unique identifier for the Trusted Advisor check.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "checkId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "checkId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CheckId", "sensitive" : false, "setterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@param checkId The unique identifier for the Trusted Advisor check.", "setterMethodName" : "setCheckId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "checkId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "checkId", "variableType" : "String", "documentation" : "

The unique identifier for the Trusted Advisor check.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLanguage", "beanStyleSetterMethodName" : "setLanguage", "c2jName" : "language", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

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

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "language", "fluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "language", "getterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@return The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "language", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "language", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Language", "sensitive" : false, "setterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "setterMethodName" : "setLanguage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "checkId" ], "shapeName" : "DescribeTrustedAdvisorCheckResultRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeTrustedAdvisorCheckResultRequest", "variableName" : "describeTrustedAdvisorCheckResultRequest", "variableType" : "DescribeTrustedAdvisorCheckResultRequest", "documentation" : null, "simpleType" : "DescribeTrustedAdvisorCheckResultRequest", "variableSetterType" : "DescribeTrustedAdvisorCheckResultRequest" }, "wrapper" : false }, "DescribeTrustedAdvisorCheckResultResponse" : { "c2jName" : "DescribeTrustedAdvisorCheckResultResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The result of the Trusted Advisor check returned by the DescribeTrustedAdvisorCheckResult operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getResult", "beanStyleSetterMethodName" : "setResult", "c2jName" : "result", "c2jShape" : "TrustedAdvisorCheckResult", "defaultConsumerFluentSetterDocumentation" : "

The detailed results of the Trusted Advisor check.

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

The detailed results of the Trusted Advisor check.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "result", "fluentSetterDocumentation" : "

The detailed results of the Trusted Advisor check.

\n@param result The detailed results of the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "result", "getterDocumentation" : "

The detailed results of the Trusted Advisor check.

\n@return The detailed results of the Trusted Advisor check.", "getterModel" : { "returnType" : "TrustedAdvisorCheckResult", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "result", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "result", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Result", "sensitive" : false, "setterDocumentation" : "

The detailed results of the Trusted Advisor check.

\n@param result The detailed results of the Trusted Advisor check.", "setterMethodName" : "setResult", "setterModel" : { "variableDeclarationType" : "TrustedAdvisorCheckResult", "variableName" : "result", "variableType" : "TrustedAdvisorCheckResult", "documentation" : null, "simpleType" : "TrustedAdvisorCheckResult", "variableSetterType" : "TrustedAdvisorCheckResult" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedAdvisorCheckResult", "variableName" : "result", "variableType" : "TrustedAdvisorCheckResult", "documentation" : "

The detailed results of the Trusted Advisor check.

", "simpleType" : "TrustedAdvisorCheckResult", "variableSetterType" : "TrustedAdvisorCheckResult" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Result" : { "beanStyleGetterMethodName" : "getResult", "beanStyleSetterMethodName" : "setResult", "c2jName" : "result", "c2jShape" : "TrustedAdvisorCheckResult", "defaultConsumerFluentSetterDocumentation" : "

The detailed results of the Trusted Advisor check.

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

The detailed results of the Trusted Advisor check.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "result", "fluentSetterDocumentation" : "

The detailed results of the Trusted Advisor check.

\n@param result The detailed results of the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "result", "getterDocumentation" : "

The detailed results of the Trusted Advisor check.

\n@return The detailed results of the Trusted Advisor check.", "getterModel" : { "returnType" : "TrustedAdvisorCheckResult", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "result", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "result", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Result", "sensitive" : false, "setterDocumentation" : "

The detailed results of the Trusted Advisor check.

\n@param result The detailed results of the Trusted Advisor check.", "setterMethodName" : "setResult", "setterModel" : { "variableDeclarationType" : "TrustedAdvisorCheckResult", "variableName" : "result", "variableType" : "TrustedAdvisorCheckResult", "documentation" : null, "simpleType" : "TrustedAdvisorCheckResult", "variableSetterType" : "TrustedAdvisorCheckResult" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedAdvisorCheckResult", "variableName" : "result", "variableType" : "TrustedAdvisorCheckResult", "documentation" : "

The detailed results of the Trusted Advisor check.

", "simpleType" : "TrustedAdvisorCheckResult", "variableSetterType" : "TrustedAdvisorCheckResult" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResult", "beanStyleSetterMethodName" : "setResult", "c2jName" : "result", "c2jShape" : "TrustedAdvisorCheckResult", "defaultConsumerFluentSetterDocumentation" : "

The detailed results of the Trusted Advisor check.

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

The detailed results of the Trusted Advisor check.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "result", "fluentSetterDocumentation" : "

The detailed results of the Trusted Advisor check.

\n@param result The detailed results of the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "result", "getterDocumentation" : "

The detailed results of the Trusted Advisor check.

\n@return The detailed results of the Trusted Advisor check.", "getterModel" : { "returnType" : "TrustedAdvisorCheckResult", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "result", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "result", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Result", "sensitive" : false, "setterDocumentation" : "

The detailed results of the Trusted Advisor check.

\n@param result The detailed results of the Trusted Advisor check.", "setterMethodName" : "setResult", "setterModel" : { "variableDeclarationType" : "TrustedAdvisorCheckResult", "variableName" : "result", "variableType" : "TrustedAdvisorCheckResult", "documentation" : null, "simpleType" : "TrustedAdvisorCheckResult", "variableSetterType" : "TrustedAdvisorCheckResult" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedAdvisorCheckResult", "variableName" : "result", "variableType" : "TrustedAdvisorCheckResult", "documentation" : "

The detailed results of the Trusted Advisor check.

", "simpleType" : "TrustedAdvisorCheckResult", "variableSetterType" : "TrustedAdvisorCheckResult" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeTrustedAdvisorCheckResultResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeTrustedAdvisorCheckResultResponse", "variableName" : "describeTrustedAdvisorCheckResultResponse", "variableType" : "DescribeTrustedAdvisorCheckResultResponse", "documentation" : null, "simpleType" : "DescribeTrustedAdvisorCheckResultResponse", "variableSetterType" : "DescribeTrustedAdvisorCheckResultResponse" }, "wrapper" : false }, "DescribeTrustedAdvisorCheckSummariesRequest" : { "c2jName" : "DescribeTrustedAdvisorCheckSummariesRequest", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeTrustedAdvisorCheckSummaries", "locationName" : null, "requestUri" : "/", "target" : "AWSSupport_20130415.DescribeTrustedAdvisorCheckSummaries", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCheckIds", "beanStyleSetterMethodName" : "setCheckIds", "c2jName" : "checkIds", "c2jShape" : "StringList", "defaultConsumerFluentSetterDocumentation" : "

The IDs of the Trusted Advisor checks.

\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 #checkIds(List)}.\n@param checkIds 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 #checkIds(List)", "deprecated" : false, "documentation" : "

The IDs of the Trusted Advisor checks.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "checkIds", "fluentSetterDocumentation" : "

The IDs of the Trusted Advisor checks.

\n@param checkIds The IDs of the Trusted Advisor checks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "checkIds", "getterDocumentation" : "

The IDs of the Trusted Advisor checks.

\n

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

\n@return The IDs of the Trusted Advisor checks.", "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" : "checkIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "checkIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "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" }, "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" : "CheckIds", "sensitive" : false, "setterDocumentation" : "

The IDs of the Trusted Advisor checks.

\n@param checkIds The IDs of the Trusted Advisor checks.", "setterMethodName" : "setCheckIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "checkIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "checkIds", "variableType" : "java.util.List", "documentation" : "

The IDs of the Trusted Advisor checks.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CheckIds" : { "beanStyleGetterMethodName" : "getCheckIds", "beanStyleSetterMethodName" : "setCheckIds", "c2jName" : "checkIds", "c2jShape" : "StringList", "defaultConsumerFluentSetterDocumentation" : "

The IDs of the Trusted Advisor checks.

\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 #checkIds(List)}.\n@param checkIds 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 #checkIds(List)", "deprecated" : false, "documentation" : "

The IDs of the Trusted Advisor checks.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "checkIds", "fluentSetterDocumentation" : "

The IDs of the Trusted Advisor checks.

\n@param checkIds The IDs of the Trusted Advisor checks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "checkIds", "getterDocumentation" : "

The IDs of the Trusted Advisor checks.

\n

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

\n@return The IDs of the Trusted Advisor checks.", "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" : "checkIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "checkIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "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" }, "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" : "CheckIds", "sensitive" : false, "setterDocumentation" : "

The IDs of the Trusted Advisor checks.

\n@param checkIds The IDs of the Trusted Advisor checks.", "setterMethodName" : "setCheckIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "checkIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "checkIds", "variableType" : "java.util.List", "documentation" : "

The IDs of the Trusted Advisor checks.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCheckIds", "beanStyleSetterMethodName" : "setCheckIds", "c2jName" : "checkIds", "c2jShape" : "StringList", "defaultConsumerFluentSetterDocumentation" : "

The IDs of the Trusted Advisor checks.

\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 #checkIds(List)}.\n@param checkIds 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 #checkIds(List)", "deprecated" : false, "documentation" : "

The IDs of the Trusted Advisor checks.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "checkIds", "fluentSetterDocumentation" : "

The IDs of the Trusted Advisor checks.

\n@param checkIds The IDs of the Trusted Advisor checks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "checkIds", "getterDocumentation" : "

The IDs of the Trusted Advisor checks.

\n

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

\n@return The IDs of the Trusted Advisor checks.", "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" : "checkIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "checkIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "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" }, "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" : "CheckIds", "sensitive" : false, "setterDocumentation" : "

The IDs of the Trusted Advisor checks.

\n@param checkIds The IDs of the Trusted Advisor checks.", "setterMethodName" : "setCheckIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "checkIds", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "checkIds", "variableType" : "java.util.List", "documentation" : "

The IDs of the Trusted Advisor checks.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "checkIds" ], "shapeName" : "DescribeTrustedAdvisorCheckSummariesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeTrustedAdvisorCheckSummariesRequest", "variableName" : "describeTrustedAdvisorCheckSummariesRequest", "variableType" : "DescribeTrustedAdvisorCheckSummariesRequest", "documentation" : null, "simpleType" : "DescribeTrustedAdvisorCheckSummariesRequest", "variableSetterType" : "DescribeTrustedAdvisorCheckSummariesRequest" }, "wrapper" : false }, "DescribeTrustedAdvisorCheckSummariesResponse" : { "c2jName" : "DescribeTrustedAdvisorCheckSummariesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The summaries of the Trusted Advisor checks returned by the DescribeTrustedAdvisorCheckSummaries operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getSummaries", "beanStyleSetterMethodName" : "setSummaries", "c2jName" : "summaries", "c2jShape" : "TrustedAdvisorCheckSummaryList", "defaultConsumerFluentSetterDocumentation" : "

The summary information for the requested Trusted Advisor checks.

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

The summary information for the requested Trusted Advisor checks.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "summaries", "fluentSetterDocumentation" : "

The summary information for the requested Trusted Advisor checks.

\n@param summaries The summary information for the requested Trusted Advisor checks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summaries", "getterDocumentation" : "

The summary information for the requested Trusted Advisor checks.

\n

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

\n@return The summary information for the requested Trusted Advisor checks.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "summaries", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "summaries", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TrustedAdvisorCheckSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TrustedAdvisorCheckSummary.Builder} avoiding the need to create one manually via {@link TrustedAdvisorCheckSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link TrustedAdvisorCheckSummary.Builder#build()} is called immediately and its result is passed to {@link #member(TrustedAdvisorCheckSummary)}.\n@param member a consumer that will call methods on {@link TrustedAdvisorCheckSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TrustedAdvisorCheckSummary)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TrustedAdvisorCheckSummary", "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, "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" : "TrustedAdvisorCheckSummary", "variableName" : "member", "variableType" : "TrustedAdvisorCheckSummary", "documentation" : null, "simpleType" : "TrustedAdvisorCheckSummary", "variableSetterType" : "TrustedAdvisorCheckSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedAdvisorCheckSummary", "variableName" : "member", "variableType" : "TrustedAdvisorCheckSummary", "documentation" : "", "simpleType" : "TrustedAdvisorCheckSummary", "variableSetterType" : "TrustedAdvisorCheckSummary" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TrustedAdvisorCheckSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TrustedAdvisorCheckSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Summaries", "sensitive" : false, "setterDocumentation" : "

The summary information for the requested Trusted Advisor checks.

\n@param summaries The summary information for the requested Trusted Advisor checks.", "setterMethodName" : "setSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : "

The summary information for the requested Trusted Advisor checks.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Summaries" : { "beanStyleGetterMethodName" : "getSummaries", "beanStyleSetterMethodName" : "setSummaries", "c2jName" : "summaries", "c2jShape" : "TrustedAdvisorCheckSummaryList", "defaultConsumerFluentSetterDocumentation" : "

The summary information for the requested Trusted Advisor checks.

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

The summary information for the requested Trusted Advisor checks.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "summaries", "fluentSetterDocumentation" : "

The summary information for the requested Trusted Advisor checks.

\n@param summaries The summary information for the requested Trusted Advisor checks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summaries", "getterDocumentation" : "

The summary information for the requested Trusted Advisor checks.

\n

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

\n@return The summary information for the requested Trusted Advisor checks.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "summaries", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "summaries", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TrustedAdvisorCheckSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TrustedAdvisorCheckSummary.Builder} avoiding the need to create one manually via {@link TrustedAdvisorCheckSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link TrustedAdvisorCheckSummary.Builder#build()} is called immediately and its result is passed to {@link #member(TrustedAdvisorCheckSummary)}.\n@param member a consumer that will call methods on {@link TrustedAdvisorCheckSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TrustedAdvisorCheckSummary)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TrustedAdvisorCheckSummary", "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, "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" : "TrustedAdvisorCheckSummary", "variableName" : "member", "variableType" : "TrustedAdvisorCheckSummary", "documentation" : null, "simpleType" : "TrustedAdvisorCheckSummary", "variableSetterType" : "TrustedAdvisorCheckSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedAdvisorCheckSummary", "variableName" : "member", "variableType" : "TrustedAdvisorCheckSummary", "documentation" : "", "simpleType" : "TrustedAdvisorCheckSummary", "variableSetterType" : "TrustedAdvisorCheckSummary" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TrustedAdvisorCheckSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TrustedAdvisorCheckSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Summaries", "sensitive" : false, "setterDocumentation" : "

The summary information for the requested Trusted Advisor checks.

\n@param summaries The summary information for the requested Trusted Advisor checks.", "setterMethodName" : "setSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : "

The summary information for the requested Trusted Advisor checks.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSummaries", "beanStyleSetterMethodName" : "setSummaries", "c2jName" : "summaries", "c2jShape" : "TrustedAdvisorCheckSummaryList", "defaultConsumerFluentSetterDocumentation" : "

The summary information for the requested Trusted Advisor checks.

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

The summary information for the requested Trusted Advisor checks.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "summaries", "fluentSetterDocumentation" : "

The summary information for the requested Trusted Advisor checks.

\n@param summaries The summary information for the requested Trusted Advisor checks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summaries", "getterDocumentation" : "

The summary information for the requested Trusted Advisor checks.

\n

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

\n@return The summary information for the requested Trusted Advisor checks.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "summaries", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "summaries", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TrustedAdvisorCheckSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TrustedAdvisorCheckSummary.Builder} avoiding the need to create one manually via {@link TrustedAdvisorCheckSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link TrustedAdvisorCheckSummary.Builder#build()} is called immediately and its result is passed to {@link #member(TrustedAdvisorCheckSummary)}.\n@param member a consumer that will call methods on {@link TrustedAdvisorCheckSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TrustedAdvisorCheckSummary)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TrustedAdvisorCheckSummary", "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, "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" : "TrustedAdvisorCheckSummary", "variableName" : "member", "variableType" : "TrustedAdvisorCheckSummary", "documentation" : null, "simpleType" : "TrustedAdvisorCheckSummary", "variableSetterType" : "TrustedAdvisorCheckSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedAdvisorCheckSummary", "variableName" : "member", "variableType" : "TrustedAdvisorCheckSummary", "documentation" : "", "simpleType" : "TrustedAdvisorCheckSummary", "variableSetterType" : "TrustedAdvisorCheckSummary" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TrustedAdvisorCheckSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TrustedAdvisorCheckSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Summaries", "sensitive" : false, "setterDocumentation" : "

The summary information for the requested Trusted Advisor checks.

\n@param summaries The summary information for the requested Trusted Advisor checks.", "setterMethodName" : "setSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "summaries", "variableType" : "java.util.List", "documentation" : "

The summary information for the requested Trusted Advisor checks.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "summaries" ], "shapeName" : "DescribeTrustedAdvisorCheckSummariesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeTrustedAdvisorCheckSummariesResponse", "variableName" : "describeTrustedAdvisorCheckSummariesResponse", "variableType" : "DescribeTrustedAdvisorCheckSummariesResponse", "documentation" : null, "simpleType" : "DescribeTrustedAdvisorCheckSummariesResponse", "variableSetterType" : "DescribeTrustedAdvisorCheckSummariesResponse" }, "wrapper" : false }, "DescribeTrustedAdvisorChecksRequest" : { "c2jName" : "DescribeTrustedAdvisorChecksRequest", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeTrustedAdvisorChecks", "locationName" : null, "requestUri" : "/", "target" : "AWSSupport_20130415.DescribeTrustedAdvisorChecks", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getLanguage", "beanStyleSetterMethodName" : "setLanguage", "c2jName" : "language", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

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

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "language", "fluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "language", "getterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@return The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "language", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "language", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Language", "sensitive" : false, "setterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "setterMethodName" : "setLanguage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Language" : { "beanStyleGetterMethodName" : "getLanguage", "beanStyleSetterMethodName" : "setLanguage", "c2jName" : "language", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

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

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "language", "fluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "language", "getterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@return The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "language", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "language", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Language", "sensitive" : false, "setterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "setterMethodName" : "setLanguage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getLanguage", "beanStyleSetterMethodName" : "setLanguage", "c2jName" : "language", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

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

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "language", "fluentSetterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "language", "getterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@return The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "language", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "language", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Language", "sensitive" : false, "setterDocumentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.", "setterMethodName" : "setLanguage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : "

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "language" ], "shapeName" : "DescribeTrustedAdvisorChecksRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeTrustedAdvisorChecksRequest", "variableName" : "describeTrustedAdvisorChecksRequest", "variableType" : "DescribeTrustedAdvisorChecksRequest", "documentation" : null, "simpleType" : "DescribeTrustedAdvisorChecksRequest", "variableSetterType" : "DescribeTrustedAdvisorChecksRequest" }, "wrapper" : false }, "DescribeTrustedAdvisorChecksResponse" : { "c2jName" : "DescribeTrustedAdvisorChecksResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Information about the Trusted Advisor checks returned by the DescribeTrustedAdvisorChecks operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getChecks", "beanStyleSetterMethodName" : "setChecks", "c2jName" : "checks", "c2jShape" : "TrustedAdvisorCheckList", "defaultConsumerFluentSetterDocumentation" : "

Information about all available Trusted Advisor checks.

\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 #checks(List)}.\n@param checks 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 #checks(List)", "deprecated" : false, "documentation" : "

Information about all available Trusted Advisor checks.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "checks", "fluentSetterDocumentation" : "

Information about all available Trusted Advisor checks.

\n@param checks Information about all available Trusted Advisor checks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "checks", "getterDocumentation" : "

Information about all available Trusted Advisor checks.

\n

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

\n@return Information about all available Trusted Advisor checks.", "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" : "checks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "checks", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TrustedAdvisorCheckDescription", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TrustedAdvisorCheckDescription.Builder} avoiding the need to create one manually via {@link TrustedAdvisorCheckDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link TrustedAdvisorCheckDescription.Builder#build()} is called immediately and its result is passed to {@link #member(TrustedAdvisorCheckDescription)}.\n@param member a consumer that will call methods on {@link TrustedAdvisorCheckDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TrustedAdvisorCheckDescription)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TrustedAdvisorCheckDescription", "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, "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" : "TrustedAdvisorCheckDescription", "variableName" : "member", "variableType" : "TrustedAdvisorCheckDescription", "documentation" : null, "simpleType" : "TrustedAdvisorCheckDescription", "variableSetterType" : "TrustedAdvisorCheckDescription" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedAdvisorCheckDescription", "variableName" : "member", "variableType" : "TrustedAdvisorCheckDescription", "documentation" : "", "simpleType" : "TrustedAdvisorCheckDescription", "variableSetterType" : "TrustedAdvisorCheckDescription" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TrustedAdvisorCheckDescription", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TrustedAdvisorCheckDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Checks", "sensitive" : false, "setterDocumentation" : "

Information about all available Trusted Advisor checks.

\n@param checks Information about all available Trusted Advisor checks.", "setterMethodName" : "setChecks", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "checks", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "checks", "variableType" : "java.util.List", "documentation" : "

Information about all available Trusted Advisor checks.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Checks" : { "beanStyleGetterMethodName" : "getChecks", "beanStyleSetterMethodName" : "setChecks", "c2jName" : "checks", "c2jShape" : "TrustedAdvisorCheckList", "defaultConsumerFluentSetterDocumentation" : "

Information about all available Trusted Advisor checks.

\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 #checks(List)}.\n@param checks 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 #checks(List)", "deprecated" : false, "documentation" : "

Information about all available Trusted Advisor checks.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "checks", "fluentSetterDocumentation" : "

Information about all available Trusted Advisor checks.

\n@param checks Information about all available Trusted Advisor checks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "checks", "getterDocumentation" : "

Information about all available Trusted Advisor checks.

\n

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

\n@return Information about all available Trusted Advisor checks.", "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" : "checks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "checks", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TrustedAdvisorCheckDescription", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TrustedAdvisorCheckDescription.Builder} avoiding the need to create one manually via {@link TrustedAdvisorCheckDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link TrustedAdvisorCheckDescription.Builder#build()} is called immediately and its result is passed to {@link #member(TrustedAdvisorCheckDescription)}.\n@param member a consumer that will call methods on {@link TrustedAdvisorCheckDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TrustedAdvisorCheckDescription)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TrustedAdvisorCheckDescription", "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, "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" : "TrustedAdvisorCheckDescription", "variableName" : "member", "variableType" : "TrustedAdvisorCheckDescription", "documentation" : null, "simpleType" : "TrustedAdvisorCheckDescription", "variableSetterType" : "TrustedAdvisorCheckDescription" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedAdvisorCheckDescription", "variableName" : "member", "variableType" : "TrustedAdvisorCheckDescription", "documentation" : "", "simpleType" : "TrustedAdvisorCheckDescription", "variableSetterType" : "TrustedAdvisorCheckDescription" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TrustedAdvisorCheckDescription", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TrustedAdvisorCheckDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Checks", "sensitive" : false, "setterDocumentation" : "

Information about all available Trusted Advisor checks.

\n@param checks Information about all available Trusted Advisor checks.", "setterMethodName" : "setChecks", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "checks", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "checks", "variableType" : "java.util.List", "documentation" : "

Information about all available Trusted Advisor checks.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getChecks", "beanStyleSetterMethodName" : "setChecks", "c2jName" : "checks", "c2jShape" : "TrustedAdvisorCheckList", "defaultConsumerFluentSetterDocumentation" : "

Information about all available Trusted Advisor checks.

\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 #checks(List)}.\n@param checks 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 #checks(List)", "deprecated" : false, "documentation" : "

Information about all available Trusted Advisor checks.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "checks", "fluentSetterDocumentation" : "

Information about all available Trusted Advisor checks.

\n@param checks Information about all available Trusted Advisor checks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "checks", "getterDocumentation" : "

Information about all available Trusted Advisor checks.

\n

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

\n@return Information about all available Trusted Advisor checks.", "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" : "checks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "checks", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TrustedAdvisorCheckDescription", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TrustedAdvisorCheckDescription.Builder} avoiding the need to create one manually via {@link TrustedAdvisorCheckDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link TrustedAdvisorCheckDescription.Builder#build()} is called immediately and its result is passed to {@link #member(TrustedAdvisorCheckDescription)}.\n@param member a consumer that will call methods on {@link TrustedAdvisorCheckDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TrustedAdvisorCheckDescription)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TrustedAdvisorCheckDescription", "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, "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" : "TrustedAdvisorCheckDescription", "variableName" : "member", "variableType" : "TrustedAdvisorCheckDescription", "documentation" : null, "simpleType" : "TrustedAdvisorCheckDescription", "variableSetterType" : "TrustedAdvisorCheckDescription" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedAdvisorCheckDescription", "variableName" : "member", "variableType" : "TrustedAdvisorCheckDescription", "documentation" : "", "simpleType" : "TrustedAdvisorCheckDescription", "variableSetterType" : "TrustedAdvisorCheckDescription" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TrustedAdvisorCheckDescription", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TrustedAdvisorCheckDescription", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Checks", "sensitive" : false, "setterDocumentation" : "

Information about all available Trusted Advisor checks.

\n@param checks Information about all available Trusted Advisor checks.", "setterMethodName" : "setChecks", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "checks", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "checks", "variableType" : "java.util.List", "documentation" : "

Information about all available Trusted Advisor checks.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "checks" ], "shapeName" : "DescribeTrustedAdvisorChecksResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeTrustedAdvisorChecksResponse", "variableName" : "describeTrustedAdvisorChecksResponse", "variableType" : "DescribeTrustedAdvisorChecksResponse", "documentation" : null, "simpleType" : "DescribeTrustedAdvisorChecksResponse", "variableSetterType" : "DescribeTrustedAdvisorChecksResponse" }, "wrapper" : false }, "InternalServerErrorException" : { "c2jName" : "InternalServerError", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An internal server error occurred.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InternalServerError", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InternalServerErrorException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InternalServerErrorException", "variableName" : "internalServerErrorException", "variableType" : "InternalServerErrorException", "documentation" : null, "simpleType" : "InternalServerErrorException", "variableSetterType" : "InternalServerErrorException" }, "wrapper" : false }, "RecentCaseCommunications" : { "c2jName" : "RecentCaseCommunications", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The five most recent communications associated with the case.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCommunications", "beanStyleSetterMethodName" : "setCommunications", "c2jName" : "communications", "c2jShape" : "CommunicationList", "defaultConsumerFluentSetterDocumentation" : "

The five most recent communications associated with the case.

\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 #communications(List)}.\n@param communications 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 #communications(List)", "deprecated" : false, "documentation" : "

The five most recent communications associated with the case.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "communications", "fluentSetterDocumentation" : "

The five most recent communications associated with the case.

\n@param communications The five most recent communications associated with the case.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "communications", "getterDocumentation" : "

The five most recent communications associated with the case.

\n

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

\n@return The five most recent communications associated with the case.", "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" : "communications", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "communications", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Communication", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Communication.Builder} avoiding the need to create one manually via {@link Communication#builder()}.\n\nWhen the {@link Consumer} completes, {@link Communication.Builder#build()} is called immediately and its result is passed to {@link #member(Communication)}.\n@param member a consumer that will call methods on {@link Communication.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Communication)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Communication", "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, "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" : "Communication", "variableName" : "member", "variableType" : "Communication", "documentation" : null, "simpleType" : "Communication", "variableSetterType" : "Communication" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Communication", "variableName" : "member", "variableType" : "Communication", "documentation" : "", "simpleType" : "Communication", "variableSetterType" : "Communication" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Communication", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Communication", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Communications", "sensitive" : false, "setterDocumentation" : "

The five most recent communications associated with the case.

\n@param communications The five most recent communications associated with the case.", "setterMethodName" : "setCommunications", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "communications", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "communications", "variableType" : "java.util.List", "documentation" : "

The five most recent communications associated with the case.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

A resumption point for pagination.

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

A resumption point for pagination.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

A resumption point for pagination.

\n@param nextToken A resumption point for pagination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

A resumption point for pagination.

\n@return A resumption point for pagination.", "getterModel" : { "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, "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" : "

A resumption point for pagination.

\n@param nextToken A resumption point for pagination.", "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" : "

A resumption point for pagination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Communications" : { "beanStyleGetterMethodName" : "getCommunications", "beanStyleSetterMethodName" : "setCommunications", "c2jName" : "communications", "c2jShape" : "CommunicationList", "defaultConsumerFluentSetterDocumentation" : "

The five most recent communications associated with the case.

\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 #communications(List)}.\n@param communications 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 #communications(List)", "deprecated" : false, "documentation" : "

The five most recent communications associated with the case.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "communications", "fluentSetterDocumentation" : "

The five most recent communications associated with the case.

\n@param communications The five most recent communications associated with the case.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "communications", "getterDocumentation" : "

The five most recent communications associated with the case.

\n

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

\n@return The five most recent communications associated with the case.", "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" : "communications", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "communications", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Communication", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Communication.Builder} avoiding the need to create one manually via {@link Communication#builder()}.\n\nWhen the {@link Consumer} completes, {@link Communication.Builder#build()} is called immediately and its result is passed to {@link #member(Communication)}.\n@param member a consumer that will call methods on {@link Communication.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Communication)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Communication", "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, "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" : "Communication", "variableName" : "member", "variableType" : "Communication", "documentation" : null, "simpleType" : "Communication", "variableSetterType" : "Communication" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Communication", "variableName" : "member", "variableType" : "Communication", "documentation" : "", "simpleType" : "Communication", "variableSetterType" : "Communication" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Communication", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Communication", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Communications", "sensitive" : false, "setterDocumentation" : "

The five most recent communications associated with the case.

\n@param communications The five most recent communications associated with the case.", "setterMethodName" : "setCommunications", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "communications", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "communications", "variableType" : "java.util.List", "documentation" : "

The five most recent communications associated with the case.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

A resumption point for pagination.

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

A resumption point for pagination.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

A resumption point for pagination.

\n@param nextToken A resumption point for pagination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

A resumption point for pagination.

\n@return A resumption point for pagination.", "getterModel" : { "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, "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" : "

A resumption point for pagination.

\n@param nextToken A resumption point for pagination.", "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" : "

A resumption point for pagination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCommunications", "beanStyleSetterMethodName" : "setCommunications", "c2jName" : "communications", "c2jShape" : "CommunicationList", "defaultConsumerFluentSetterDocumentation" : "

The five most recent communications associated with the case.

\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 #communications(List)}.\n@param communications 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 #communications(List)", "deprecated" : false, "documentation" : "

The five most recent communications associated with the case.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "communications", "fluentSetterDocumentation" : "

The five most recent communications associated with the case.

\n@param communications The five most recent communications associated with the case.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "communications", "getterDocumentation" : "

The five most recent communications associated with the case.

\n

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

\n@return The five most recent communications associated with the case.", "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" : "communications", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "communications", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Communication", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Communication.Builder} avoiding the need to create one manually via {@link Communication#builder()}.\n\nWhen the {@link Consumer} completes, {@link Communication.Builder#build()} is called immediately and its result is passed to {@link #member(Communication)}.\n@param member a consumer that will call methods on {@link Communication.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Communication)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Communication", "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, "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" : "Communication", "variableName" : "member", "variableType" : "Communication", "documentation" : null, "simpleType" : "Communication", "variableSetterType" : "Communication" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Communication", "variableName" : "member", "variableType" : "Communication", "documentation" : "", "simpleType" : "Communication", "variableSetterType" : "Communication" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Communication", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Communication", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Communications", "sensitive" : false, "setterDocumentation" : "

The five most recent communications associated with the case.

\n@param communications The five most recent communications associated with the case.", "setterMethodName" : "setCommunications", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "communications", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "communications", "variableType" : "java.util.List", "documentation" : "

The five most recent communications associated with the case.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

A resumption point for pagination.

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

A resumption point for pagination.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

A resumption point for pagination.

\n@param nextToken A resumption point for pagination.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

A resumption point for pagination.

\n@return A resumption point for pagination.", "getterModel" : { "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, "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" : "

A resumption point for pagination.

\n@param nextToken A resumption point for pagination.", "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" : "

A resumption point for pagination.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RecentCaseCommunications", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RecentCaseCommunications", "variableName" : "recentCaseCommunications", "variableType" : "RecentCaseCommunications", "documentation" : null, "simpleType" : "RecentCaseCommunications", "variableSetterType" : "RecentCaseCommunications" }, "wrapper" : false }, "RefreshTrustedAdvisorCheckRequest" : { "c2jName" : "RefreshTrustedAdvisorCheckRequest", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "RefreshTrustedAdvisorCheck", "locationName" : null, "requestUri" : "/", "target" : "AWSSupport_20130415.RefreshTrustedAdvisorCheck", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCheckId", "beanStyleSetterMethodName" : "setCheckId", "c2jName" : "checkId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The unique identifier for the Trusted Advisor check to refresh. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue 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 #checkId(String)}.\n@param checkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #checkId(String)", "deprecated" : false, "documentation" : "

The unique identifier for the Trusted Advisor check to refresh. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "checkId", "fluentSetterDocumentation" : "

The unique identifier for the Trusted Advisor check to refresh. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.

\n@param checkId The unique identifier for the Trusted Advisor check to refresh. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "checkId", "getterDocumentation" : "

The unique identifier for the Trusted Advisor check to refresh. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.

\n@return The unique identifier for the Trusted Advisor check to refresh. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue 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" : "checkId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "checkId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CheckId", "sensitive" : false, "setterDocumentation" : "

The unique identifier for the Trusted Advisor check to refresh. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.

\n@param checkId The unique identifier for the Trusted Advisor check to refresh. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.", "setterMethodName" : "setCheckId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "checkId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "checkId", "variableType" : "String", "documentation" : "

The unique identifier for the Trusted Advisor check to refresh. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CheckId" : { "beanStyleGetterMethodName" : "getCheckId", "beanStyleSetterMethodName" : "setCheckId", "c2jName" : "checkId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The unique identifier for the Trusted Advisor check to refresh. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue 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 #checkId(String)}.\n@param checkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #checkId(String)", "deprecated" : false, "documentation" : "

The unique identifier for the Trusted Advisor check to refresh. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "checkId", "fluentSetterDocumentation" : "

The unique identifier for the Trusted Advisor check to refresh. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.

\n@param checkId The unique identifier for the Trusted Advisor check to refresh. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "checkId", "getterDocumentation" : "

The unique identifier for the Trusted Advisor check to refresh. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.

\n@return The unique identifier for the Trusted Advisor check to refresh. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue 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" : "checkId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "checkId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CheckId", "sensitive" : false, "setterDocumentation" : "

The unique identifier for the Trusted Advisor check to refresh. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.

\n@param checkId The unique identifier for the Trusted Advisor check to refresh. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.", "setterMethodName" : "setCheckId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "checkId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "checkId", "variableType" : "String", "documentation" : "

The unique identifier for the Trusted Advisor check to refresh. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCheckId", "beanStyleSetterMethodName" : "setCheckId", "c2jName" : "checkId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The unique identifier for the Trusted Advisor check to refresh. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue 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 #checkId(String)}.\n@param checkId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #checkId(String)", "deprecated" : false, "documentation" : "

The unique identifier for the Trusted Advisor check to refresh. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "checkId", "fluentSetterDocumentation" : "

The unique identifier for the Trusted Advisor check to refresh. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.

\n@param checkId The unique identifier for the Trusted Advisor check to refresh. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "checkId", "getterDocumentation" : "

The unique identifier for the Trusted Advisor check to refresh. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.

\n@return The unique identifier for the Trusted Advisor check to refresh. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue 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" : "checkId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "checkId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CheckId", "sensitive" : false, "setterDocumentation" : "

The unique identifier for the Trusted Advisor check to refresh. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.

\n@param checkId The unique identifier for the Trusted Advisor check to refresh. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.", "setterMethodName" : "setCheckId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "checkId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "checkId", "variableType" : "String", "documentation" : "

The unique identifier for the Trusted Advisor check to refresh. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "checkId" ], "shapeName" : "RefreshTrustedAdvisorCheckRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RefreshTrustedAdvisorCheckRequest", "variableName" : "refreshTrustedAdvisorCheckRequest", "variableType" : "RefreshTrustedAdvisorCheckRequest", "documentation" : null, "simpleType" : "RefreshTrustedAdvisorCheckRequest", "variableSetterType" : "RefreshTrustedAdvisorCheckRequest" }, "wrapper" : false }, "RefreshTrustedAdvisorCheckResponse" : { "c2jName" : "RefreshTrustedAdvisorCheckResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The current refresh status of a Trusted Advisor check.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "TrustedAdvisorCheckRefreshStatus", "defaultConsumerFluentSetterDocumentation" : "

The current refresh status for a check, including the amount of time until the check is eligible for refresh.

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

The current refresh status for a check, including the amount of time until the check is eligible for refresh.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The current refresh status for a check, including the amount of time until the check is eligible for refresh.

\n@param status The current refresh status for a check, including the amount of time until the check is eligible for refresh.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The current refresh status for a check, including the amount of time until the check is eligible for refresh.

\n@return The current refresh status for a check, including the amount of time until the check is eligible for refresh.", "getterModel" : { "returnType" : "TrustedAdvisorCheckRefreshStatus", "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, "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 current refresh status for a check, including the amount of time until the check is eligible for refresh.

\n@param status The current refresh status for a check, including the amount of time until the check is eligible for refresh.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "TrustedAdvisorCheckRefreshStatus", "variableName" : "status", "variableType" : "TrustedAdvisorCheckRefreshStatus", "documentation" : null, "simpleType" : "TrustedAdvisorCheckRefreshStatus", "variableSetterType" : "TrustedAdvisorCheckRefreshStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedAdvisorCheckRefreshStatus", "variableName" : "status", "variableType" : "TrustedAdvisorCheckRefreshStatus", "documentation" : "

The current refresh status for a check, including the amount of time until the check is eligible for refresh.

", "simpleType" : "TrustedAdvisorCheckRefreshStatus", "variableSetterType" : "TrustedAdvisorCheckRefreshStatus" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Status" : { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "TrustedAdvisorCheckRefreshStatus", "defaultConsumerFluentSetterDocumentation" : "

The current refresh status for a check, including the amount of time until the check is eligible for refresh.

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

The current refresh status for a check, including the amount of time until the check is eligible for refresh.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The current refresh status for a check, including the amount of time until the check is eligible for refresh.

\n@param status The current refresh status for a check, including the amount of time until the check is eligible for refresh.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The current refresh status for a check, including the amount of time until the check is eligible for refresh.

\n@return The current refresh status for a check, including the amount of time until the check is eligible for refresh.", "getterModel" : { "returnType" : "TrustedAdvisorCheckRefreshStatus", "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, "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 current refresh status for a check, including the amount of time until the check is eligible for refresh.

\n@param status The current refresh status for a check, including the amount of time until the check is eligible for refresh.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "TrustedAdvisorCheckRefreshStatus", "variableName" : "status", "variableType" : "TrustedAdvisorCheckRefreshStatus", "documentation" : null, "simpleType" : "TrustedAdvisorCheckRefreshStatus", "variableSetterType" : "TrustedAdvisorCheckRefreshStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedAdvisorCheckRefreshStatus", "variableName" : "status", "variableType" : "TrustedAdvisorCheckRefreshStatus", "documentation" : "

The current refresh status for a check, including the amount of time until the check is eligible for refresh.

", "simpleType" : "TrustedAdvisorCheckRefreshStatus", "variableSetterType" : "TrustedAdvisorCheckRefreshStatus" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "TrustedAdvisorCheckRefreshStatus", "defaultConsumerFluentSetterDocumentation" : "

The current refresh status for a check, including the amount of time until the check is eligible for refresh.

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

The current refresh status for a check, including the amount of time until the check is eligible for refresh.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The current refresh status for a check, including the amount of time until the check is eligible for refresh.

\n@param status The current refresh status for a check, including the amount of time until the check is eligible for refresh.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The current refresh status for a check, including the amount of time until the check is eligible for refresh.

\n@return The current refresh status for a check, including the amount of time until the check is eligible for refresh.", "getterModel" : { "returnType" : "TrustedAdvisorCheckRefreshStatus", "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, "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 current refresh status for a check, including the amount of time until the check is eligible for refresh.

\n@param status The current refresh status for a check, including the amount of time until the check is eligible for refresh.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "TrustedAdvisorCheckRefreshStatus", "variableName" : "status", "variableType" : "TrustedAdvisorCheckRefreshStatus", "documentation" : null, "simpleType" : "TrustedAdvisorCheckRefreshStatus", "variableSetterType" : "TrustedAdvisorCheckRefreshStatus" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedAdvisorCheckRefreshStatus", "variableName" : "status", "variableType" : "TrustedAdvisorCheckRefreshStatus", "documentation" : "

The current refresh status for a check, including the amount of time until the check is eligible for refresh.

", "simpleType" : "TrustedAdvisorCheckRefreshStatus", "variableSetterType" : "TrustedAdvisorCheckRefreshStatus" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "status" ], "shapeName" : "RefreshTrustedAdvisorCheckResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RefreshTrustedAdvisorCheckResponse", "variableName" : "refreshTrustedAdvisorCheckResponse", "variableType" : "RefreshTrustedAdvisorCheckResponse", "documentation" : null, "simpleType" : "RefreshTrustedAdvisorCheckResponse", "variableSetterType" : "RefreshTrustedAdvisorCheckResponse" }, "wrapper" : false }, "ResolveCaseRequest" : { "c2jName" : "ResolveCaseRequest", "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ResolveCase", "locationName" : null, "requestUri" : "/", "target" : "AWSSupport_20130415.ResolveCase", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCaseId", "beanStyleSetterMethodName" : "setCaseId", "c2jName" : "caseId", "c2jShape" : "CaseId", "defaultConsumerFluentSetterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

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

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "caseId", "fluentSetterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "caseId", "getterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "caseId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "caseId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CaseId", "sensitive" : false, "setterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47", "setterMethodName" : "setCaseId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "caseId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "caseId", "variableType" : "String", "documentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CaseId" : { "beanStyleGetterMethodName" : "getCaseId", "beanStyleSetterMethodName" : "setCaseId", "c2jName" : "caseId", "c2jShape" : "CaseId", "defaultConsumerFluentSetterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

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

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "caseId", "fluentSetterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "caseId", "getterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "caseId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "caseId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CaseId", "sensitive" : false, "setterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47", "setterMethodName" : "setCaseId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "caseId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "caseId", "variableType" : "String", "documentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCaseId", "beanStyleSetterMethodName" : "setCaseId", "c2jName" : "caseId", "c2jShape" : "CaseId", "defaultConsumerFluentSetterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

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

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "caseId", "fluentSetterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "caseId", "getterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "caseId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "caseId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CaseId", "sensitive" : false, "setterDocumentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47", "setterMethodName" : "setCaseId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "caseId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "caseId", "variableType" : "String", "documentation" : "

The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ResolveCaseRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResolveCaseRequest", "variableName" : "resolveCaseRequest", "variableType" : "ResolveCaseRequest", "documentation" : null, "simpleType" : "ResolveCaseRequest", "variableSetterType" : "ResolveCaseRequest" }, "wrapper" : false }, "ResolveCaseResponse" : { "c2jName" : "ResolveCaseResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The status of the case returned by the ResolveCase operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getInitialCaseStatus", "beanStyleSetterMethodName" : "setInitialCaseStatus", "c2jName" : "initialCaseStatus", "c2jShape" : "CaseStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the case when the ResolveCase request was sent.

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

The status of the case when the ResolveCase request was sent.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "initialCaseStatus", "fluentSetterDocumentation" : "

The status of the case when the ResolveCase request was sent.

\n@param initialCaseStatus The status of the case when the ResolveCase request was sent.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "initialCaseStatus", "getterDocumentation" : "

The status of the case when the ResolveCase request was sent.

\n@return The status of the case when the ResolveCase request was sent.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "initialCaseStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "initialCaseStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "InitialCaseStatus", "sensitive" : false, "setterDocumentation" : "

The status of the case when the ResolveCase request was sent.

\n@param initialCaseStatus The status of the case when the ResolveCase request was sent.", "setterMethodName" : "setInitialCaseStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "initialCaseStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "initialCaseStatus", "variableType" : "String", "documentation" : "

The status of the case when the ResolveCase request was sent.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFinalCaseStatus", "beanStyleSetterMethodName" : "setFinalCaseStatus", "c2jName" : "finalCaseStatus", "c2jShape" : "CaseStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the case after the ResolveCase request was processed.

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

The status of the case after the ResolveCase request was processed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "finalCaseStatus", "fluentSetterDocumentation" : "

The status of the case after the ResolveCase request was processed.

\n@param finalCaseStatus The status of the case after the ResolveCase request was processed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "finalCaseStatus", "getterDocumentation" : "

The status of the case after the ResolveCase request was processed.

\n@return The status of the case after the ResolveCase request was processed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "finalCaseStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "finalCaseStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FinalCaseStatus", "sensitive" : false, "setterDocumentation" : "

The status of the case after the ResolveCase request was processed.

\n@param finalCaseStatus The status of the case after the ResolveCase request was processed.", "setterMethodName" : "setFinalCaseStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "finalCaseStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "finalCaseStatus", "variableType" : "String", "documentation" : "

The status of the case after the ResolveCase request was processed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FinalCaseStatus" : { "beanStyleGetterMethodName" : "getFinalCaseStatus", "beanStyleSetterMethodName" : "setFinalCaseStatus", "c2jName" : "finalCaseStatus", "c2jShape" : "CaseStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the case after the ResolveCase request was processed.

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

The status of the case after the ResolveCase request was processed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "finalCaseStatus", "fluentSetterDocumentation" : "

The status of the case after the ResolveCase request was processed.

\n@param finalCaseStatus The status of the case after the ResolveCase request was processed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "finalCaseStatus", "getterDocumentation" : "

The status of the case after the ResolveCase request was processed.

\n@return The status of the case after the ResolveCase request was processed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "finalCaseStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "finalCaseStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FinalCaseStatus", "sensitive" : false, "setterDocumentation" : "

The status of the case after the ResolveCase request was processed.

\n@param finalCaseStatus The status of the case after the ResolveCase request was processed.", "setterMethodName" : "setFinalCaseStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "finalCaseStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "finalCaseStatus", "variableType" : "String", "documentation" : "

The status of the case after the ResolveCase request was processed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "InitialCaseStatus" : { "beanStyleGetterMethodName" : "getInitialCaseStatus", "beanStyleSetterMethodName" : "setInitialCaseStatus", "c2jName" : "initialCaseStatus", "c2jShape" : "CaseStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the case when the ResolveCase request was sent.

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

The status of the case when the ResolveCase request was sent.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "initialCaseStatus", "fluentSetterDocumentation" : "

The status of the case when the ResolveCase request was sent.

\n@param initialCaseStatus The status of the case when the ResolveCase request was sent.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "initialCaseStatus", "getterDocumentation" : "

The status of the case when the ResolveCase request was sent.

\n@return The status of the case when the ResolveCase request was sent.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "initialCaseStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "initialCaseStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "InitialCaseStatus", "sensitive" : false, "setterDocumentation" : "

The status of the case when the ResolveCase request was sent.

\n@param initialCaseStatus The status of the case when the ResolveCase request was sent.", "setterMethodName" : "setInitialCaseStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "initialCaseStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "initialCaseStatus", "variableType" : "String", "documentation" : "

The status of the case when the ResolveCase request was sent.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getInitialCaseStatus", "beanStyleSetterMethodName" : "setInitialCaseStatus", "c2jName" : "initialCaseStatus", "c2jShape" : "CaseStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the case when the ResolveCase request was sent.

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

The status of the case when the ResolveCase request was sent.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "initialCaseStatus", "fluentSetterDocumentation" : "

The status of the case when the ResolveCase request was sent.

\n@param initialCaseStatus The status of the case when the ResolveCase request was sent.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "initialCaseStatus", "getterDocumentation" : "

The status of the case when the ResolveCase request was sent.

\n@return The status of the case when the ResolveCase request was sent.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "initialCaseStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "initialCaseStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "InitialCaseStatus", "sensitive" : false, "setterDocumentation" : "

The status of the case when the ResolveCase request was sent.

\n@param initialCaseStatus The status of the case when the ResolveCase request was sent.", "setterMethodName" : "setInitialCaseStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "initialCaseStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "initialCaseStatus", "variableType" : "String", "documentation" : "

The status of the case when the ResolveCase request was sent.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFinalCaseStatus", "beanStyleSetterMethodName" : "setFinalCaseStatus", "c2jName" : "finalCaseStatus", "c2jShape" : "CaseStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the case after the ResolveCase request was processed.

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

The status of the case after the ResolveCase request was processed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "finalCaseStatus", "fluentSetterDocumentation" : "

The status of the case after the ResolveCase request was processed.

\n@param finalCaseStatus The status of the case after the ResolveCase request was processed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "finalCaseStatus", "getterDocumentation" : "

The status of the case after the ResolveCase request was processed.

\n@return The status of the case after the ResolveCase request was processed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "finalCaseStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "finalCaseStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FinalCaseStatus", "sensitive" : false, "setterDocumentation" : "

The status of the case after the ResolveCase request was processed.

\n@param finalCaseStatus The status of the case after the ResolveCase request was processed.", "setterMethodName" : "setFinalCaseStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "finalCaseStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "finalCaseStatus", "variableType" : "String", "documentation" : "

The status of the case after the ResolveCase request was processed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ResolveCaseResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ResolveCaseResponse", "variableName" : "resolveCaseResponse", "variableType" : "ResolveCaseResponse", "documentation" : null, "simpleType" : "ResolveCaseResponse", "variableSetterType" : "ResolveCaseResponse" }, "wrapper" : false }, "Service" : { "c2jName" : "Service", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Information about an AWS service returned by the DescribeServices operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCode", "beanStyleSetterMethodName" : "setCode", "c2jName" : "code", "c2jShape" : "ServiceCode", "defaultConsumerFluentSetterDocumentation" : "

The code for an AWS service returned by the DescribeServices response. The name element contains the corresponding friendly name.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #code(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, "documentation" : "

The code for an AWS service returned by the DescribeServices response. The name element contains the corresponding friendly name.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "code", "fluentSetterDocumentation" : "

The code for an AWS service returned by the DescribeServices response. The name element contains the corresponding friendly name.

\n@param code The code for an AWS service returned by the DescribeServices response. The name element contains the corresponding friendly name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "code", "getterDocumentation" : "

The code for an AWS service returned by the DescribeServices response. The name element contains the corresponding friendly name.

\n@return The code for an AWS service returned by the DescribeServices response. The name element contains the corresponding friendly name.", "getterModel" : { "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, "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 code for an AWS service returned by the DescribeServices response. The name element contains the corresponding friendly name.

\n@param code The code for an AWS service returned by the DescribeServices response. The name element contains the corresponding friendly name.", "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 code for an AWS service returned by the DescribeServices response. The name element contains the corresponding friendly name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "ServiceName", "defaultConsumerFluentSetterDocumentation" : "

The friendly name for an AWS service. The code element contains the corresponding 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 #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

The friendly name for an AWS service. The code element contains the corresponding code.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The friendly name for an AWS service. The code element contains the corresponding code.

\n@param name The friendly name for an AWS service. The code element contains the corresponding code.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The friendly name for an AWS service. The code element contains the corresponding code.

\n@return The friendly name for an AWS service. The code element contains the corresponding 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" : "name", "queryString" : 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 friendly name for an AWS service. The code element contains the corresponding code.

\n@param name The friendly name for an AWS service. The code element contains the corresponding code.", "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 friendly name for an AWS service. The code element contains the corresponding code.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCategories", "beanStyleSetterMethodName" : "setCategories", "c2jName" : "categories", "c2jShape" : "CategoryList", "defaultConsumerFluentSetterDocumentation" : "

A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.

\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 #categories(List)}.\n@param categories 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 #categories(List)", "deprecated" : false, "documentation" : "

A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "categories", "fluentSetterDocumentation" : "

A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.

\n@param categories A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "categories", "getterDocumentation" : "

A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.

\n

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

\n@return A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.", "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" : "categories", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "categories", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Category", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Category.Builder} avoiding the need to create one manually via {@link Category#builder()}.\n\nWhen the {@link Consumer} completes, {@link Category.Builder#build()} is called immediately and its result is passed to {@link #member(Category)}.\n@param member a consumer that will call methods on {@link Category.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Category)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Category", "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, "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" : "Category", "variableName" : "member", "variableType" : "Category", "documentation" : null, "simpleType" : "Category", "variableSetterType" : "Category" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Category", "variableName" : "member", "variableType" : "Category", "documentation" : "", "simpleType" : "Category", "variableSetterType" : "Category" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Category", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Category", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Categories", "sensitive" : false, "setterDocumentation" : "

A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.

\n@param categories A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.", "setterMethodName" : "setCategories", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "categories", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "categories", "variableType" : "java.util.List", "documentation" : "

A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Categories" : { "beanStyleGetterMethodName" : "getCategories", "beanStyleSetterMethodName" : "setCategories", "c2jName" : "categories", "c2jShape" : "CategoryList", "defaultConsumerFluentSetterDocumentation" : "

A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.

\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 #categories(List)}.\n@param categories 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 #categories(List)", "deprecated" : false, "documentation" : "

A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "categories", "fluentSetterDocumentation" : "

A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.

\n@param categories A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "categories", "getterDocumentation" : "

A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.

\n

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

\n@return A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.", "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" : "categories", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "categories", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Category", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Category.Builder} avoiding the need to create one manually via {@link Category#builder()}.\n\nWhen the {@link Consumer} completes, {@link Category.Builder#build()} is called immediately and its result is passed to {@link #member(Category)}.\n@param member a consumer that will call methods on {@link Category.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Category)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Category", "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, "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" : "Category", "variableName" : "member", "variableType" : "Category", "documentation" : null, "simpleType" : "Category", "variableSetterType" : "Category" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Category", "variableName" : "member", "variableType" : "Category", "documentation" : "", "simpleType" : "Category", "variableSetterType" : "Category" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Category", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Category", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Categories", "sensitive" : false, "setterDocumentation" : "

A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.

\n@param categories A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.", "setterMethodName" : "setCategories", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "categories", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "categories", "variableType" : "java.util.List", "documentation" : "

A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Code" : { "beanStyleGetterMethodName" : "getCode", "beanStyleSetterMethodName" : "setCode", "c2jName" : "code", "c2jShape" : "ServiceCode", "defaultConsumerFluentSetterDocumentation" : "

The code for an AWS service returned by the DescribeServices response. The name element contains the corresponding friendly name.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #code(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, "documentation" : "

The code for an AWS service returned by the DescribeServices response. The name element contains the corresponding friendly name.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "code", "fluentSetterDocumentation" : "

The code for an AWS service returned by the DescribeServices response. The name element contains the corresponding friendly name.

\n@param code The code for an AWS service returned by the DescribeServices response. The name element contains the corresponding friendly name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "code", "getterDocumentation" : "

The code for an AWS service returned by the DescribeServices response. The name element contains the corresponding friendly name.

\n@return The code for an AWS service returned by the DescribeServices response. The name element contains the corresponding friendly name.", "getterModel" : { "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, "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 code for an AWS service returned by the DescribeServices response. The name element contains the corresponding friendly name.

\n@param code The code for an AWS service returned by the DescribeServices response. The name element contains the corresponding friendly name.", "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 code for an AWS service returned by the DescribeServices response. The name element contains the corresponding friendly name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "ServiceName", "defaultConsumerFluentSetterDocumentation" : "

The friendly name for an AWS service. The code element contains the corresponding 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 #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

The friendly name for an AWS service. The code element contains the corresponding code.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The friendly name for an AWS service. The code element contains the corresponding code.

\n@param name The friendly name for an AWS service. The code element contains the corresponding code.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The friendly name for an AWS service. The code element contains the corresponding code.

\n@return The friendly name for an AWS service. The code element contains the corresponding 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" : "name", "queryString" : 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 friendly name for an AWS service. The code element contains the corresponding code.

\n@param name The friendly name for an AWS service. The code element contains the corresponding code.", "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 friendly name for an AWS service. The code element contains the corresponding code.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCode", "beanStyleSetterMethodName" : "setCode", "c2jName" : "code", "c2jShape" : "ServiceCode", "defaultConsumerFluentSetterDocumentation" : "

The code for an AWS service returned by the DescribeServices response. The name element contains the corresponding friendly name.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #code(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, "documentation" : "

The code for an AWS service returned by the DescribeServices response. The name element contains the corresponding friendly name.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "code", "fluentSetterDocumentation" : "

The code for an AWS service returned by the DescribeServices response. The name element contains the corresponding friendly name.

\n@param code The code for an AWS service returned by the DescribeServices response. The name element contains the corresponding friendly name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "code", "getterDocumentation" : "

The code for an AWS service returned by the DescribeServices response. The name element contains the corresponding friendly name.

\n@return The code for an AWS service returned by the DescribeServices response. The name element contains the corresponding friendly name.", "getterModel" : { "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, "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 code for an AWS service returned by the DescribeServices response. The name element contains the corresponding friendly name.

\n@param code The code for an AWS service returned by the DescribeServices response. The name element contains the corresponding friendly name.", "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 code for an AWS service returned by the DescribeServices response. The name element contains the corresponding friendly name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "ServiceName", "defaultConsumerFluentSetterDocumentation" : "

The friendly name for an AWS service. The code element contains the corresponding 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 #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

The friendly name for an AWS service. The code element contains the corresponding code.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The friendly name for an AWS service. The code element contains the corresponding code.

\n@param name The friendly name for an AWS service. The code element contains the corresponding code.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The friendly name for an AWS service. The code element contains the corresponding code.

\n@return The friendly name for an AWS service. The code element contains the corresponding 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" : "name", "queryString" : 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 friendly name for an AWS service. The code element contains the corresponding code.

\n@param name The friendly name for an AWS service. The code element contains the corresponding code.", "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 friendly name for an AWS service. The code element contains the corresponding code.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCategories", "beanStyleSetterMethodName" : "setCategories", "c2jName" : "categories", "c2jShape" : "CategoryList", "defaultConsumerFluentSetterDocumentation" : "

A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.

\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 #categories(List)}.\n@param categories 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 #categories(List)", "deprecated" : false, "documentation" : "

A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "categories", "fluentSetterDocumentation" : "

A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.

\n@param categories A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "categories", "getterDocumentation" : "

A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.

\n

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

\n@return A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.", "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" : "categories", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "categories", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Category", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Category.Builder} avoiding the need to create one manually via {@link Category#builder()}.\n\nWhen the {@link Consumer} completes, {@link Category.Builder#build()} is called immediately and its result is passed to {@link #member(Category)}.\n@param member a consumer that will call methods on {@link Category.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Category)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Category", "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, "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" : "Category", "variableName" : "member", "variableType" : "Category", "documentation" : null, "simpleType" : "Category", "variableSetterType" : "Category" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Category", "variableName" : "member", "variableType" : "Category", "documentation" : "", "simpleType" : "Category", "variableSetterType" : "Category" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Category", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Category", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Categories", "sensitive" : false, "setterDocumentation" : "

A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.

\n@param categories A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.", "setterMethodName" : "setCategories", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "categories", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "categories", "variableType" : "java.util.List", "documentation" : "

A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Service", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Service", "variableName" : "service", "variableType" : "Service", "documentation" : null, "simpleType" : "Service", "variableSetterType" : "Service" }, "wrapper" : false }, "SeverityLevel" : { "c2jName" : "SeverityLevel", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

A code and name pair that represent a severity level that can be applied to a support case.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCode", "beanStyleSetterMethodName" : "setCode", "c2jName" : "code", "c2jShape" : "SeverityLevelCode", "defaultConsumerFluentSetterDocumentation" : "

One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in severityLevel.name.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #code(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, "documentation" : "

One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in severityLevel.name.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "code", "fluentSetterDocumentation" : "

One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in severityLevel.name.

\n@param code One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in severityLevel.name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "code", "getterDocumentation" : "

One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in severityLevel.name.

\n@return One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in severityLevel.name.", "getterModel" : { "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, "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" : "

One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in severityLevel.name.

\n@param code One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in severityLevel.name.", "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" : "

One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in severityLevel.name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "SeverityLevelName", "defaultConsumerFluentSetterDocumentation" : "

The name of the severity level that corresponds to the severity level 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 #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

The name of the severity level that corresponds to the severity level code.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the severity level that corresponds to the severity level code.

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

The name of the severity level that corresponds to the severity level code.

\n@return The name of the severity level that corresponds to the severity level 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" : "name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the severity level that corresponds to the severity level code.

\n@param name The name of the severity level that corresponds to the severity level code.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the severity level that corresponds to the severity level code.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Code" : { "beanStyleGetterMethodName" : "getCode", "beanStyleSetterMethodName" : "setCode", "c2jName" : "code", "c2jShape" : "SeverityLevelCode", "defaultConsumerFluentSetterDocumentation" : "

One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in severityLevel.name.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #code(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, "documentation" : "

One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in severityLevel.name.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "code", "fluentSetterDocumentation" : "

One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in severityLevel.name.

\n@param code One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in severityLevel.name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "code", "getterDocumentation" : "

One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in severityLevel.name.

\n@return One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in severityLevel.name.", "getterModel" : { "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, "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" : "

One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in severityLevel.name.

\n@param code One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in severityLevel.name.", "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" : "

One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in severityLevel.name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "SeverityLevelName", "defaultConsumerFluentSetterDocumentation" : "

The name of the severity level that corresponds to the severity level 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 #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

The name of the severity level that corresponds to the severity level code.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the severity level that corresponds to the severity level code.

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

The name of the severity level that corresponds to the severity level code.

\n@return The name of the severity level that corresponds to the severity level 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" : "name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the severity level that corresponds to the severity level code.

\n@param name The name of the severity level that corresponds to the severity level code.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the severity level that corresponds to the severity level code.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCode", "beanStyleSetterMethodName" : "setCode", "c2jName" : "code", "c2jShape" : "SeverityLevelCode", "defaultConsumerFluentSetterDocumentation" : "

One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in severityLevel.name.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #code(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, "documentation" : "

One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in severityLevel.name.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "code", "fluentSetterDocumentation" : "

One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in severityLevel.name.

\n@param code One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in severityLevel.name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "code", "getterDocumentation" : "

One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in severityLevel.name.

\n@return One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in severityLevel.name.", "getterModel" : { "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, "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" : "

One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in severityLevel.name.

\n@param code One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in severityLevel.name.", "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" : "

One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in severityLevel.name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "SeverityLevelName", "defaultConsumerFluentSetterDocumentation" : "

The name of the severity level that corresponds to the severity level 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 #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

The name of the severity level that corresponds to the severity level code.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The name of the severity level that corresponds to the severity level code.

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

The name of the severity level that corresponds to the severity level code.

\n@return The name of the severity level that corresponds to the severity level 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" : "name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The name of the severity level that corresponds to the severity level code.

\n@param name The name of the severity level that corresponds to the severity level code.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the severity level that corresponds to the severity level code.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SeverityLevel", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SeverityLevel", "variableName" : "severityLevel", "variableType" : "SeverityLevel", "documentation" : null, "simpleType" : "SeverityLevel", "variableSetterType" : "SeverityLevel" }, "wrapper" : false }, "TrustedAdvisorCategorySpecificSummary" : { "c2jName" : "TrustedAdvisorCategorySpecificSummary", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The container for summary information that relates to the category of the Trusted Advisor check.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCostOptimizing", "beanStyleSetterMethodName" : "setCostOptimizing", "c2jName" : "costOptimizing", "c2jShape" : "TrustedAdvisorCostOptimizingSummary", "defaultConsumerFluentSetterDocumentation" : "

The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.

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

The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "costOptimizing", "fluentSetterDocumentation" : "

The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.

\n@param costOptimizing The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "costOptimizing", "getterDocumentation" : "

The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.

\n@return The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.", "getterModel" : { "returnType" : "TrustedAdvisorCostOptimizingSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "costOptimizing", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "costOptimizing", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CostOptimizing", "sensitive" : false, "setterDocumentation" : "

The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.

\n@param costOptimizing The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.", "setterMethodName" : "setCostOptimizing", "setterModel" : { "variableDeclarationType" : "TrustedAdvisorCostOptimizingSummary", "variableName" : "costOptimizing", "variableType" : "TrustedAdvisorCostOptimizingSummary", "documentation" : null, "simpleType" : "TrustedAdvisorCostOptimizingSummary", "variableSetterType" : "TrustedAdvisorCostOptimizingSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedAdvisorCostOptimizingSummary", "variableName" : "costOptimizing", "variableType" : "TrustedAdvisorCostOptimizingSummary", "documentation" : "

The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.

", "simpleType" : "TrustedAdvisorCostOptimizingSummary", "variableSetterType" : "TrustedAdvisorCostOptimizingSummary" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CostOptimizing" : { "beanStyleGetterMethodName" : "getCostOptimizing", "beanStyleSetterMethodName" : "setCostOptimizing", "c2jName" : "costOptimizing", "c2jShape" : "TrustedAdvisorCostOptimizingSummary", "defaultConsumerFluentSetterDocumentation" : "

The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.

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

The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "costOptimizing", "fluentSetterDocumentation" : "

The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.

\n@param costOptimizing The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "costOptimizing", "getterDocumentation" : "

The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.

\n@return The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.", "getterModel" : { "returnType" : "TrustedAdvisorCostOptimizingSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "costOptimizing", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "costOptimizing", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CostOptimizing", "sensitive" : false, "setterDocumentation" : "

The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.

\n@param costOptimizing The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.", "setterMethodName" : "setCostOptimizing", "setterModel" : { "variableDeclarationType" : "TrustedAdvisorCostOptimizingSummary", "variableName" : "costOptimizing", "variableType" : "TrustedAdvisorCostOptimizingSummary", "documentation" : null, "simpleType" : "TrustedAdvisorCostOptimizingSummary", "variableSetterType" : "TrustedAdvisorCostOptimizingSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedAdvisorCostOptimizingSummary", "variableName" : "costOptimizing", "variableType" : "TrustedAdvisorCostOptimizingSummary", "documentation" : "

The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.

", "simpleType" : "TrustedAdvisorCostOptimizingSummary", "variableSetterType" : "TrustedAdvisorCostOptimizingSummary" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCostOptimizing", "beanStyleSetterMethodName" : "setCostOptimizing", "c2jName" : "costOptimizing", "c2jShape" : "TrustedAdvisorCostOptimizingSummary", "defaultConsumerFluentSetterDocumentation" : "

The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.

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

The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "costOptimizing", "fluentSetterDocumentation" : "

The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.

\n@param costOptimizing The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "costOptimizing", "getterDocumentation" : "

The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.

\n@return The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.", "getterModel" : { "returnType" : "TrustedAdvisorCostOptimizingSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "costOptimizing", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "costOptimizing", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CostOptimizing", "sensitive" : false, "setterDocumentation" : "

The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.

\n@param costOptimizing The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.", "setterMethodName" : "setCostOptimizing", "setterModel" : { "variableDeclarationType" : "TrustedAdvisorCostOptimizingSummary", "variableName" : "costOptimizing", "variableType" : "TrustedAdvisorCostOptimizingSummary", "documentation" : null, "simpleType" : "TrustedAdvisorCostOptimizingSummary", "variableSetterType" : "TrustedAdvisorCostOptimizingSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedAdvisorCostOptimizingSummary", "variableName" : "costOptimizing", "variableType" : "TrustedAdvisorCostOptimizingSummary", "documentation" : "

The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.

", "simpleType" : "TrustedAdvisorCostOptimizingSummary", "variableSetterType" : "TrustedAdvisorCostOptimizingSummary" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TrustedAdvisorCategorySpecificSummary", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TrustedAdvisorCategorySpecificSummary", "variableName" : "trustedAdvisorCategorySpecificSummary", "variableType" : "TrustedAdvisorCategorySpecificSummary", "documentation" : null, "simpleType" : "TrustedAdvisorCategorySpecificSummary", "variableSetterType" : "TrustedAdvisorCategorySpecificSummary" }, "wrapper" : false }, "TrustedAdvisorCheckDescription" : { "c2jName" : "TrustedAdvisorCheckDescription", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The description and metadata for a Trusted Advisor check.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The unique identifier for the Trusted Advisor check.

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

The unique identifier for the Trusted Advisor check.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@param id The unique identifier for the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@return The unique identifier for the Trusted Advisor check.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@param id The unique identifier for the Trusted Advisor check.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

The unique identifier for the Trusted Advisor check.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The display name for the Trusted Advisor check.

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

The display name for the Trusted Advisor check.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The display name for the Trusted Advisor check.

\n@param name The display name for the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The display name for the Trusted Advisor check.

\n@return The display name for the Trusted Advisor check.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The display name for the Trusted Advisor check.

\n@param name The display name for the Trusted Advisor check.", "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 display name for the Trusted Advisor check.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).

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

The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).

\n@param description The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).

\n@return The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).

\n@param description The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCategory", "beanStyleSetterMethodName" : "setCategory", "c2jName" : "category", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The category of the Trusted Advisor check.

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

The category of the Trusted Advisor check.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "category", "fluentSetterDocumentation" : "

The category of the Trusted Advisor check.

\n@param category The category of the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "category", "getterDocumentation" : "

The category of the Trusted Advisor check.

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

The category of the Trusted Advisor check.

\n@param category The category of the Trusted Advisor check.", "setterMethodName" : "setCategory", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "category", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "category", "variableType" : "String", "documentation" : "

The category of the Trusted Advisor check.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMetadata", "beanStyleSetterMethodName" : "setMetadata", "c2jName" : "metadata", "c2jShape" : "StringList", "defaultConsumerFluentSetterDocumentation" : "

The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

\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 #metadata(List)}.\n@param metadata 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 #metadata(List)", "deprecated" : false, "documentation" : "

The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metadata", "fluentSetterDocumentation" : "

The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

\n@param metadata The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metadata", "getterDocumentation" : "

The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

\n

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

\n@return The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.", "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" : "metadata", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "metadata", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "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" }, "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" : "Metadata", "sensitive" : false, "setterDocumentation" : "

The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

\n@param metadata The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.", "setterMethodName" : "setMetadata", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "metadata", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "metadata", "variableType" : "java.util.List", "documentation" : "

The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Category" : { "beanStyleGetterMethodName" : "getCategory", "beanStyleSetterMethodName" : "setCategory", "c2jName" : "category", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The category of the Trusted Advisor check.

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

The category of the Trusted Advisor check.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "category", "fluentSetterDocumentation" : "

The category of the Trusted Advisor check.

\n@param category The category of the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "category", "getterDocumentation" : "

The category of the Trusted Advisor check.

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

The category of the Trusted Advisor check.

\n@param category The category of the Trusted Advisor check.", "setterMethodName" : "setCategory", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "category", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "category", "variableType" : "String", "documentation" : "

The category of the Trusted Advisor check.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Description" : { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).

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

The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).

\n@param description The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).

\n@return The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).

\n@param description The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The unique identifier for the Trusted Advisor check.

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

The unique identifier for the Trusted Advisor check.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@param id The unique identifier for the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@return The unique identifier for the Trusted Advisor check.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@param id The unique identifier for the Trusted Advisor check.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

The unique identifier for the Trusted Advisor check.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Metadata" : { "beanStyleGetterMethodName" : "getMetadata", "beanStyleSetterMethodName" : "setMetadata", "c2jName" : "metadata", "c2jShape" : "StringList", "defaultConsumerFluentSetterDocumentation" : "

The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

\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 #metadata(List)}.\n@param metadata 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 #metadata(List)", "deprecated" : false, "documentation" : "

The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metadata", "fluentSetterDocumentation" : "

The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

\n@param metadata The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metadata", "getterDocumentation" : "

The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

\n

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

\n@return The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.", "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" : "metadata", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "metadata", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "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" }, "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" : "Metadata", "sensitive" : false, "setterDocumentation" : "

The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

\n@param metadata The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.", "setterMethodName" : "setMetadata", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "metadata", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "metadata", "variableType" : "java.util.List", "documentation" : "

The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The display name for the Trusted Advisor check.

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

The display name for the Trusted Advisor check.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The display name for the Trusted Advisor check.

\n@param name The display name for the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The display name for the Trusted Advisor check.

\n@return The display name for the Trusted Advisor check.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The display name for the Trusted Advisor check.

\n@param name The display name for the Trusted Advisor check.", "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 display name for the Trusted Advisor check.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "id", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The unique identifier for the Trusted Advisor check.

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

The unique identifier for the Trusted Advisor check.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@param id The unique identifier for the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@return The unique identifier for the Trusted Advisor check.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Id", "sensitive" : false, "setterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@param id The unique identifier for the Trusted Advisor check.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

The unique identifier for the Trusted Advisor check.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The display name for the Trusted Advisor check.

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

The display name for the Trusted Advisor check.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The display name for the Trusted Advisor check.

\n@param name The display name for the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The display name for the Trusted Advisor check.

\n@return The display name for the Trusted Advisor check.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

The display name for the Trusted Advisor check.

\n@param name The display name for the Trusted Advisor check.", "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 display name for the Trusted Advisor check.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).

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

The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).

\n@param description The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).

\n@return The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).

\n@param description The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCategory", "beanStyleSetterMethodName" : "setCategory", "c2jName" : "category", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The category of the Trusted Advisor check.

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

The category of the Trusted Advisor check.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "category", "fluentSetterDocumentation" : "

The category of the Trusted Advisor check.

\n@param category The category of the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "category", "getterDocumentation" : "

The category of the Trusted Advisor check.

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

The category of the Trusted Advisor check.

\n@param category The category of the Trusted Advisor check.", "setterMethodName" : "setCategory", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "category", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "category", "variableType" : "String", "documentation" : "

The category of the Trusted Advisor check.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMetadata", "beanStyleSetterMethodName" : "setMetadata", "c2jName" : "metadata", "c2jShape" : "StringList", "defaultConsumerFluentSetterDocumentation" : "

The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

\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 #metadata(List)}.\n@param metadata 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 #metadata(List)", "deprecated" : false, "documentation" : "

The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metadata", "fluentSetterDocumentation" : "

The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

\n@param metadata The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metadata", "getterDocumentation" : "

The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

\n

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

\n@return The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.", "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" : "metadata", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "metadata", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "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" }, "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" : "Metadata", "sensitive" : false, "setterDocumentation" : "

The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

\n@param metadata The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.", "setterMethodName" : "setMetadata", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "metadata", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "metadata", "variableType" : "java.util.List", "documentation" : "

The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "id", "name", "description", "category", "metadata" ], "shapeName" : "TrustedAdvisorCheckDescription", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TrustedAdvisorCheckDescription", "variableName" : "trustedAdvisorCheckDescription", "variableType" : "TrustedAdvisorCheckDescription", "documentation" : null, "simpleType" : "TrustedAdvisorCheckDescription", "variableSetterType" : "TrustedAdvisorCheckDescription" }, "wrapper" : false }, "TrustedAdvisorCheckRefreshStatus" : { "c2jName" : "TrustedAdvisorCheckRefreshStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The refresh status of a Trusted Advisor check.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCheckId", "beanStyleSetterMethodName" : "setCheckId", "c2jName" : "checkId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The unique identifier for the Trusted Advisor check.

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

The unique identifier for the Trusted Advisor check.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "checkId", "fluentSetterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@param checkId The unique identifier for the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "checkId", "getterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@return The unique identifier for the Trusted Advisor check.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "checkId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "checkId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CheckId", "sensitive" : false, "setterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@param checkId The unique identifier for the Trusted Advisor check.", "setterMethodName" : "setCheckId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "checkId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "checkId", "variableType" : "String", "documentation" : "

The unique identifier for the Trusted Advisor check.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".

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

The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".

\n@param status The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".

\n@return The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".", "getterModel" : { "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, "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 Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".

\n@param status The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".", "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 Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMillisUntilNextRefreshable", "beanStyleSetterMethodName" : "setMillisUntilNextRefreshable", "c2jName" : "millisUntilNextRefreshable", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.

\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 #millisUntilNextRefreshable(Long)}.\n@param millisUntilNextRefreshable 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 #millisUntilNextRefreshable(Long)", "deprecated" : false, "documentation" : "

The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "millisUntilNextRefreshable", "fluentSetterDocumentation" : "

The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.

\n@param millisUntilNextRefreshable The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "millisUntilNextRefreshable", "getterDocumentation" : "

The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.

\n@return The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.", "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" : "millisUntilNextRefreshable", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "millisUntilNextRefreshable", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "MillisUntilNextRefreshable", "sensitive" : false, "setterDocumentation" : "

The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.

\n@param millisUntilNextRefreshable The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.", "setterMethodName" : "setMillisUntilNextRefreshable", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "millisUntilNextRefreshable", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "millisUntilNextRefreshable", "variableType" : "Long", "documentation" : "

The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CheckId" : { "beanStyleGetterMethodName" : "getCheckId", "beanStyleSetterMethodName" : "setCheckId", "c2jName" : "checkId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The unique identifier for the Trusted Advisor check.

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

The unique identifier for the Trusted Advisor check.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "checkId", "fluentSetterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@param checkId The unique identifier for the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "checkId", "getterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@return The unique identifier for the Trusted Advisor check.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "checkId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "checkId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CheckId", "sensitive" : false, "setterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@param checkId The unique identifier for the Trusted Advisor check.", "setterMethodName" : "setCheckId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "checkId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "checkId", "variableType" : "String", "documentation" : "

The unique identifier for the Trusted Advisor check.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MillisUntilNextRefreshable" : { "beanStyleGetterMethodName" : "getMillisUntilNextRefreshable", "beanStyleSetterMethodName" : "setMillisUntilNextRefreshable", "c2jName" : "millisUntilNextRefreshable", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.

\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 #millisUntilNextRefreshable(Long)}.\n@param millisUntilNextRefreshable 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 #millisUntilNextRefreshable(Long)", "deprecated" : false, "documentation" : "

The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "millisUntilNextRefreshable", "fluentSetterDocumentation" : "

The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.

\n@param millisUntilNextRefreshable The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "millisUntilNextRefreshable", "getterDocumentation" : "

The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.

\n@return The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.", "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" : "millisUntilNextRefreshable", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "millisUntilNextRefreshable", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "MillisUntilNextRefreshable", "sensitive" : false, "setterDocumentation" : "

The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.

\n@param millisUntilNextRefreshable The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.", "setterMethodName" : "setMillisUntilNextRefreshable", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "millisUntilNextRefreshable", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "millisUntilNextRefreshable", "variableType" : "Long", "documentation" : "

The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".

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

The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".

\n@param status The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".

\n@return The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".", "getterModel" : { "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, "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 Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".

\n@param status The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".", "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 Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCheckId", "beanStyleSetterMethodName" : "setCheckId", "c2jName" : "checkId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The unique identifier for the Trusted Advisor check.

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

The unique identifier for the Trusted Advisor check.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "checkId", "fluentSetterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@param checkId The unique identifier for the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "checkId", "getterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@return The unique identifier for the Trusted Advisor check.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "checkId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "checkId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CheckId", "sensitive" : false, "setterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@param checkId The unique identifier for the Trusted Advisor check.", "setterMethodName" : "setCheckId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "checkId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "checkId", "variableType" : "String", "documentation" : "

The unique identifier for the Trusted Advisor check.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".

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

The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".

\n@param status The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".

\n@return The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".", "getterModel" : { "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, "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 Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".

\n@param status The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".", "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 Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMillisUntilNextRefreshable", "beanStyleSetterMethodName" : "setMillisUntilNextRefreshable", "c2jName" : "millisUntilNextRefreshable", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.

\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 #millisUntilNextRefreshable(Long)}.\n@param millisUntilNextRefreshable 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 #millisUntilNextRefreshable(Long)", "deprecated" : false, "documentation" : "

The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "millisUntilNextRefreshable", "fluentSetterDocumentation" : "

The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.

\n@param millisUntilNextRefreshable The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "millisUntilNextRefreshable", "getterDocumentation" : "

The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.

\n@return The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.", "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" : "millisUntilNextRefreshable", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "millisUntilNextRefreshable", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "MillisUntilNextRefreshable", "sensitive" : false, "setterDocumentation" : "

The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.

\n@param millisUntilNextRefreshable The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.", "setterMethodName" : "setMillisUntilNextRefreshable", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "millisUntilNextRefreshable", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "millisUntilNextRefreshable", "variableType" : "Long", "documentation" : "

The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "checkId", "status", "millisUntilNextRefreshable" ], "shapeName" : "TrustedAdvisorCheckRefreshStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TrustedAdvisorCheckRefreshStatus", "variableName" : "trustedAdvisorCheckRefreshStatus", "variableType" : "TrustedAdvisorCheckRefreshStatus", "documentation" : null, "simpleType" : "TrustedAdvisorCheckRefreshStatus", "variableSetterType" : "TrustedAdvisorCheckRefreshStatus" }, "wrapper" : false }, "TrustedAdvisorCheckResult" : { "c2jName" : "TrustedAdvisorCheckResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The results of a Trusted Advisor check returned by DescribeTrustedAdvisorCheckResult.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCheckId", "beanStyleSetterMethodName" : "setCheckId", "c2jName" : "checkId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The unique identifier for the Trusted Advisor check.

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

The unique identifier for the Trusted Advisor check.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "checkId", "fluentSetterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@param checkId The unique identifier for the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "checkId", "getterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@return The unique identifier for the Trusted Advisor check.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "checkId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "checkId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CheckId", "sensitive" : false, "setterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@param checkId The unique identifier for the Trusted Advisor check.", "setterMethodName" : "setCheckId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "checkId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "checkId", "variableType" : "String", "documentation" : "

The unique identifier for the Trusted Advisor check.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTimestamp", "beanStyleSetterMethodName" : "setTimestamp", "c2jName" : "timestamp", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The time of the last refresh of the check.

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

The time of the last refresh of the check.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timestamp", "fluentSetterDocumentation" : "

The time of the last refresh of the check.

\n@param timestamp The time of the last refresh of the check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timestamp", "getterDocumentation" : "

The time of the last refresh of the check.

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

The time of the last refresh of the check.

\n@param timestamp The time of the last refresh of the check.", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "timestamp", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "timestamp", "variableType" : "String", "documentation" : "

The time of the last refresh of the check.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".

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

The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".

\n@param status The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".

\n@return The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".", "getterModel" : { "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, "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 alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".

\n@param status The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".", "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 alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResourcesSummary", "beanStyleSetterMethodName" : "setResourcesSummary", "c2jName" : "resourcesSummary", "c2jShape" : "TrustedAdvisorResourcesSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ResourcesSummary property for this object.\n\nThis is a convenience that creates an instance of the {@link TrustedAdvisorResourcesSummary.Builder} avoiding the need to create one manually via {@link TrustedAdvisorResourcesSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link TrustedAdvisorResourcesSummary.Builder#build()} is called immediately and its result is passed to {@link #resourcesSummary(TrustedAdvisorResourcesSummary)}.\n@param resourcesSummary a consumer that will call methods on {@link TrustedAdvisorResourcesSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourcesSummary(TrustedAdvisorResourcesSummary)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourcesSummary", "fluentSetterDocumentation" : "Sets the value of the ResourcesSummary property for this object.\n\n@param resourcesSummary The new value for the ResourcesSummary property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourcesSummary", "getterDocumentation" : "Returns the value of the ResourcesSummary property for this object.\n@return The value of the ResourcesSummary property for this object.", "getterModel" : { "returnType" : "TrustedAdvisorResourcesSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourcesSummary", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourcesSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ResourcesSummary", "sensitive" : false, "setterDocumentation" : "Sets the value of the ResourcesSummary property for this object.\n\n@param resourcesSummary The new value for the ResourcesSummary property for this object.", "setterMethodName" : "setResourcesSummary", "setterModel" : { "variableDeclarationType" : "TrustedAdvisorResourcesSummary", "variableName" : "resourcesSummary", "variableType" : "TrustedAdvisorResourcesSummary", "documentation" : null, "simpleType" : "TrustedAdvisorResourcesSummary", "variableSetterType" : "TrustedAdvisorResourcesSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedAdvisorResourcesSummary", "variableName" : "resourcesSummary", "variableType" : "TrustedAdvisorResourcesSummary", "documentation" : "", "simpleType" : "TrustedAdvisorResourcesSummary", "variableSetterType" : "TrustedAdvisorResourcesSummary" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCategorySpecificSummary", "beanStyleSetterMethodName" : "setCategorySpecificSummary", "c2jName" : "categorySpecificSummary", "c2jShape" : "TrustedAdvisorCategorySpecificSummary", "defaultConsumerFluentSetterDocumentation" : "

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

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

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "categorySpecificSummary", "fluentSetterDocumentation" : "

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

\n@param categorySpecificSummary Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "categorySpecificSummary", "getterDocumentation" : "

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

\n@return Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.", "getterModel" : { "returnType" : "TrustedAdvisorCategorySpecificSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "categorySpecificSummary", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "categorySpecificSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CategorySpecificSummary", "sensitive" : false, "setterDocumentation" : "

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

\n@param categorySpecificSummary Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.", "setterMethodName" : "setCategorySpecificSummary", "setterModel" : { "variableDeclarationType" : "TrustedAdvisorCategorySpecificSummary", "variableName" : "categorySpecificSummary", "variableType" : "TrustedAdvisorCategorySpecificSummary", "documentation" : null, "simpleType" : "TrustedAdvisorCategorySpecificSummary", "variableSetterType" : "TrustedAdvisorCategorySpecificSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedAdvisorCategorySpecificSummary", "variableName" : "categorySpecificSummary", "variableType" : "TrustedAdvisorCategorySpecificSummary", "documentation" : "

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

", "simpleType" : "TrustedAdvisorCategorySpecificSummary", "variableSetterType" : "TrustedAdvisorCategorySpecificSummary" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFlaggedResources", "beanStyleSetterMethodName" : "setFlaggedResources", "c2jName" : "flaggedResources", "c2jShape" : "TrustedAdvisorResourceDetailList", "defaultConsumerFluentSetterDocumentation" : "

The details about each resource listed in the check result.

\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 #flaggedResources(List)}.\n@param flaggedResources 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 #flaggedResources(List)", "deprecated" : false, "documentation" : "

The details about each resource listed in the check result.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "flaggedResources", "fluentSetterDocumentation" : "

The details about each resource listed in the check result.

\n@param flaggedResources The details about each resource listed in the check result.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "flaggedResources", "getterDocumentation" : "

The details about each resource listed in the check result.

\n

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

\n@return The details about each resource listed in the check result.", "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" : "flaggedResources", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "flaggedResources", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TrustedAdvisorResourceDetail", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TrustedAdvisorResourceDetail.Builder} avoiding the need to create one manually via {@link TrustedAdvisorResourceDetail#builder()}.\n\nWhen the {@link Consumer} completes, {@link TrustedAdvisorResourceDetail.Builder#build()} is called immediately and its result is passed to {@link #member(TrustedAdvisorResourceDetail)}.\n@param member a consumer that will call methods on {@link TrustedAdvisorResourceDetail.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TrustedAdvisorResourceDetail)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TrustedAdvisorResourceDetail", "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, "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" : "TrustedAdvisorResourceDetail", "variableName" : "member", "variableType" : "TrustedAdvisorResourceDetail", "documentation" : null, "simpleType" : "TrustedAdvisorResourceDetail", "variableSetterType" : "TrustedAdvisorResourceDetail" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedAdvisorResourceDetail", "variableName" : "member", "variableType" : "TrustedAdvisorResourceDetail", "documentation" : "", "simpleType" : "TrustedAdvisorResourceDetail", "variableSetterType" : "TrustedAdvisorResourceDetail" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TrustedAdvisorResourceDetail", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TrustedAdvisorResourceDetail", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "FlaggedResources", "sensitive" : false, "setterDocumentation" : "

The details about each resource listed in the check result.

\n@param flaggedResources The details about each resource listed in the check result.", "setterMethodName" : "setFlaggedResources", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "flaggedResources", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "flaggedResources", "variableType" : "java.util.List", "documentation" : "

The details about each resource listed in the check result.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CategorySpecificSummary" : { "beanStyleGetterMethodName" : "getCategorySpecificSummary", "beanStyleSetterMethodName" : "setCategorySpecificSummary", "c2jName" : "categorySpecificSummary", "c2jShape" : "TrustedAdvisorCategorySpecificSummary", "defaultConsumerFluentSetterDocumentation" : "

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

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

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "categorySpecificSummary", "fluentSetterDocumentation" : "

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

\n@param categorySpecificSummary Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "categorySpecificSummary", "getterDocumentation" : "

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

\n@return Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.", "getterModel" : { "returnType" : "TrustedAdvisorCategorySpecificSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "categorySpecificSummary", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "categorySpecificSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CategorySpecificSummary", "sensitive" : false, "setterDocumentation" : "

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

\n@param categorySpecificSummary Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.", "setterMethodName" : "setCategorySpecificSummary", "setterModel" : { "variableDeclarationType" : "TrustedAdvisorCategorySpecificSummary", "variableName" : "categorySpecificSummary", "variableType" : "TrustedAdvisorCategorySpecificSummary", "documentation" : null, "simpleType" : "TrustedAdvisorCategorySpecificSummary", "variableSetterType" : "TrustedAdvisorCategorySpecificSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedAdvisorCategorySpecificSummary", "variableName" : "categorySpecificSummary", "variableType" : "TrustedAdvisorCategorySpecificSummary", "documentation" : "

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

", "simpleType" : "TrustedAdvisorCategorySpecificSummary", "variableSetterType" : "TrustedAdvisorCategorySpecificSummary" }, "xmlNameSpaceUri" : null }, "CheckId" : { "beanStyleGetterMethodName" : "getCheckId", "beanStyleSetterMethodName" : "setCheckId", "c2jName" : "checkId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The unique identifier for the Trusted Advisor check.

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

The unique identifier for the Trusted Advisor check.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "checkId", "fluentSetterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@param checkId The unique identifier for the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "checkId", "getterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@return The unique identifier for the Trusted Advisor check.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "checkId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "checkId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CheckId", "sensitive" : false, "setterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@param checkId The unique identifier for the Trusted Advisor check.", "setterMethodName" : "setCheckId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "checkId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "checkId", "variableType" : "String", "documentation" : "

The unique identifier for the Trusted Advisor check.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FlaggedResources" : { "beanStyleGetterMethodName" : "getFlaggedResources", "beanStyleSetterMethodName" : "setFlaggedResources", "c2jName" : "flaggedResources", "c2jShape" : "TrustedAdvisorResourceDetailList", "defaultConsumerFluentSetterDocumentation" : "

The details about each resource listed in the check result.

\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 #flaggedResources(List)}.\n@param flaggedResources 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 #flaggedResources(List)", "deprecated" : false, "documentation" : "

The details about each resource listed in the check result.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "flaggedResources", "fluentSetterDocumentation" : "

The details about each resource listed in the check result.

\n@param flaggedResources The details about each resource listed in the check result.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "flaggedResources", "getterDocumentation" : "

The details about each resource listed in the check result.

\n

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

\n@return The details about each resource listed in the check result.", "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" : "flaggedResources", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "flaggedResources", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TrustedAdvisorResourceDetail", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TrustedAdvisorResourceDetail.Builder} avoiding the need to create one manually via {@link TrustedAdvisorResourceDetail#builder()}.\n\nWhen the {@link Consumer} completes, {@link TrustedAdvisorResourceDetail.Builder#build()} is called immediately and its result is passed to {@link #member(TrustedAdvisorResourceDetail)}.\n@param member a consumer that will call methods on {@link TrustedAdvisorResourceDetail.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TrustedAdvisorResourceDetail)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TrustedAdvisorResourceDetail", "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, "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" : "TrustedAdvisorResourceDetail", "variableName" : "member", "variableType" : "TrustedAdvisorResourceDetail", "documentation" : null, "simpleType" : "TrustedAdvisorResourceDetail", "variableSetterType" : "TrustedAdvisorResourceDetail" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedAdvisorResourceDetail", "variableName" : "member", "variableType" : "TrustedAdvisorResourceDetail", "documentation" : "", "simpleType" : "TrustedAdvisorResourceDetail", "variableSetterType" : "TrustedAdvisorResourceDetail" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TrustedAdvisorResourceDetail", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TrustedAdvisorResourceDetail", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "FlaggedResources", "sensitive" : false, "setterDocumentation" : "

The details about each resource listed in the check result.

\n@param flaggedResources The details about each resource listed in the check result.", "setterMethodName" : "setFlaggedResources", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "flaggedResources", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "flaggedResources", "variableType" : "java.util.List", "documentation" : "

The details about each resource listed in the check result.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ResourcesSummary" : { "beanStyleGetterMethodName" : "getResourcesSummary", "beanStyleSetterMethodName" : "setResourcesSummary", "c2jName" : "resourcesSummary", "c2jShape" : "TrustedAdvisorResourcesSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ResourcesSummary property for this object.\n\nThis is a convenience that creates an instance of the {@link TrustedAdvisorResourcesSummary.Builder} avoiding the need to create one manually via {@link TrustedAdvisorResourcesSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link TrustedAdvisorResourcesSummary.Builder#build()} is called immediately and its result is passed to {@link #resourcesSummary(TrustedAdvisorResourcesSummary)}.\n@param resourcesSummary a consumer that will call methods on {@link TrustedAdvisorResourcesSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourcesSummary(TrustedAdvisorResourcesSummary)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourcesSummary", "fluentSetterDocumentation" : "Sets the value of the ResourcesSummary property for this object.\n\n@param resourcesSummary The new value for the ResourcesSummary property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourcesSummary", "getterDocumentation" : "Returns the value of the ResourcesSummary property for this object.\n@return The value of the ResourcesSummary property for this object.", "getterModel" : { "returnType" : "TrustedAdvisorResourcesSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourcesSummary", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourcesSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ResourcesSummary", "sensitive" : false, "setterDocumentation" : "Sets the value of the ResourcesSummary property for this object.\n\n@param resourcesSummary The new value for the ResourcesSummary property for this object.", "setterMethodName" : "setResourcesSummary", "setterModel" : { "variableDeclarationType" : "TrustedAdvisorResourcesSummary", "variableName" : "resourcesSummary", "variableType" : "TrustedAdvisorResourcesSummary", "documentation" : null, "simpleType" : "TrustedAdvisorResourcesSummary", "variableSetterType" : "TrustedAdvisorResourcesSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedAdvisorResourcesSummary", "variableName" : "resourcesSummary", "variableType" : "TrustedAdvisorResourcesSummary", "documentation" : "", "simpleType" : "TrustedAdvisorResourcesSummary", "variableSetterType" : "TrustedAdvisorResourcesSummary" }, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".

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

The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".

\n@param status The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".

\n@return The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".", "getterModel" : { "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, "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 alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".

\n@param status The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".", "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 alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Timestamp" : { "beanStyleGetterMethodName" : "getTimestamp", "beanStyleSetterMethodName" : "setTimestamp", "c2jName" : "timestamp", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The time of the last refresh of the check.

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

The time of the last refresh of the check.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timestamp", "fluentSetterDocumentation" : "

The time of the last refresh of the check.

\n@param timestamp The time of the last refresh of the check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timestamp", "getterDocumentation" : "

The time of the last refresh of the check.

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

The time of the last refresh of the check.

\n@param timestamp The time of the last refresh of the check.", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "timestamp", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "timestamp", "variableType" : "String", "documentation" : "

The time of the last refresh of the check.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCheckId", "beanStyleSetterMethodName" : "setCheckId", "c2jName" : "checkId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The unique identifier for the Trusted Advisor check.

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

The unique identifier for the Trusted Advisor check.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "checkId", "fluentSetterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@param checkId The unique identifier for the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "checkId", "getterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@return The unique identifier for the Trusted Advisor check.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "checkId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "checkId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CheckId", "sensitive" : false, "setterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@param checkId The unique identifier for the Trusted Advisor check.", "setterMethodName" : "setCheckId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "checkId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "checkId", "variableType" : "String", "documentation" : "

The unique identifier for the Trusted Advisor check.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTimestamp", "beanStyleSetterMethodName" : "setTimestamp", "c2jName" : "timestamp", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The time of the last refresh of the check.

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

The time of the last refresh of the check.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timestamp", "fluentSetterDocumentation" : "

The time of the last refresh of the check.

\n@param timestamp The time of the last refresh of the check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timestamp", "getterDocumentation" : "

The time of the last refresh of the check.

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

The time of the last refresh of the check.

\n@param timestamp The time of the last refresh of the check.", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "timestamp", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "timestamp", "variableType" : "String", "documentation" : "

The time of the last refresh of the check.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".

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

The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".

\n@param status The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".

\n@return The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".", "getterModel" : { "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, "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 alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".

\n@param status The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".", "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 alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResourcesSummary", "beanStyleSetterMethodName" : "setResourcesSummary", "c2jName" : "resourcesSummary", "c2jShape" : "TrustedAdvisorResourcesSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ResourcesSummary property for this object.\n\nThis is a convenience that creates an instance of the {@link TrustedAdvisorResourcesSummary.Builder} avoiding the need to create one manually via {@link TrustedAdvisorResourcesSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link TrustedAdvisorResourcesSummary.Builder#build()} is called immediately and its result is passed to {@link #resourcesSummary(TrustedAdvisorResourcesSummary)}.\n@param resourcesSummary a consumer that will call methods on {@link TrustedAdvisorResourcesSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourcesSummary(TrustedAdvisorResourcesSummary)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourcesSummary", "fluentSetterDocumentation" : "Sets the value of the ResourcesSummary property for this object.\n\n@param resourcesSummary The new value for the ResourcesSummary property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourcesSummary", "getterDocumentation" : "Returns the value of the ResourcesSummary property for this object.\n@return The value of the ResourcesSummary property for this object.", "getterModel" : { "returnType" : "TrustedAdvisorResourcesSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourcesSummary", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourcesSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ResourcesSummary", "sensitive" : false, "setterDocumentation" : "Sets the value of the ResourcesSummary property for this object.\n\n@param resourcesSummary The new value for the ResourcesSummary property for this object.", "setterMethodName" : "setResourcesSummary", "setterModel" : { "variableDeclarationType" : "TrustedAdvisorResourcesSummary", "variableName" : "resourcesSummary", "variableType" : "TrustedAdvisorResourcesSummary", "documentation" : null, "simpleType" : "TrustedAdvisorResourcesSummary", "variableSetterType" : "TrustedAdvisorResourcesSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedAdvisorResourcesSummary", "variableName" : "resourcesSummary", "variableType" : "TrustedAdvisorResourcesSummary", "documentation" : "", "simpleType" : "TrustedAdvisorResourcesSummary", "variableSetterType" : "TrustedAdvisorResourcesSummary" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCategorySpecificSummary", "beanStyleSetterMethodName" : "setCategorySpecificSummary", "c2jName" : "categorySpecificSummary", "c2jShape" : "TrustedAdvisorCategorySpecificSummary", "defaultConsumerFluentSetterDocumentation" : "

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

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

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "categorySpecificSummary", "fluentSetterDocumentation" : "

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

\n@param categorySpecificSummary Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "categorySpecificSummary", "getterDocumentation" : "

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

\n@return Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.", "getterModel" : { "returnType" : "TrustedAdvisorCategorySpecificSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "categorySpecificSummary", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "categorySpecificSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CategorySpecificSummary", "sensitive" : false, "setterDocumentation" : "

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

\n@param categorySpecificSummary Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.", "setterMethodName" : "setCategorySpecificSummary", "setterModel" : { "variableDeclarationType" : "TrustedAdvisorCategorySpecificSummary", "variableName" : "categorySpecificSummary", "variableType" : "TrustedAdvisorCategorySpecificSummary", "documentation" : null, "simpleType" : "TrustedAdvisorCategorySpecificSummary", "variableSetterType" : "TrustedAdvisorCategorySpecificSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedAdvisorCategorySpecificSummary", "variableName" : "categorySpecificSummary", "variableType" : "TrustedAdvisorCategorySpecificSummary", "documentation" : "

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

", "simpleType" : "TrustedAdvisorCategorySpecificSummary", "variableSetterType" : "TrustedAdvisorCategorySpecificSummary" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFlaggedResources", "beanStyleSetterMethodName" : "setFlaggedResources", "c2jName" : "flaggedResources", "c2jShape" : "TrustedAdvisorResourceDetailList", "defaultConsumerFluentSetterDocumentation" : "

The details about each resource listed in the check result.

\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 #flaggedResources(List)}.\n@param flaggedResources 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 #flaggedResources(List)", "deprecated" : false, "documentation" : "

The details about each resource listed in the check result.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "flaggedResources", "fluentSetterDocumentation" : "

The details about each resource listed in the check result.

\n@param flaggedResources The details about each resource listed in the check result.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "flaggedResources", "getterDocumentation" : "

The details about each resource listed in the check result.

\n

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

\n@return The details about each resource listed in the check result.", "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" : "flaggedResources", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "flaggedResources", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TrustedAdvisorResourceDetail", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TrustedAdvisorResourceDetail.Builder} avoiding the need to create one manually via {@link TrustedAdvisorResourceDetail#builder()}.\n\nWhen the {@link Consumer} completes, {@link TrustedAdvisorResourceDetail.Builder#build()} is called immediately and its result is passed to {@link #member(TrustedAdvisorResourceDetail)}.\n@param member a consumer that will call methods on {@link TrustedAdvisorResourceDetail.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TrustedAdvisorResourceDetail)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "TrustedAdvisorResourceDetail", "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, "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" : "TrustedAdvisorResourceDetail", "variableName" : "member", "variableType" : "TrustedAdvisorResourceDetail", "documentation" : null, "simpleType" : "TrustedAdvisorResourceDetail", "variableSetterType" : "TrustedAdvisorResourceDetail" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedAdvisorResourceDetail", "variableName" : "member", "variableType" : "TrustedAdvisorResourceDetail", "documentation" : "", "simpleType" : "TrustedAdvisorResourceDetail", "variableSetterType" : "TrustedAdvisorResourceDetail" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TrustedAdvisorResourceDetail", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TrustedAdvisorResourceDetail", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "FlaggedResources", "sensitive" : false, "setterDocumentation" : "

The details about each resource listed in the check result.

\n@param flaggedResources The details about each resource listed in the check result.", "setterMethodName" : "setFlaggedResources", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "flaggedResources", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "flaggedResources", "variableType" : "java.util.List", "documentation" : "

The details about each resource listed in the check result.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "checkId", "timestamp", "status", "resourcesSummary", "categorySpecificSummary", "flaggedResources" ], "shapeName" : "TrustedAdvisorCheckResult", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TrustedAdvisorCheckResult", "variableName" : "trustedAdvisorCheckResult", "variableType" : "TrustedAdvisorCheckResult", "documentation" : null, "simpleType" : "TrustedAdvisorCheckResult", "variableSetterType" : "TrustedAdvisorCheckResult" }, "wrapper" : false }, "TrustedAdvisorCheckSummary" : { "c2jName" : "TrustedAdvisorCheckSummary", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

A summary of a Trusted Advisor check result, including the alert status, last refresh, and number of resources examined.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCheckId", "beanStyleSetterMethodName" : "setCheckId", "c2jName" : "checkId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The unique identifier for the Trusted Advisor check.

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

The unique identifier for the Trusted Advisor check.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "checkId", "fluentSetterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@param checkId The unique identifier for the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "checkId", "getterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@return The unique identifier for the Trusted Advisor check.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "checkId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "checkId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CheckId", "sensitive" : false, "setterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@param checkId The unique identifier for the Trusted Advisor check.", "setterMethodName" : "setCheckId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "checkId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "checkId", "variableType" : "String", "documentation" : "

The unique identifier for the Trusted Advisor check.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTimestamp", "beanStyleSetterMethodName" : "setTimestamp", "c2jName" : "timestamp", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The time of the last refresh of the check.

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

The time of the last refresh of the check.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timestamp", "fluentSetterDocumentation" : "

The time of the last refresh of the check.

\n@param timestamp The time of the last refresh of the check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timestamp", "getterDocumentation" : "

The time of the last refresh of the check.

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

The time of the last refresh of the check.

\n@param timestamp The time of the last refresh of the check.", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "timestamp", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "timestamp", "variableType" : "String", "documentation" : "

The time of the last refresh of the check.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".

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

The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".

\n@param status The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".

\n@return The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".", "getterModel" : { "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, "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 alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".

\n@param status The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".", "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 alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getHasFlaggedResources", "beanStyleSetterMethodName" : "setHasFlaggedResources", "c2jName" : "hasFlaggedResources", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

Specifies whether the Trusted Advisor check has flagged resources.

\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 #hasFlaggedResources(Boolean)}.\n@param hasFlaggedResources 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 #hasFlaggedResources(Boolean)", "deprecated" : false, "documentation" : "

Specifies whether the Trusted Advisor check has flagged resources.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "hasFlaggedResources", "fluentSetterDocumentation" : "

Specifies whether the Trusted Advisor check has flagged resources.

\n@param hasFlaggedResources Specifies whether the Trusted Advisor check has flagged resources.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "hasFlaggedResources", "getterDocumentation" : "

Specifies whether the Trusted Advisor check has flagged resources.

\n@return Specifies whether the Trusted Advisor check has flagged resources.", "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" : "hasFlaggedResources", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "hasFlaggedResources", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "HasFlaggedResources", "sensitive" : false, "setterDocumentation" : "

Specifies whether the Trusted Advisor check has flagged resources.

\n@param hasFlaggedResources Specifies whether the Trusted Advisor check has flagged resources.", "setterMethodName" : "setHasFlaggedResources", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "hasFlaggedResources", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "hasFlaggedResources", "variableType" : "Boolean", "documentation" : "

Specifies whether the Trusted Advisor check has flagged resources.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResourcesSummary", "beanStyleSetterMethodName" : "setResourcesSummary", "c2jName" : "resourcesSummary", "c2jShape" : "TrustedAdvisorResourcesSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ResourcesSummary property for this object.\n\nThis is a convenience that creates an instance of the {@link TrustedAdvisorResourcesSummary.Builder} avoiding the need to create one manually via {@link TrustedAdvisorResourcesSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link TrustedAdvisorResourcesSummary.Builder#build()} is called immediately and its result is passed to {@link #resourcesSummary(TrustedAdvisorResourcesSummary)}.\n@param resourcesSummary a consumer that will call methods on {@link TrustedAdvisorResourcesSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourcesSummary(TrustedAdvisorResourcesSummary)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourcesSummary", "fluentSetterDocumentation" : "Sets the value of the ResourcesSummary property for this object.\n\n@param resourcesSummary The new value for the ResourcesSummary property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourcesSummary", "getterDocumentation" : "Returns the value of the ResourcesSummary property for this object.\n@return The value of the ResourcesSummary property for this object.", "getterModel" : { "returnType" : "TrustedAdvisorResourcesSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourcesSummary", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourcesSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ResourcesSummary", "sensitive" : false, "setterDocumentation" : "Sets the value of the ResourcesSummary property for this object.\n\n@param resourcesSummary The new value for the ResourcesSummary property for this object.", "setterMethodName" : "setResourcesSummary", "setterModel" : { "variableDeclarationType" : "TrustedAdvisorResourcesSummary", "variableName" : "resourcesSummary", "variableType" : "TrustedAdvisorResourcesSummary", "documentation" : null, "simpleType" : "TrustedAdvisorResourcesSummary", "variableSetterType" : "TrustedAdvisorResourcesSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedAdvisorResourcesSummary", "variableName" : "resourcesSummary", "variableType" : "TrustedAdvisorResourcesSummary", "documentation" : "", "simpleType" : "TrustedAdvisorResourcesSummary", "variableSetterType" : "TrustedAdvisorResourcesSummary" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCategorySpecificSummary", "beanStyleSetterMethodName" : "setCategorySpecificSummary", "c2jName" : "categorySpecificSummary", "c2jShape" : "TrustedAdvisorCategorySpecificSummary", "defaultConsumerFluentSetterDocumentation" : "

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

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

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "categorySpecificSummary", "fluentSetterDocumentation" : "

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

\n@param categorySpecificSummary Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "categorySpecificSummary", "getterDocumentation" : "

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

\n@return Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.", "getterModel" : { "returnType" : "TrustedAdvisorCategorySpecificSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "categorySpecificSummary", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "categorySpecificSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CategorySpecificSummary", "sensitive" : false, "setterDocumentation" : "

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

\n@param categorySpecificSummary Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.", "setterMethodName" : "setCategorySpecificSummary", "setterModel" : { "variableDeclarationType" : "TrustedAdvisorCategorySpecificSummary", "variableName" : "categorySpecificSummary", "variableType" : "TrustedAdvisorCategorySpecificSummary", "documentation" : null, "simpleType" : "TrustedAdvisorCategorySpecificSummary", "variableSetterType" : "TrustedAdvisorCategorySpecificSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedAdvisorCategorySpecificSummary", "variableName" : "categorySpecificSummary", "variableType" : "TrustedAdvisorCategorySpecificSummary", "documentation" : "

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

", "simpleType" : "TrustedAdvisorCategorySpecificSummary", "variableSetterType" : "TrustedAdvisorCategorySpecificSummary" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CategorySpecificSummary" : { "beanStyleGetterMethodName" : "getCategorySpecificSummary", "beanStyleSetterMethodName" : "setCategorySpecificSummary", "c2jName" : "categorySpecificSummary", "c2jShape" : "TrustedAdvisorCategorySpecificSummary", "defaultConsumerFluentSetterDocumentation" : "

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

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

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "categorySpecificSummary", "fluentSetterDocumentation" : "

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

\n@param categorySpecificSummary Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "categorySpecificSummary", "getterDocumentation" : "

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

\n@return Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.", "getterModel" : { "returnType" : "TrustedAdvisorCategorySpecificSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "categorySpecificSummary", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "categorySpecificSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CategorySpecificSummary", "sensitive" : false, "setterDocumentation" : "

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

\n@param categorySpecificSummary Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.", "setterMethodName" : "setCategorySpecificSummary", "setterModel" : { "variableDeclarationType" : "TrustedAdvisorCategorySpecificSummary", "variableName" : "categorySpecificSummary", "variableType" : "TrustedAdvisorCategorySpecificSummary", "documentation" : null, "simpleType" : "TrustedAdvisorCategorySpecificSummary", "variableSetterType" : "TrustedAdvisorCategorySpecificSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedAdvisorCategorySpecificSummary", "variableName" : "categorySpecificSummary", "variableType" : "TrustedAdvisorCategorySpecificSummary", "documentation" : "

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

", "simpleType" : "TrustedAdvisorCategorySpecificSummary", "variableSetterType" : "TrustedAdvisorCategorySpecificSummary" }, "xmlNameSpaceUri" : null }, "CheckId" : { "beanStyleGetterMethodName" : "getCheckId", "beanStyleSetterMethodName" : "setCheckId", "c2jName" : "checkId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The unique identifier for the Trusted Advisor check.

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

The unique identifier for the Trusted Advisor check.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "checkId", "fluentSetterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@param checkId The unique identifier for the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "checkId", "getterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@return The unique identifier for the Trusted Advisor check.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "checkId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "checkId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CheckId", "sensitive" : false, "setterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@param checkId The unique identifier for the Trusted Advisor check.", "setterMethodName" : "setCheckId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "checkId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "checkId", "variableType" : "String", "documentation" : "

The unique identifier for the Trusted Advisor check.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "HasFlaggedResources" : { "beanStyleGetterMethodName" : "getHasFlaggedResources", "beanStyleSetterMethodName" : "setHasFlaggedResources", "c2jName" : "hasFlaggedResources", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

Specifies whether the Trusted Advisor check has flagged resources.

\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 #hasFlaggedResources(Boolean)}.\n@param hasFlaggedResources 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 #hasFlaggedResources(Boolean)", "deprecated" : false, "documentation" : "

Specifies whether the Trusted Advisor check has flagged resources.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "hasFlaggedResources", "fluentSetterDocumentation" : "

Specifies whether the Trusted Advisor check has flagged resources.

\n@param hasFlaggedResources Specifies whether the Trusted Advisor check has flagged resources.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "hasFlaggedResources", "getterDocumentation" : "

Specifies whether the Trusted Advisor check has flagged resources.

\n@return Specifies whether the Trusted Advisor check has flagged resources.", "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" : "hasFlaggedResources", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "hasFlaggedResources", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "HasFlaggedResources", "sensitive" : false, "setterDocumentation" : "

Specifies whether the Trusted Advisor check has flagged resources.

\n@param hasFlaggedResources Specifies whether the Trusted Advisor check has flagged resources.", "setterMethodName" : "setHasFlaggedResources", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "hasFlaggedResources", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "hasFlaggedResources", "variableType" : "Boolean", "documentation" : "

Specifies whether the Trusted Advisor check has flagged resources.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "ResourcesSummary" : { "beanStyleGetterMethodName" : "getResourcesSummary", "beanStyleSetterMethodName" : "setResourcesSummary", "c2jName" : "resourcesSummary", "c2jShape" : "TrustedAdvisorResourcesSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ResourcesSummary property for this object.\n\nThis is a convenience that creates an instance of the {@link TrustedAdvisorResourcesSummary.Builder} avoiding the need to create one manually via {@link TrustedAdvisorResourcesSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link TrustedAdvisorResourcesSummary.Builder#build()} is called immediately and its result is passed to {@link #resourcesSummary(TrustedAdvisorResourcesSummary)}.\n@param resourcesSummary a consumer that will call methods on {@link TrustedAdvisorResourcesSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourcesSummary(TrustedAdvisorResourcesSummary)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourcesSummary", "fluentSetterDocumentation" : "Sets the value of the ResourcesSummary property for this object.\n\n@param resourcesSummary The new value for the ResourcesSummary property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourcesSummary", "getterDocumentation" : "Returns the value of the ResourcesSummary property for this object.\n@return The value of the ResourcesSummary property for this object.", "getterModel" : { "returnType" : "TrustedAdvisorResourcesSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourcesSummary", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourcesSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ResourcesSummary", "sensitive" : false, "setterDocumentation" : "Sets the value of the ResourcesSummary property for this object.\n\n@param resourcesSummary The new value for the ResourcesSummary property for this object.", "setterMethodName" : "setResourcesSummary", "setterModel" : { "variableDeclarationType" : "TrustedAdvisorResourcesSummary", "variableName" : "resourcesSummary", "variableType" : "TrustedAdvisorResourcesSummary", "documentation" : null, "simpleType" : "TrustedAdvisorResourcesSummary", "variableSetterType" : "TrustedAdvisorResourcesSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedAdvisorResourcesSummary", "variableName" : "resourcesSummary", "variableType" : "TrustedAdvisorResourcesSummary", "documentation" : "", "simpleType" : "TrustedAdvisorResourcesSummary", "variableSetterType" : "TrustedAdvisorResourcesSummary" }, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".

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

The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".

\n@param status The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".

\n@return The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".", "getterModel" : { "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, "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 alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".

\n@param status The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".", "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 alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Timestamp" : { "beanStyleGetterMethodName" : "getTimestamp", "beanStyleSetterMethodName" : "setTimestamp", "c2jName" : "timestamp", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The time of the last refresh of the check.

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

The time of the last refresh of the check.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timestamp", "fluentSetterDocumentation" : "

The time of the last refresh of the check.

\n@param timestamp The time of the last refresh of the check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timestamp", "getterDocumentation" : "

The time of the last refresh of the check.

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

The time of the last refresh of the check.

\n@param timestamp The time of the last refresh of the check.", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "timestamp", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "timestamp", "variableType" : "String", "documentation" : "

The time of the last refresh of the check.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCheckId", "beanStyleSetterMethodName" : "setCheckId", "c2jName" : "checkId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The unique identifier for the Trusted Advisor check.

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

The unique identifier for the Trusted Advisor check.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "checkId", "fluentSetterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@param checkId The unique identifier for the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "checkId", "getterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@return The unique identifier for the Trusted Advisor check.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "checkId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "checkId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CheckId", "sensitive" : false, "setterDocumentation" : "

The unique identifier for the Trusted Advisor check.

\n@param checkId The unique identifier for the Trusted Advisor check.", "setterMethodName" : "setCheckId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "checkId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "checkId", "variableType" : "String", "documentation" : "

The unique identifier for the Trusted Advisor check.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTimestamp", "beanStyleSetterMethodName" : "setTimestamp", "c2jName" : "timestamp", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The time of the last refresh of the check.

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

The time of the last refresh of the check.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timestamp", "fluentSetterDocumentation" : "

The time of the last refresh of the check.

\n@param timestamp The time of the last refresh of the check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timestamp", "getterDocumentation" : "

The time of the last refresh of the check.

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

The time of the last refresh of the check.

\n@param timestamp The time of the last refresh of the check.", "setterMethodName" : "setTimestamp", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "timestamp", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "timestamp", "variableType" : "String", "documentation" : "

The time of the last refresh of the check.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".

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

The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".

\n@param status The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".

\n@return The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".", "getterModel" : { "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, "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 alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".

\n@param status The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".", "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 alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getHasFlaggedResources", "beanStyleSetterMethodName" : "setHasFlaggedResources", "c2jName" : "hasFlaggedResources", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

Specifies whether the Trusted Advisor check has flagged resources.

\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 #hasFlaggedResources(Boolean)}.\n@param hasFlaggedResources 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 #hasFlaggedResources(Boolean)", "deprecated" : false, "documentation" : "

Specifies whether the Trusted Advisor check has flagged resources.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "hasFlaggedResources", "fluentSetterDocumentation" : "

Specifies whether the Trusted Advisor check has flagged resources.

\n@param hasFlaggedResources Specifies whether the Trusted Advisor check has flagged resources.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "hasFlaggedResources", "getterDocumentation" : "

Specifies whether the Trusted Advisor check has flagged resources.

\n@return Specifies whether the Trusted Advisor check has flagged resources.", "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" : "hasFlaggedResources", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "hasFlaggedResources", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "HasFlaggedResources", "sensitive" : false, "setterDocumentation" : "

Specifies whether the Trusted Advisor check has flagged resources.

\n@param hasFlaggedResources Specifies whether the Trusted Advisor check has flagged resources.", "setterMethodName" : "setHasFlaggedResources", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "hasFlaggedResources", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "hasFlaggedResources", "variableType" : "Boolean", "documentation" : "

Specifies whether the Trusted Advisor check has flagged resources.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResourcesSummary", "beanStyleSetterMethodName" : "setResourcesSummary", "c2jName" : "resourcesSummary", "c2jShape" : "TrustedAdvisorResourcesSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the ResourcesSummary property for this object.\n\nThis is a convenience that creates an instance of the {@link TrustedAdvisorResourcesSummary.Builder} avoiding the need to create one manually via {@link TrustedAdvisorResourcesSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link TrustedAdvisorResourcesSummary.Builder#build()} is called immediately and its result is passed to {@link #resourcesSummary(TrustedAdvisorResourcesSummary)}.\n@param resourcesSummary a consumer that will call methods on {@link TrustedAdvisorResourcesSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourcesSummary(TrustedAdvisorResourcesSummary)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourcesSummary", "fluentSetterDocumentation" : "Sets the value of the ResourcesSummary property for this object.\n\n@param resourcesSummary The new value for the ResourcesSummary property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourcesSummary", "getterDocumentation" : "Returns the value of the ResourcesSummary property for this object.\n@return The value of the ResourcesSummary property for this object.", "getterModel" : { "returnType" : "TrustedAdvisorResourcesSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourcesSummary", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourcesSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ResourcesSummary", "sensitive" : false, "setterDocumentation" : "Sets the value of the ResourcesSummary property for this object.\n\n@param resourcesSummary The new value for the ResourcesSummary property for this object.", "setterMethodName" : "setResourcesSummary", "setterModel" : { "variableDeclarationType" : "TrustedAdvisorResourcesSummary", "variableName" : "resourcesSummary", "variableType" : "TrustedAdvisorResourcesSummary", "documentation" : null, "simpleType" : "TrustedAdvisorResourcesSummary", "variableSetterType" : "TrustedAdvisorResourcesSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedAdvisorResourcesSummary", "variableName" : "resourcesSummary", "variableType" : "TrustedAdvisorResourcesSummary", "documentation" : "", "simpleType" : "TrustedAdvisorResourcesSummary", "variableSetterType" : "TrustedAdvisorResourcesSummary" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCategorySpecificSummary", "beanStyleSetterMethodName" : "setCategorySpecificSummary", "c2jName" : "categorySpecificSummary", "c2jShape" : "TrustedAdvisorCategorySpecificSummary", "defaultConsumerFluentSetterDocumentation" : "

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

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

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "categorySpecificSummary", "fluentSetterDocumentation" : "

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

\n@param categorySpecificSummary Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "categorySpecificSummary", "getterDocumentation" : "

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

\n@return Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.", "getterModel" : { "returnType" : "TrustedAdvisorCategorySpecificSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "categorySpecificSummary", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "categorySpecificSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CategorySpecificSummary", "sensitive" : false, "setterDocumentation" : "

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

\n@param categorySpecificSummary Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.", "setterMethodName" : "setCategorySpecificSummary", "setterModel" : { "variableDeclarationType" : "TrustedAdvisorCategorySpecificSummary", "variableName" : "categorySpecificSummary", "variableType" : "TrustedAdvisorCategorySpecificSummary", "documentation" : null, "simpleType" : "TrustedAdvisorCategorySpecificSummary", "variableSetterType" : "TrustedAdvisorCategorySpecificSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TrustedAdvisorCategorySpecificSummary", "variableName" : "categorySpecificSummary", "variableType" : "TrustedAdvisorCategorySpecificSummary", "documentation" : "

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

", "simpleType" : "TrustedAdvisorCategorySpecificSummary", "variableSetterType" : "TrustedAdvisorCategorySpecificSummary" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "checkId", "timestamp", "status", "resourcesSummary", "categorySpecificSummary" ], "shapeName" : "TrustedAdvisorCheckSummary", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TrustedAdvisorCheckSummary", "variableName" : "trustedAdvisorCheckSummary", "variableType" : "TrustedAdvisorCheckSummary", "documentation" : null, "simpleType" : "TrustedAdvisorCheckSummary", "variableSetterType" : "TrustedAdvisorCheckSummary" }, "wrapper" : false }, "TrustedAdvisorCostOptimizingSummary" : { "c2jName" : "TrustedAdvisorCostOptimizingSummary", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The estimated cost savings that might be realized if the recommended actions are taken.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getEstimatedMonthlySavings", "beanStyleSetterMethodName" : "setEstimatedMonthlySavings", "c2jName" : "estimatedMonthlySavings", "c2jShape" : "Double", "defaultConsumerFluentSetterDocumentation" : "

The estimated monthly savings that might be realized if the recommended actions are taken.

\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 #estimatedMonthlySavings(Double)}.\n@param estimatedMonthlySavings 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 #estimatedMonthlySavings(Double)", "deprecated" : false, "documentation" : "

The estimated monthly savings that might be realized if the recommended actions are taken.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "estimatedMonthlySavings", "fluentSetterDocumentation" : "

The estimated monthly savings that might be realized if the recommended actions are taken.

\n@param estimatedMonthlySavings The estimated monthly savings that might be realized if the recommended actions are taken.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "estimatedMonthlySavings", "getterDocumentation" : "

The estimated monthly savings that might be realized if the recommended actions are taken.

\n@return The estimated monthly savings that might be realized if the recommended actions are taken.", "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" : "estimatedMonthlySavings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "estimatedMonthlySavings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "EstimatedMonthlySavings", "sensitive" : false, "setterDocumentation" : "

The estimated monthly savings that might be realized if the recommended actions are taken.

\n@param estimatedMonthlySavings The estimated monthly savings that might be realized if the recommended actions are taken.", "setterMethodName" : "setEstimatedMonthlySavings", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "estimatedMonthlySavings", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "estimatedMonthlySavings", "variableType" : "Double", "documentation" : "

The estimated monthly savings that might be realized if the recommended actions are taken.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEstimatedPercentMonthlySavings", "beanStyleSetterMethodName" : "setEstimatedPercentMonthlySavings", "c2jName" : "estimatedPercentMonthlySavings", "c2jShape" : "Double", "defaultConsumerFluentSetterDocumentation" : "

The estimated percentage of savings that might be realized if the recommended actions are taken.

\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 #estimatedPercentMonthlySavings(Double)}.\n@param estimatedPercentMonthlySavings 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 #estimatedPercentMonthlySavings(Double)", "deprecated" : false, "documentation" : "

The estimated percentage of savings that might be realized if the recommended actions are taken.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "estimatedPercentMonthlySavings", "fluentSetterDocumentation" : "

The estimated percentage of savings that might be realized if the recommended actions are taken.

\n@param estimatedPercentMonthlySavings The estimated percentage of savings that might be realized if the recommended actions are taken.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "estimatedPercentMonthlySavings", "getterDocumentation" : "

The estimated percentage of savings that might be realized if the recommended actions are taken.

\n@return The estimated percentage of savings that might be realized if the recommended actions are taken.", "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" : "estimatedPercentMonthlySavings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "estimatedPercentMonthlySavings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "EstimatedPercentMonthlySavings", "sensitive" : false, "setterDocumentation" : "

The estimated percentage of savings that might be realized if the recommended actions are taken.

\n@param estimatedPercentMonthlySavings The estimated percentage of savings that might be realized if the recommended actions are taken.", "setterMethodName" : "setEstimatedPercentMonthlySavings", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "estimatedPercentMonthlySavings", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "estimatedPercentMonthlySavings", "variableType" : "Double", "documentation" : "

The estimated percentage of savings that might be realized if the recommended actions are taken.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EstimatedMonthlySavings" : { "beanStyleGetterMethodName" : "getEstimatedMonthlySavings", "beanStyleSetterMethodName" : "setEstimatedMonthlySavings", "c2jName" : "estimatedMonthlySavings", "c2jShape" : "Double", "defaultConsumerFluentSetterDocumentation" : "

The estimated monthly savings that might be realized if the recommended actions are taken.

\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 #estimatedMonthlySavings(Double)}.\n@param estimatedMonthlySavings 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 #estimatedMonthlySavings(Double)", "deprecated" : false, "documentation" : "

The estimated monthly savings that might be realized if the recommended actions are taken.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "estimatedMonthlySavings", "fluentSetterDocumentation" : "

The estimated monthly savings that might be realized if the recommended actions are taken.

\n@param estimatedMonthlySavings The estimated monthly savings that might be realized if the recommended actions are taken.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "estimatedMonthlySavings", "getterDocumentation" : "

The estimated monthly savings that might be realized if the recommended actions are taken.

\n@return The estimated monthly savings that might be realized if the recommended actions are taken.", "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" : "estimatedMonthlySavings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "estimatedMonthlySavings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "EstimatedMonthlySavings", "sensitive" : false, "setterDocumentation" : "

The estimated monthly savings that might be realized if the recommended actions are taken.

\n@param estimatedMonthlySavings The estimated monthly savings that might be realized if the recommended actions are taken.", "setterMethodName" : "setEstimatedMonthlySavings", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "estimatedMonthlySavings", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "estimatedMonthlySavings", "variableType" : "Double", "documentation" : "

The estimated monthly savings that might be realized if the recommended actions are taken.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, "EstimatedPercentMonthlySavings" : { "beanStyleGetterMethodName" : "getEstimatedPercentMonthlySavings", "beanStyleSetterMethodName" : "setEstimatedPercentMonthlySavings", "c2jName" : "estimatedPercentMonthlySavings", "c2jShape" : "Double", "defaultConsumerFluentSetterDocumentation" : "

The estimated percentage of savings that might be realized if the recommended actions are taken.

\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 #estimatedPercentMonthlySavings(Double)}.\n@param estimatedPercentMonthlySavings 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 #estimatedPercentMonthlySavings(Double)", "deprecated" : false, "documentation" : "

The estimated percentage of savings that might be realized if the recommended actions are taken.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "estimatedPercentMonthlySavings", "fluentSetterDocumentation" : "

The estimated percentage of savings that might be realized if the recommended actions are taken.

\n@param estimatedPercentMonthlySavings The estimated percentage of savings that might be realized if the recommended actions are taken.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "estimatedPercentMonthlySavings", "getterDocumentation" : "

The estimated percentage of savings that might be realized if the recommended actions are taken.

\n@return The estimated percentage of savings that might be realized if the recommended actions are taken.", "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" : "estimatedPercentMonthlySavings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "estimatedPercentMonthlySavings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "EstimatedPercentMonthlySavings", "sensitive" : false, "setterDocumentation" : "

The estimated percentage of savings that might be realized if the recommended actions are taken.

\n@param estimatedPercentMonthlySavings The estimated percentage of savings that might be realized if the recommended actions are taken.", "setterMethodName" : "setEstimatedPercentMonthlySavings", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "estimatedPercentMonthlySavings", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "estimatedPercentMonthlySavings", "variableType" : "Double", "documentation" : "

The estimated percentage of savings that might be realized if the recommended actions are taken.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getEstimatedMonthlySavings", "beanStyleSetterMethodName" : "setEstimatedMonthlySavings", "c2jName" : "estimatedMonthlySavings", "c2jShape" : "Double", "defaultConsumerFluentSetterDocumentation" : "

The estimated monthly savings that might be realized if the recommended actions are taken.

\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 #estimatedMonthlySavings(Double)}.\n@param estimatedMonthlySavings 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 #estimatedMonthlySavings(Double)", "deprecated" : false, "documentation" : "

The estimated monthly savings that might be realized if the recommended actions are taken.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "estimatedMonthlySavings", "fluentSetterDocumentation" : "

The estimated monthly savings that might be realized if the recommended actions are taken.

\n@param estimatedMonthlySavings The estimated monthly savings that might be realized if the recommended actions are taken.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "estimatedMonthlySavings", "getterDocumentation" : "

The estimated monthly savings that might be realized if the recommended actions are taken.

\n@return The estimated monthly savings that might be realized if the recommended actions are taken.", "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" : "estimatedMonthlySavings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "estimatedMonthlySavings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "EstimatedMonthlySavings", "sensitive" : false, "setterDocumentation" : "

The estimated monthly savings that might be realized if the recommended actions are taken.

\n@param estimatedMonthlySavings The estimated monthly savings that might be realized if the recommended actions are taken.", "setterMethodName" : "setEstimatedMonthlySavings", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "estimatedMonthlySavings", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "estimatedMonthlySavings", "variableType" : "Double", "documentation" : "

The estimated monthly savings that might be realized if the recommended actions are taken.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEstimatedPercentMonthlySavings", "beanStyleSetterMethodName" : "setEstimatedPercentMonthlySavings", "c2jName" : "estimatedPercentMonthlySavings", "c2jShape" : "Double", "defaultConsumerFluentSetterDocumentation" : "

The estimated percentage of savings that might be realized if the recommended actions are taken.

\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 #estimatedPercentMonthlySavings(Double)}.\n@param estimatedPercentMonthlySavings 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 #estimatedPercentMonthlySavings(Double)", "deprecated" : false, "documentation" : "

The estimated percentage of savings that might be realized if the recommended actions are taken.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "estimatedPercentMonthlySavings", "fluentSetterDocumentation" : "

The estimated percentage of savings that might be realized if the recommended actions are taken.

\n@param estimatedPercentMonthlySavings The estimated percentage of savings that might be realized if the recommended actions are taken.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "estimatedPercentMonthlySavings", "getterDocumentation" : "

The estimated percentage of savings that might be realized if the recommended actions are taken.

\n@return The estimated percentage of savings that might be realized if the recommended actions are taken.", "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" : "estimatedPercentMonthlySavings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "estimatedPercentMonthlySavings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "DOUBLE", "name" : "EstimatedPercentMonthlySavings", "sensitive" : false, "setterDocumentation" : "

The estimated percentage of savings that might be realized if the recommended actions are taken.

\n@param estimatedPercentMonthlySavings The estimated percentage of savings that might be realized if the recommended actions are taken.", "setterMethodName" : "setEstimatedPercentMonthlySavings", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "estimatedPercentMonthlySavings", "variableType" : "Double", "documentation" : null, "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Double", "variableName" : "estimatedPercentMonthlySavings", "variableType" : "Double", "documentation" : "

The estimated percentage of savings that might be realized if the recommended actions are taken.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "estimatedMonthlySavings", "estimatedPercentMonthlySavings" ], "shapeName" : "TrustedAdvisorCostOptimizingSummary", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TrustedAdvisorCostOptimizingSummary", "variableName" : "trustedAdvisorCostOptimizingSummary", "variableType" : "TrustedAdvisorCostOptimizingSummary", "documentation" : null, "simpleType" : "TrustedAdvisorCostOptimizingSummary", "variableSetterType" : "TrustedAdvisorCostOptimizingSummary" }, "wrapper" : false }, "TrustedAdvisorResourceDetail" : { "c2jName" : "TrustedAdvisorResourceDetail", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Contains information about a resource identified by a Trusted Advisor check.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The status code for the resource identified in the Trusted Advisor check.

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

The status code for the resource identified in the Trusted Advisor check.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The status code for the resource identified in the Trusted Advisor check.

\n@param status The status code for the resource identified in the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status code for the resource identified in the Trusted Advisor check.

\n@return The status code for the resource identified in the Trusted Advisor check.", "getterModel" : { "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, "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 code for the resource identified in the Trusted Advisor check.

\n@param status The status code for the resource identified in the Trusted Advisor check.", "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 code for the resource identified in the Trusted Advisor check.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRegion", "beanStyleSetterMethodName" : "setRegion", "c2jName" : "region", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The AWS region in which the identified resource is located.

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

The AWS region in which the identified resource is located.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "region", "fluentSetterDocumentation" : "

The AWS region in which the identified resource is located.

\n@param region The AWS region in which the identified resource is located.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "region", "getterDocumentation" : "

The AWS region in which the identified resource is located.

\n@return The AWS region in which the identified resource is located.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "region", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "region", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Region", "sensitive" : false, "setterDocumentation" : "

The AWS region in which the identified resource is located.

\n@param region The AWS region in which the identified resource is located.", "setterMethodName" : "setRegion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "region", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "region", "variableType" : "String", "documentation" : "

The AWS region in which the identified resource is located.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResourceId", "beanStyleSetterMethodName" : "setResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The unique identifier for the identified resource.

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

The unique identifier for the identified resource.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceId", "fluentSetterDocumentation" : "

The unique identifier for the identified resource.

\n@param resourceId The unique identifier for the identified resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceId", "getterDocumentation" : "

The unique identifier for the identified resource.

\n@return The unique identifier for the identified resource.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourceId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceId", "sensitive" : false, "setterDocumentation" : "

The unique identifier for the identified resource.

\n@param resourceId The unique identifier for the identified resource.", "setterMethodName" : "setResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

The unique identifier for the identified resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIsSuppressed", "beanStyleSetterMethodName" : "setIsSuppressed", "c2jName" : "isSuppressed", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.

\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 #isSuppressed(Boolean)}.\n@param isSuppressed 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 #isSuppressed(Boolean)", "deprecated" : false, "documentation" : "

Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "isSuppressed", "fluentSetterDocumentation" : "

Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.

\n@param isSuppressed Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isSuppressed", "getterDocumentation" : "

Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.

\n@return Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.", "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" : "isSuppressed", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "isSuppressed", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsSuppressed", "sensitive" : false, "setterDocumentation" : "

Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.

\n@param isSuppressed Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.", "setterMethodName" : "setIsSuppressed", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isSuppressed", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isSuppressed", "variableType" : "Boolean", "documentation" : "

Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMetadata", "beanStyleSetterMethodName" : "setMetadata", "c2jName" : "metadata", "c2jShape" : "StringList", "defaultConsumerFluentSetterDocumentation" : "

Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

\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 #metadata(List)}.\n@param metadata 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 #metadata(List)", "deprecated" : false, "documentation" : "

Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metadata", "fluentSetterDocumentation" : "

Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

\n@param metadata Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metadata", "getterDocumentation" : "

Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

\n

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

\n@return Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.", "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" : "metadata", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "metadata", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "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" }, "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" : "Metadata", "sensitive" : false, "setterDocumentation" : "

Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

\n@param metadata Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.", "setterMethodName" : "setMetadata", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "metadata", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "metadata", "variableType" : "java.util.List", "documentation" : "

Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IsSuppressed" : { "beanStyleGetterMethodName" : "getIsSuppressed", "beanStyleSetterMethodName" : "setIsSuppressed", "c2jName" : "isSuppressed", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.

\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 #isSuppressed(Boolean)}.\n@param isSuppressed 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 #isSuppressed(Boolean)", "deprecated" : false, "documentation" : "

Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "isSuppressed", "fluentSetterDocumentation" : "

Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.

\n@param isSuppressed Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isSuppressed", "getterDocumentation" : "

Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.

\n@return Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.", "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" : "isSuppressed", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "isSuppressed", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsSuppressed", "sensitive" : false, "setterDocumentation" : "

Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.

\n@param isSuppressed Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.", "setterMethodName" : "setIsSuppressed", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isSuppressed", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isSuppressed", "variableType" : "Boolean", "documentation" : "

Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "Metadata" : { "beanStyleGetterMethodName" : "getMetadata", "beanStyleSetterMethodName" : "setMetadata", "c2jName" : "metadata", "c2jShape" : "StringList", "defaultConsumerFluentSetterDocumentation" : "

Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

\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 #metadata(List)}.\n@param metadata 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 #metadata(List)", "deprecated" : false, "documentation" : "

Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metadata", "fluentSetterDocumentation" : "

Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

\n@param metadata Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metadata", "getterDocumentation" : "

Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

\n

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

\n@return Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.", "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" : "metadata", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "metadata", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "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" }, "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" : "Metadata", "sensitive" : false, "setterDocumentation" : "

Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

\n@param metadata Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.", "setterMethodName" : "setMetadata", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "metadata", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "metadata", "variableType" : "java.util.List", "documentation" : "

Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Region" : { "beanStyleGetterMethodName" : "getRegion", "beanStyleSetterMethodName" : "setRegion", "c2jName" : "region", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The AWS region in which the identified resource is located.

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

The AWS region in which the identified resource is located.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "region", "fluentSetterDocumentation" : "

The AWS region in which the identified resource is located.

\n@param region The AWS region in which the identified resource is located.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "region", "getterDocumentation" : "

The AWS region in which the identified resource is located.

\n@return The AWS region in which the identified resource is located.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "region", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "region", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Region", "sensitive" : false, "setterDocumentation" : "

The AWS region in which the identified resource is located.

\n@param region The AWS region in which the identified resource is located.", "setterMethodName" : "setRegion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "region", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "region", "variableType" : "String", "documentation" : "

The AWS region in which the identified resource is located.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ResourceId" : { "beanStyleGetterMethodName" : "getResourceId", "beanStyleSetterMethodName" : "setResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The unique identifier for the identified resource.

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

The unique identifier for the identified resource.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceId", "fluentSetterDocumentation" : "

The unique identifier for the identified resource.

\n@param resourceId The unique identifier for the identified resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceId", "getterDocumentation" : "

The unique identifier for the identified resource.

\n@return The unique identifier for the identified resource.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourceId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceId", "sensitive" : false, "setterDocumentation" : "

The unique identifier for the identified resource.

\n@param resourceId The unique identifier for the identified resource.", "setterMethodName" : "setResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

The unique identifier for the identified resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The status code for the resource identified in the Trusted Advisor check.

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

The status code for the resource identified in the Trusted Advisor check.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The status code for the resource identified in the Trusted Advisor check.

\n@param status The status code for the resource identified in the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status code for the resource identified in the Trusted Advisor check.

\n@return The status code for the resource identified in the Trusted Advisor check.", "getterModel" : { "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, "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 code for the resource identified in the Trusted Advisor check.

\n@param status The status code for the resource identified in the Trusted Advisor check.", "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 code for the resource identified in the Trusted Advisor check.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The status code for the resource identified in the Trusted Advisor check.

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

The status code for the resource identified in the Trusted Advisor check.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The status code for the resource identified in the Trusted Advisor check.

\n@param status The status code for the resource identified in the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status code for the resource identified in the Trusted Advisor check.

\n@return The status code for the resource identified in the Trusted Advisor check.", "getterModel" : { "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, "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 code for the resource identified in the Trusted Advisor check.

\n@param status The status code for the resource identified in the Trusted Advisor check.", "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 code for the resource identified in the Trusted Advisor check.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRegion", "beanStyleSetterMethodName" : "setRegion", "c2jName" : "region", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The AWS region in which the identified resource is located.

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

The AWS region in which the identified resource is located.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "region", "fluentSetterDocumentation" : "

The AWS region in which the identified resource is located.

\n@param region The AWS region in which the identified resource is located.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "region", "getterDocumentation" : "

The AWS region in which the identified resource is located.

\n@return The AWS region in which the identified resource is located.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "region", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "region", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Region", "sensitive" : false, "setterDocumentation" : "

The AWS region in which the identified resource is located.

\n@param region The AWS region in which the identified resource is located.", "setterMethodName" : "setRegion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "region", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "region", "variableType" : "String", "documentation" : "

The AWS region in which the identified resource is located.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResourceId", "beanStyleSetterMethodName" : "setResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The unique identifier for the identified resource.

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

The unique identifier for the identified resource.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceId", "fluentSetterDocumentation" : "

The unique identifier for the identified resource.

\n@param resourceId The unique identifier for the identified resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceId", "getterDocumentation" : "

The unique identifier for the identified resource.

\n@return The unique identifier for the identified resource.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "resourceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourceId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceId", "sensitive" : false, "setterDocumentation" : "

The unique identifier for the identified resource.

\n@param resourceId The unique identifier for the identified resource.", "setterMethodName" : "setResourceId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceId", "variableType" : "String", "documentation" : "

The unique identifier for the identified resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIsSuppressed", "beanStyleSetterMethodName" : "setIsSuppressed", "c2jName" : "isSuppressed", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.

\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 #isSuppressed(Boolean)}.\n@param isSuppressed 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 #isSuppressed(Boolean)", "deprecated" : false, "documentation" : "

Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "isSuppressed", "fluentSetterDocumentation" : "

Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.

\n@param isSuppressed Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "isSuppressed", "getterDocumentation" : "

Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.

\n@return Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.", "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" : "isSuppressed", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "isSuppressed", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "IsSuppressed", "sensitive" : false, "setterDocumentation" : "

Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.

\n@param isSuppressed Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.", "setterMethodName" : "setIsSuppressed", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "isSuppressed", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "isSuppressed", "variableType" : "Boolean", "documentation" : "

Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMetadata", "beanStyleSetterMethodName" : "setMetadata", "c2jName" : "metadata", "c2jShape" : "StringList", "defaultConsumerFluentSetterDocumentation" : "

Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

\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 #metadata(List)}.\n@param metadata 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 #metadata(List)", "deprecated" : false, "documentation" : "

Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "metadata", "fluentSetterDocumentation" : "

Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

\n@param metadata Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "metadata", "getterDocumentation" : "

Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

\n

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

\n@return Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.", "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" : "metadata", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "metadata", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "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" }, "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" : "Metadata", "sensitive" : false, "setterDocumentation" : "

Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

\n@param metadata Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.", "setterMethodName" : "setMetadata", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "metadata", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "metadata", "variableType" : "java.util.List", "documentation" : "

Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "status", "resourceId", "metadata" ], "shapeName" : "TrustedAdvisorResourceDetail", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TrustedAdvisorResourceDetail", "variableName" : "trustedAdvisorResourceDetail", "variableType" : "TrustedAdvisorResourceDetail", "documentation" : null, "simpleType" : "TrustedAdvisorResourceDetail", "variableSetterType" : "TrustedAdvisorResourceDetail" }, "wrapper" : false }, "TrustedAdvisorResourcesSummary" : { "c2jName" : "TrustedAdvisorResourcesSummary", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Details about AWS resources that were analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getResourcesProcessed", "beanStyleSetterMethodName" : "setResourcesProcessed", "c2jName" : "resourcesProcessed", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

The number of AWS resources that were analyzed by the Trusted Advisor check.

\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 #resourcesProcessed(Long)}.\n@param resourcesProcessed 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 #resourcesProcessed(Long)", "deprecated" : false, "documentation" : "

The number of AWS resources that were analyzed by the Trusted Advisor check.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourcesProcessed", "fluentSetterDocumentation" : "

The number of AWS resources that were analyzed by the Trusted Advisor check.

\n@param resourcesProcessed The number of AWS resources that were analyzed by the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourcesProcessed", "getterDocumentation" : "

The number of AWS resources that were analyzed by the Trusted Advisor check.

\n@return The number of AWS resources that were analyzed by the Trusted Advisor check.", "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" : "resourcesProcessed", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourcesProcessed", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ResourcesProcessed", "sensitive" : false, "setterDocumentation" : "

The number of AWS resources that were analyzed by the Trusted Advisor check.

\n@param resourcesProcessed The number of AWS resources that were analyzed by the Trusted Advisor check.", "setterMethodName" : "setResourcesProcessed", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "resourcesProcessed", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "resourcesProcessed", "variableType" : "Long", "documentation" : "

The number of AWS resources that were analyzed by the Trusted Advisor check.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResourcesFlagged", "beanStyleSetterMethodName" : "setResourcesFlagged", "c2jName" : "resourcesFlagged", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

The number of AWS resources that were flagged (listed) by the Trusted Advisor check.

\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 #resourcesFlagged(Long)}.\n@param resourcesFlagged 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 #resourcesFlagged(Long)", "deprecated" : false, "documentation" : "

The number of AWS resources that were flagged (listed) by the Trusted Advisor check.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourcesFlagged", "fluentSetterDocumentation" : "

The number of AWS resources that were flagged (listed) by the Trusted Advisor check.

\n@param resourcesFlagged The number of AWS resources that were flagged (listed) by the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourcesFlagged", "getterDocumentation" : "

The number of AWS resources that were flagged (listed) by the Trusted Advisor check.

\n@return The number of AWS resources that were flagged (listed) by the Trusted Advisor check.", "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" : "resourcesFlagged", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourcesFlagged", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ResourcesFlagged", "sensitive" : false, "setterDocumentation" : "

The number of AWS resources that were flagged (listed) by the Trusted Advisor check.

\n@param resourcesFlagged The number of AWS resources that were flagged (listed) by the Trusted Advisor check.", "setterMethodName" : "setResourcesFlagged", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "resourcesFlagged", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "resourcesFlagged", "variableType" : "Long", "documentation" : "

The number of AWS resources that were flagged (listed) by the Trusted Advisor check.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResourcesIgnored", "beanStyleSetterMethodName" : "setResourcesIgnored", "c2jName" : "resourcesIgnored", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

The number of AWS resources ignored by Trusted Advisor because information was unavailable.

\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 #resourcesIgnored(Long)}.\n@param resourcesIgnored 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 #resourcesIgnored(Long)", "deprecated" : false, "documentation" : "

The number of AWS resources ignored by Trusted Advisor because information was unavailable.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourcesIgnored", "fluentSetterDocumentation" : "

The number of AWS resources ignored by Trusted Advisor because information was unavailable.

\n@param resourcesIgnored The number of AWS resources ignored by Trusted Advisor because information was unavailable.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourcesIgnored", "getterDocumentation" : "

The number of AWS resources ignored by Trusted Advisor because information was unavailable.

\n@return The number of AWS resources ignored by Trusted Advisor because information was unavailable.", "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" : "resourcesIgnored", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourcesIgnored", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ResourcesIgnored", "sensitive" : false, "setterDocumentation" : "

The number of AWS resources ignored by Trusted Advisor because information was unavailable.

\n@param resourcesIgnored The number of AWS resources ignored by Trusted Advisor because information was unavailable.", "setterMethodName" : "setResourcesIgnored", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "resourcesIgnored", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "resourcesIgnored", "variableType" : "Long", "documentation" : "

The number of AWS resources ignored by Trusted Advisor because information was unavailable.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResourcesSuppressed", "beanStyleSetterMethodName" : "setResourcesSuppressed", "c2jName" : "resourcesSuppressed", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.

\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 #resourcesSuppressed(Long)}.\n@param resourcesSuppressed 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 #resourcesSuppressed(Long)", "deprecated" : false, "documentation" : "

The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourcesSuppressed", "fluentSetterDocumentation" : "

The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.

\n@param resourcesSuppressed The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourcesSuppressed", "getterDocumentation" : "

The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.

\n@return The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.", "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" : "resourcesSuppressed", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourcesSuppressed", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ResourcesSuppressed", "sensitive" : false, "setterDocumentation" : "

The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.

\n@param resourcesSuppressed The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.", "setterMethodName" : "setResourcesSuppressed", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "resourcesSuppressed", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "resourcesSuppressed", "variableType" : "Long", "documentation" : "

The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourcesFlagged" : { "beanStyleGetterMethodName" : "getResourcesFlagged", "beanStyleSetterMethodName" : "setResourcesFlagged", "c2jName" : "resourcesFlagged", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

The number of AWS resources that were flagged (listed) by the Trusted Advisor check.

\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 #resourcesFlagged(Long)}.\n@param resourcesFlagged 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 #resourcesFlagged(Long)", "deprecated" : false, "documentation" : "

The number of AWS resources that were flagged (listed) by the Trusted Advisor check.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourcesFlagged", "fluentSetterDocumentation" : "

The number of AWS resources that were flagged (listed) by the Trusted Advisor check.

\n@param resourcesFlagged The number of AWS resources that were flagged (listed) by the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourcesFlagged", "getterDocumentation" : "

The number of AWS resources that were flagged (listed) by the Trusted Advisor check.

\n@return The number of AWS resources that were flagged (listed) by the Trusted Advisor check.", "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" : "resourcesFlagged", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourcesFlagged", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ResourcesFlagged", "sensitive" : false, "setterDocumentation" : "

The number of AWS resources that were flagged (listed) by the Trusted Advisor check.

\n@param resourcesFlagged The number of AWS resources that were flagged (listed) by the Trusted Advisor check.", "setterMethodName" : "setResourcesFlagged", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "resourcesFlagged", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "resourcesFlagged", "variableType" : "Long", "documentation" : "

The number of AWS resources that were flagged (listed) by the Trusted Advisor check.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "ResourcesIgnored" : { "beanStyleGetterMethodName" : "getResourcesIgnored", "beanStyleSetterMethodName" : "setResourcesIgnored", "c2jName" : "resourcesIgnored", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

The number of AWS resources ignored by Trusted Advisor because information was unavailable.

\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 #resourcesIgnored(Long)}.\n@param resourcesIgnored 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 #resourcesIgnored(Long)", "deprecated" : false, "documentation" : "

The number of AWS resources ignored by Trusted Advisor because information was unavailable.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourcesIgnored", "fluentSetterDocumentation" : "

The number of AWS resources ignored by Trusted Advisor because information was unavailable.

\n@param resourcesIgnored The number of AWS resources ignored by Trusted Advisor because information was unavailable.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourcesIgnored", "getterDocumentation" : "

The number of AWS resources ignored by Trusted Advisor because information was unavailable.

\n@return The number of AWS resources ignored by Trusted Advisor because information was unavailable.", "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" : "resourcesIgnored", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourcesIgnored", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ResourcesIgnored", "sensitive" : false, "setterDocumentation" : "

The number of AWS resources ignored by Trusted Advisor because information was unavailable.

\n@param resourcesIgnored The number of AWS resources ignored by Trusted Advisor because information was unavailable.", "setterMethodName" : "setResourcesIgnored", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "resourcesIgnored", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "resourcesIgnored", "variableType" : "Long", "documentation" : "

The number of AWS resources ignored by Trusted Advisor because information was unavailable.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "ResourcesProcessed" : { "beanStyleGetterMethodName" : "getResourcesProcessed", "beanStyleSetterMethodName" : "setResourcesProcessed", "c2jName" : "resourcesProcessed", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

The number of AWS resources that were analyzed by the Trusted Advisor check.

\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 #resourcesProcessed(Long)}.\n@param resourcesProcessed 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 #resourcesProcessed(Long)", "deprecated" : false, "documentation" : "

The number of AWS resources that were analyzed by the Trusted Advisor check.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourcesProcessed", "fluentSetterDocumentation" : "

The number of AWS resources that were analyzed by the Trusted Advisor check.

\n@param resourcesProcessed The number of AWS resources that were analyzed by the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourcesProcessed", "getterDocumentation" : "

The number of AWS resources that were analyzed by the Trusted Advisor check.

\n@return The number of AWS resources that were analyzed by the Trusted Advisor check.", "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" : "resourcesProcessed", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourcesProcessed", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ResourcesProcessed", "sensitive" : false, "setterDocumentation" : "

The number of AWS resources that were analyzed by the Trusted Advisor check.

\n@param resourcesProcessed The number of AWS resources that were analyzed by the Trusted Advisor check.", "setterMethodName" : "setResourcesProcessed", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "resourcesProcessed", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "resourcesProcessed", "variableType" : "Long", "documentation" : "

The number of AWS resources that were analyzed by the Trusted Advisor check.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "ResourcesSuppressed" : { "beanStyleGetterMethodName" : "getResourcesSuppressed", "beanStyleSetterMethodName" : "setResourcesSuppressed", "c2jName" : "resourcesSuppressed", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.

\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 #resourcesSuppressed(Long)}.\n@param resourcesSuppressed 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 #resourcesSuppressed(Long)", "deprecated" : false, "documentation" : "

The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourcesSuppressed", "fluentSetterDocumentation" : "

The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.

\n@param resourcesSuppressed The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourcesSuppressed", "getterDocumentation" : "

The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.

\n@return The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.", "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" : "resourcesSuppressed", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourcesSuppressed", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ResourcesSuppressed", "sensitive" : false, "setterDocumentation" : "

The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.

\n@param resourcesSuppressed The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.", "setterMethodName" : "setResourcesSuppressed", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "resourcesSuppressed", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "resourcesSuppressed", "variableType" : "Long", "documentation" : "

The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getResourcesProcessed", "beanStyleSetterMethodName" : "setResourcesProcessed", "c2jName" : "resourcesProcessed", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

The number of AWS resources that were analyzed by the Trusted Advisor check.

\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 #resourcesProcessed(Long)}.\n@param resourcesProcessed 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 #resourcesProcessed(Long)", "deprecated" : false, "documentation" : "

The number of AWS resources that were analyzed by the Trusted Advisor check.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourcesProcessed", "fluentSetterDocumentation" : "

The number of AWS resources that were analyzed by the Trusted Advisor check.

\n@param resourcesProcessed The number of AWS resources that were analyzed by the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourcesProcessed", "getterDocumentation" : "

The number of AWS resources that were analyzed by the Trusted Advisor check.

\n@return The number of AWS resources that were analyzed by the Trusted Advisor check.", "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" : "resourcesProcessed", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourcesProcessed", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ResourcesProcessed", "sensitive" : false, "setterDocumentation" : "

The number of AWS resources that were analyzed by the Trusted Advisor check.

\n@param resourcesProcessed The number of AWS resources that were analyzed by the Trusted Advisor check.", "setterMethodName" : "setResourcesProcessed", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "resourcesProcessed", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "resourcesProcessed", "variableType" : "Long", "documentation" : "

The number of AWS resources that were analyzed by the Trusted Advisor check.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResourcesFlagged", "beanStyleSetterMethodName" : "setResourcesFlagged", "c2jName" : "resourcesFlagged", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

The number of AWS resources that were flagged (listed) by the Trusted Advisor check.

\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 #resourcesFlagged(Long)}.\n@param resourcesFlagged 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 #resourcesFlagged(Long)", "deprecated" : false, "documentation" : "

The number of AWS resources that were flagged (listed) by the Trusted Advisor check.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourcesFlagged", "fluentSetterDocumentation" : "

The number of AWS resources that were flagged (listed) by the Trusted Advisor check.

\n@param resourcesFlagged The number of AWS resources that were flagged (listed) by the Trusted Advisor check.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourcesFlagged", "getterDocumentation" : "

The number of AWS resources that were flagged (listed) by the Trusted Advisor check.

\n@return The number of AWS resources that were flagged (listed) by the Trusted Advisor check.", "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" : "resourcesFlagged", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourcesFlagged", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ResourcesFlagged", "sensitive" : false, "setterDocumentation" : "

The number of AWS resources that were flagged (listed) by the Trusted Advisor check.

\n@param resourcesFlagged The number of AWS resources that were flagged (listed) by the Trusted Advisor check.", "setterMethodName" : "setResourcesFlagged", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "resourcesFlagged", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "resourcesFlagged", "variableType" : "Long", "documentation" : "

The number of AWS resources that were flagged (listed) by the Trusted Advisor check.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResourcesIgnored", "beanStyleSetterMethodName" : "setResourcesIgnored", "c2jName" : "resourcesIgnored", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

The number of AWS resources ignored by Trusted Advisor because information was unavailable.

\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 #resourcesIgnored(Long)}.\n@param resourcesIgnored 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 #resourcesIgnored(Long)", "deprecated" : false, "documentation" : "

The number of AWS resources ignored by Trusted Advisor because information was unavailable.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourcesIgnored", "fluentSetterDocumentation" : "

The number of AWS resources ignored by Trusted Advisor because information was unavailable.

\n@param resourcesIgnored The number of AWS resources ignored by Trusted Advisor because information was unavailable.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourcesIgnored", "getterDocumentation" : "

The number of AWS resources ignored by Trusted Advisor because information was unavailable.

\n@return The number of AWS resources ignored by Trusted Advisor because information was unavailable.", "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" : "resourcesIgnored", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourcesIgnored", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ResourcesIgnored", "sensitive" : false, "setterDocumentation" : "

The number of AWS resources ignored by Trusted Advisor because information was unavailable.

\n@param resourcesIgnored The number of AWS resources ignored by Trusted Advisor because information was unavailable.", "setterMethodName" : "setResourcesIgnored", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "resourcesIgnored", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "resourcesIgnored", "variableType" : "Long", "documentation" : "

The number of AWS resources ignored by Trusted Advisor because information was unavailable.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResourcesSuppressed", "beanStyleSetterMethodName" : "setResourcesSuppressed", "c2jName" : "resourcesSuppressed", "c2jShape" : "Long", "defaultConsumerFluentSetterDocumentation" : "

The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.

\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 #resourcesSuppressed(Long)}.\n@param resourcesSuppressed 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 #resourcesSuppressed(Long)", "deprecated" : false, "documentation" : "

The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourcesSuppressed", "fluentSetterDocumentation" : "

The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.

\n@param resourcesSuppressed The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourcesSuppressed", "getterDocumentation" : "

The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.

\n@return The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.", "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" : "resourcesSuppressed", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "resourcesSuppressed", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "LONG", "name" : "ResourcesSuppressed", "sensitive" : false, "setterDocumentation" : "

The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.

\n@param resourcesSuppressed The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.", "setterMethodName" : "setResourcesSuppressed", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "resourcesSuppressed", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Long", "variableName" : "resourcesSuppressed", "variableType" : "Long", "documentation" : "

The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "resourcesProcessed", "resourcesFlagged", "resourcesIgnored", "resourcesSuppressed" ], "shapeName" : "TrustedAdvisorResourcesSummary", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TrustedAdvisorResourcesSummary", "variableName" : "trustedAdvisorResourcesSummary", "variableType" : "TrustedAdvisorResourcesSummary", "documentation" : null, "simpleType" : "TrustedAdvisorResourcesSummary", "variableSetterType" : "TrustedAdvisorResourcesSummary" }, "wrapper" : false } }, "customAuthorizers" : { }, "customRetryPolicy" : null, "examples" : { "examples" : { }, "version" : "1.0" }, "fileHeader" : "/*\n * Copyright 2014-2019 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" : "SupportException", "sdkModeledExceptionBaseFqcn" : "software.amazon.awssdk.services.support.model.SupportException", "sdkRequestBaseClassName" : "SupportRequest", "sdkResponseBaseClassName" : "SupportResponse" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy