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: 1.12.780
Show newest version
{
  "metadata" : {
    "apiVersion" : "2013-04-15",
    "protocol" : "json",
    "checksumFormat" : null,
    "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.

", "defaultEndpoint" : "https://support.us-east-1.amazonaws.com", "defaultEndpointWithoutHttpProtocol" : "support.us-east-1.amazonaws.com", "syncInterface" : "AWSSupport", "syncClient" : "AWSSupportClient", "asyncInterface" : "AWSSupportAsync", "asyncClient" : "AWSSupportAsyncClient", "packageName" : "com.amazonaws.services.support", "packagePath" : "com/amazonaws/services/support", "serviceAbbreviation" : null, "serviceFullName" : "AWS Support", "hasApiWithStreamInput" : false, "contentType" : null, "jsonVersion" : "1.1", "endpointPrefix" : "support", "signingName" : "support", "syncClientBuilderClassName" : "AWSSupportClientBuilder", "asyncClientBuilderClassName" : "AWSSupportAsyncClientBuilder", "cucumberModuleInjectorClassName" : "AWSSupportModuleInjector", "smokeTestsPackageName" : "com.amazonaws.services.support.smoketests", "serviceName" : "AWS Support", "cborProtocol" : false, "xmlProtocol" : false, "unmarshallerContextClassName" : "JsonUnmarshallerContext", "unmarshallerClassSuffix" : "JsonUnmarshaller", "jsonProtocol" : true, "protocolDefaultExceptionUmarshallerImpl" : null }, "operations" : { "AddAttachmentsToSet" : { "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.

", "operationName" : "AddAttachmentsToSet", "deprecated" : false, "input" : { "variableName" : "addAttachmentsToSetRequest", "variableType" : "AddAttachmentsToSetRequest", "variableDeclarationType" : "AddAttachmentsToSetRequest", "documentation" : "", "variableSetterType" : "AddAttachmentsToSetRequest", "simpleType" : "AddAttachmentsToSetRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "AddAttachmentsToSetResult", "documentation" : "

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

" }, "exceptions" : [ { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error occurred.

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

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

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

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

" }, { "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.

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

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

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "addAttachmentsToSet", "syncReturnType" : "AddAttachmentsToSetResult", "asyncReturnType" : "AddAttachmentsToSetResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "AddCommunicationToCase" : { "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.

", "operationName" : "AddCommunicationToCase", "deprecated" : false, "input" : { "variableName" : "addCommunicationToCaseRequest", "variableType" : "AddCommunicationToCaseRequest", "variableDeclarationType" : "AddCommunicationToCaseRequest", "documentation" : "

To be written.

", "variableSetterType" : "AddCommunicationToCaseRequest", "simpleType" : "AddCommunicationToCaseRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "AddCommunicationToCaseResult", "documentation" : "

The result of the AddCommunicationToCase operation.

" }, "exceptions" : [ { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error occurred.

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

The requested CaseId could not be located.

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

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

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

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

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "addCommunicationToCase", "syncReturnType" : "AddCommunicationToCaseResult", "asyncReturnType" : "AddCommunicationToCaseResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "CreateCase" : { "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:

  1. 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.\"
  2. ServiceCode. The code for an AWS service. You obtain the ServiceCode by calling DescribeServices.
  3. 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.
  4. 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.
  5. Subject. The Subject field on the AWS Support Center Create Case page.
  6. CommunicationBody. The Description field on the AWS Support Center Create Case page.
  7. AttachmentSetId. The ID of a set of attachments that has been created by using AddAttachmentsToSet.
  8. Language. The human language in which AWS Support handles the case. English and Japanese are currently supported.
  9. 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.

", "operationName" : "CreateCase", "deprecated" : false, "input" : { "variableName" : "createCaseRequest", "variableType" : "CreateCaseRequest", "variableDeclarationType" : "CreateCaseRequest", "documentation" : "", "variableSetterType" : "CreateCaseRequest", "simpleType" : "CreateCaseRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateCaseResult", "documentation" : "

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

" }, "exceptions" : [ { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error occurred.

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

The case creation limit for the account has been exceeded.

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

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

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

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

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "createCase", "syncReturnType" : "CreateCaseResult", "asyncReturnType" : "CreateCaseResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DescribeAttachment" : { "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.

", "operationName" : "DescribeAttachment", "deprecated" : false, "input" : { "variableName" : "describeAttachmentRequest", "variableType" : "DescribeAttachmentRequest", "variableDeclarationType" : "DescribeAttachmentRequest", "documentation" : "", "variableSetterType" : "DescribeAttachmentRequest", "simpleType" : "DescribeAttachmentRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeAttachmentResult", "documentation" : "

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

" }, "exceptions" : [ { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error occurred.

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

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

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

An attachment with the specified ID could not be found.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeAttachment", "syncReturnType" : "DescribeAttachmentResult", "asyncReturnType" : "DescribeAttachmentResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DescribeCases" : { "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:

  1. One or more CaseDetails data types.
  2. One or more NextToken values, which specify where to paginate the returned records represented by the CaseDetails objects.
", "operationName" : "DescribeCases", "deprecated" : false, "input" : { "variableName" : "describeCasesRequest", "variableType" : "DescribeCasesRequest", "variableDeclarationType" : "DescribeCasesRequest", "documentation" : "", "variableSetterType" : "DescribeCasesRequest", "simpleType" : "DescribeCasesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeCasesResult", "documentation" : "

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

" }, "exceptions" : [ { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error occurred.

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

The requested CaseId could not be located.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeCases", "syncReturnType" : "DescribeCasesResult", "asyncReturnType" : "DescribeCasesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DescribeCommunications" : { "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.

", "operationName" : "DescribeCommunications", "deprecated" : false, "input" : { "variableName" : "describeCommunicationsRequest", "variableType" : "DescribeCommunicationsRequest", "variableDeclarationType" : "DescribeCommunicationsRequest", "documentation" : "", "variableSetterType" : "DescribeCommunicationsRequest", "simpleType" : "DescribeCommunicationsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeCommunicationsResult", "documentation" : "

The communications returned by the DescribeCommunications operation.

" }, "exceptions" : [ { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error occurred.

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

The requested CaseId could not be located.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeCommunications", "syncReturnType" : "DescribeCommunicationsResult", "asyncReturnType" : "DescribeCommunicationsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DescribeServices" : { "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.

", "operationName" : "DescribeServices", "deprecated" : false, "input" : { "variableName" : "describeServicesRequest", "variableType" : "DescribeServicesRequest", "variableDeclarationType" : "DescribeServicesRequest", "documentation" : "", "variableSetterType" : "DescribeServicesRequest", "simpleType" : "DescribeServicesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeServicesResult", "documentation" : "

The list of AWS services returned by the DescribeServices operation.

" }, "exceptions" : [ { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error occurred.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeServices", "syncReturnType" : "DescribeServicesResult", "asyncReturnType" : "DescribeServicesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DescribeSeverityLevels" : { "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.

", "operationName" : "DescribeSeverityLevels", "deprecated" : false, "input" : { "variableName" : "describeSeverityLevelsRequest", "variableType" : "DescribeSeverityLevelsRequest", "variableDeclarationType" : "DescribeSeverityLevelsRequest", "documentation" : "", "variableSetterType" : "DescribeSeverityLevelsRequest", "simpleType" : "DescribeSeverityLevelsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeSeverityLevelsResult", "documentation" : "

The list of severity levels returned by the DescribeSeverityLevels operation.

" }, "exceptions" : [ { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error occurred.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeSeverityLevels", "syncReturnType" : "DescribeSeverityLevelsResult", "asyncReturnType" : "DescribeSeverityLevelsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DescribeTrustedAdvisorCheckRefreshStatuses" : { "documentation" : "

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

", "operationName" : "DescribeTrustedAdvisorCheckRefreshStatuses", "deprecated" : false, "input" : { "variableName" : "describeTrustedAdvisorCheckRefreshStatusesRequest", "variableType" : "DescribeTrustedAdvisorCheckRefreshStatusesRequest", "variableDeclarationType" : "DescribeTrustedAdvisorCheckRefreshStatusesRequest", "documentation" : "", "variableSetterType" : "DescribeTrustedAdvisorCheckRefreshStatusesRequest", "simpleType" : "DescribeTrustedAdvisorCheckRefreshStatusesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeTrustedAdvisorCheckRefreshStatusesResult", "documentation" : "

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

" }, "exceptions" : [ { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error occurred.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeTrustedAdvisorCheckRefreshStatuses", "syncReturnType" : "DescribeTrustedAdvisorCheckRefreshStatusesResult", "asyncReturnType" : "DescribeTrustedAdvisorCheckRefreshStatusesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DescribeTrustedAdvisorCheckResult" : { "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.
", "operationName" : "DescribeTrustedAdvisorCheckResult", "deprecated" : false, "input" : { "variableName" : "describeTrustedAdvisorCheckResultRequest", "variableType" : "DescribeTrustedAdvisorCheckResultRequest", "variableDeclarationType" : "DescribeTrustedAdvisorCheckResultRequest", "documentation" : "", "variableSetterType" : "DescribeTrustedAdvisorCheckResultRequest", "simpleType" : "DescribeTrustedAdvisorCheckResultRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeTrustedAdvisorCheckResultResult", "documentation" : "

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

" }, "exceptions" : [ { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error occurred.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeTrustedAdvisorCheckResult", "syncReturnType" : "DescribeTrustedAdvisorCheckResultResult", "asyncReturnType" : "DescribeTrustedAdvisorCheckResultResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DescribeTrustedAdvisorCheckSummaries" : { "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.

", "operationName" : "DescribeTrustedAdvisorCheckSummaries", "deprecated" : false, "input" : { "variableName" : "describeTrustedAdvisorCheckSummariesRequest", "variableType" : "DescribeTrustedAdvisorCheckSummariesRequest", "variableDeclarationType" : "DescribeTrustedAdvisorCheckSummariesRequest", "documentation" : "", "variableSetterType" : "DescribeTrustedAdvisorCheckSummariesRequest", "simpleType" : "DescribeTrustedAdvisorCheckSummariesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeTrustedAdvisorCheckSummariesResult", "documentation" : "

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

" }, "exceptions" : [ { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error occurred.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeTrustedAdvisorCheckSummaries", "syncReturnType" : "DescribeTrustedAdvisorCheckSummariesResult", "asyncReturnType" : "DescribeTrustedAdvisorCheckSummariesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DescribeTrustedAdvisorChecks" : { "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.

", "operationName" : "DescribeTrustedAdvisorChecks", "deprecated" : false, "input" : { "variableName" : "describeTrustedAdvisorChecksRequest", "variableType" : "DescribeTrustedAdvisorChecksRequest", "variableDeclarationType" : "DescribeTrustedAdvisorChecksRequest", "documentation" : "", "variableSetterType" : "DescribeTrustedAdvisorChecksRequest", "simpleType" : "DescribeTrustedAdvisorChecksRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeTrustedAdvisorChecksResult", "documentation" : "

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

" }, "exceptions" : [ { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error occurred.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeTrustedAdvisorChecks", "syncReturnType" : "DescribeTrustedAdvisorChecksResult", "asyncReturnType" : "DescribeTrustedAdvisorChecksResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "RefreshTrustedAdvisorCheck" : { "documentation" : "

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

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.
", "operationName" : "RefreshTrustedAdvisorCheck", "deprecated" : false, "input" : { "variableName" : "refreshTrustedAdvisorCheckRequest", "variableType" : "RefreshTrustedAdvisorCheckRequest", "variableDeclarationType" : "RefreshTrustedAdvisorCheckRequest", "documentation" : "", "variableSetterType" : "RefreshTrustedAdvisorCheckRequest", "simpleType" : "RefreshTrustedAdvisorCheckRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "RefreshTrustedAdvisorCheckResult", "documentation" : "

The current refresh status of a Trusted Advisor check.

" }, "exceptions" : [ { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error occurred.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "refreshTrustedAdvisorCheck", "syncReturnType" : "RefreshTrustedAdvisorCheckResult", "asyncReturnType" : "RefreshTrustedAdvisorCheckResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "ResolveCase" : { "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.

", "operationName" : "ResolveCase", "deprecated" : false, "input" : { "variableName" : "resolveCaseRequest", "variableType" : "ResolveCaseRequest", "variableDeclarationType" : "ResolveCaseRequest", "documentation" : "", "variableSetterType" : "ResolveCaseRequest", "simpleType" : "ResolveCaseRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ResolveCaseResult", "documentation" : "

The status of the case returned by the ResolveCase operation.

" }, "exceptions" : [ { "exceptionName" : "InternalServerErrorException", "documentation" : "

An internal server error occurred.

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

The requested CaseId could not be located.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "resolveCase", "syncReturnType" : "ResolveCaseResult", "asyncReturnType" : "ResolveCaseResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true } }, "shapes" : { "DescribeCasesResult" : { "c2jName" : "DescribeCasesResponse", "documentation" : "

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

", "shapeName" : "DescribeCasesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The details for the cases that match the request.

", "name" : "Cases", "c2jName" : "cases", "c2jShape" : "CaseList", "variable" : { "variableName" : "cases", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The details for the cases that match the request.

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

The details for the cases that match the request.

\n@param cases The details for the cases that match the request.*/", "getterDocumentation" : "/**

The details for the cases that match the request.

\n@return The details for the cases that match the request.*/", "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.*/", "varargSetterDocumentation" : "/**

The details for the cases that match the request.

\n

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

\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.*/" }, { "documentation" : "

A resumption point for pagination.

", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A resumption point for pagination.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "nextToken", "marshallLocationName" : "nextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A resumption point for pagination.

\n@param nextToken A resumption point for pagination.*/", "getterDocumentation" : "/**

A resumption point for pagination.

\n@return A resumption point for pagination.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } ], "enums" : null, "variable" : { "variableName" : "describeCasesResult", "variableType" : "DescribeCasesResult", "variableDeclarationType" : "DescribeCasesResult", "documentation" : null, "variableSetterType" : "DescribeCasesResult", "simpleType" : "DescribeCasesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

A resumption point for pagination.

", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A resumption point for pagination.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "nextToken", "marshallLocationName" : "nextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A resumption point for pagination.

\n@param nextToken A resumption point for pagination.*/", "getterDocumentation" : "/**

A resumption point for pagination.

\n@return A resumption point for pagination.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "Cases" : { "documentation" : "

The details for the cases that match the request.

", "name" : "Cases", "c2jName" : "cases", "c2jShape" : "CaseList", "variable" : { "variableName" : "cases", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The details for the cases that match the request.

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

The details for the cases that match the request.

\n@param cases The details for the cases that match the request.*/", "getterDocumentation" : "/**

The details for the cases that match the request.

\n@return The details for the cases that match the request.*/", "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.*/", "varargSetterDocumentation" : "/**

The details for the cases that match the request.

\n

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

\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.*/" } } }, "TrustedAdvisorResourcesSummary" : { "c2jName" : "TrustedAdvisorResourcesSummary", "documentation" : "

Details about AWS resources that were analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.

", "shapeName" : "TrustedAdvisorResourcesSummary", "deprecated" : false, "required" : [ "resourcesProcessed", "resourcesFlagged", "resourcesIgnored", "resourcesSuppressed" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The number of AWS resources that were analyzed by the Trusted Advisor check.

", "name" : "ResourcesProcessed", "c2jName" : "resourcesProcessed", "c2jShape" : "Long", "variable" : { "variableName" : "resourcesProcessed", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The number of AWS resources that were analyzed by the Trusted Advisor check.

", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "resourcesProcessed", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourcesProcessed", "marshallLocationName" : "resourcesProcessed", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

The number of AWS resources that were flagged (listed) by the Trusted Advisor check.

", "name" : "ResourcesFlagged", "c2jName" : "resourcesFlagged", "c2jShape" : "Long", "variable" : { "variableName" : "resourcesFlagged", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The number of AWS resources that were flagged (listed) by the Trusted Advisor check.

", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "resourcesFlagged", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourcesFlagged", "marshallLocationName" : "resourcesFlagged", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

The number of AWS resources ignored by Trusted Advisor because information was unavailable.

", "name" : "ResourcesIgnored", "c2jName" : "resourcesIgnored", "c2jShape" : "Long", "variable" : { "variableName" : "resourcesIgnored", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The number of AWS resources ignored by Trusted Advisor because information was unavailable.

", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "resourcesIgnored", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourcesIgnored", "marshallLocationName" : "resourcesIgnored", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.

", "name" : "ResourcesSuppressed", "c2jName" : "resourcesSuppressed", "c2jShape" : "Long", "variable" : { "variableName" : "resourcesSuppressed", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.

", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "resourcesSuppressed", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourcesSuppressed", "marshallLocationName" : "resourcesSuppressed", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } ], "enums" : null, "variable" : { "variableName" : "trustedAdvisorResourcesSummary", "variableType" : "TrustedAdvisorResourcesSummary", "variableDeclarationType" : "TrustedAdvisorResourcesSummary", "documentation" : null, "variableSetterType" : "TrustedAdvisorResourcesSummary", "simpleType" : "TrustedAdvisorResourcesSummary" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourcesIgnored" : { "documentation" : "

The number of AWS resources ignored by Trusted Advisor because information was unavailable.

", "name" : "ResourcesIgnored", "c2jName" : "resourcesIgnored", "c2jShape" : "Long", "variable" : { "variableName" : "resourcesIgnored", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The number of AWS resources ignored by Trusted Advisor because information was unavailable.

", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "resourcesIgnored", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourcesIgnored", "marshallLocationName" : "resourcesIgnored", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "ResourcesProcessed" : { "documentation" : "

The number of AWS resources that were analyzed by the Trusted Advisor check.

", "name" : "ResourcesProcessed", "c2jName" : "resourcesProcessed", "c2jShape" : "Long", "variable" : { "variableName" : "resourcesProcessed", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The number of AWS resources that were analyzed by the Trusted Advisor check.

", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "resourcesProcessed", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourcesProcessed", "marshallLocationName" : "resourcesProcessed", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "ResourcesSuppressed" : { "documentation" : "

The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.

", "name" : "ResourcesSuppressed", "c2jName" : "resourcesSuppressed", "c2jShape" : "Long", "variable" : { "variableName" : "resourcesSuppressed", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.

", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "resourcesSuppressed", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourcesSuppressed", "marshallLocationName" : "resourcesSuppressed", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "ResourcesFlagged" : { "documentation" : "

The number of AWS resources that were flagged (listed) by the Trusted Advisor check.

", "name" : "ResourcesFlagged", "c2jName" : "resourcesFlagged", "c2jShape" : "Long", "variable" : { "variableName" : "resourcesFlagged", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The number of AWS resources that were flagged (listed) by the Trusted Advisor check.

", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "resourcesFlagged", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourcesFlagged", "marshallLocationName" : "resourcesFlagged", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } } }, "AttachmentSetIdNotFoundException" : { "c2jName" : "AttachmentSetIdNotFound", "documentation" : "

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

", "shapeName" : "AttachmentSetIdNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "attachmentSetIdNotFoundException", "variableType" : "AttachmentSetIdNotFoundException", "variableDeclarationType" : "AttachmentSetIdNotFoundException", "documentation" : null, "variableSetterType" : "AttachmentSetIdNotFoundException", "simpleType" : "AttachmentSetIdNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "AttachmentSetIdNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CaseDetails" : { "c2jName" : "CaseDetails", "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:

  1. 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.
  2. CategoryCode. The category of problem for the AWS Support case. Corresponds to the CategoryCode values returned by a call to DescribeServices.
  3. DisplayId. The identifier for the case on pages in the AWS Support Center.
  4. 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.
  5. RecentCommunications. One or more Communication objects. Fields of these objects are Attachments, Body, CaseId, SubmittedBy, and TimeCreated.
  6. NextToken. A resumption point for pagination.
  7. ServiceCode. The identifier for the AWS service that corresponds to the service code defined in the call to DescribeServices.
  8. SeverityCode. The severity code assigned to the case. Contains one of the values returned by the call to DescribeSeverityLevels.
  9. Status. The status of the case in the AWS Support Center.
  10. Subject. The subject line of the case.
  11. SubmittedBy. The email address of the account that submitted the case.
  12. TimeCreated. The time the case was created, in ISO-8601 format.
", "shapeName" : "CaseDetails", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "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

", "name" : "CaseId", "c2jName" : "caseId", "c2jShape" : "CaseId", "variable" : { "variableName" : "caseId", "variableType" : "String", "variableDeclarationType" : "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

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "caseId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "caseId", "marshallLocationName" : "caseId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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*/", "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*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

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

", "name" : "DisplayId", "c2jName" : "displayId", "c2jShape" : "DisplayId", "variable" : { "variableName" : "displayId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "displayId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "displayId", "marshallLocationName" : "displayId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

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

", "name" : "Subject", "c2jName" : "subject", "c2jShape" : "Subject", "variable" : { "variableName" : "subject", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "subject", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "subject", "marshallLocationName" : "subject", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

The status of the case.

", "name" : "Status", "c2jName" : "status", "c2jShape" : "Status", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the case.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status", "marshallLocationName" : "status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the case.

\n@param status The status of the case.*/", "getterDocumentation" : "/**

The status of the case.

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

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.*/" }, { "documentation" : "

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

", "name" : "ServiceCode", "c2jName" : "serviceCode", "c2jShape" : "ServiceCode", "variable" : { "variableName" : "serviceCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "serviceCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "serviceCode", "marshallLocationName" : "serviceCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

The category of problem for the AWS Support case.

", "name" : "CategoryCode", "c2jName" : "categoryCode", "c2jShape" : "CategoryCode", "variable" : { "variableName" : "categoryCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The category of problem for the AWS Support case.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "categoryCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "categoryCode", "marshallLocationName" : "categoryCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The category of problem for the AWS Support case.

\n@param categoryCode The category of problem for the AWS Support case.*/", "getterDocumentation" : "/**

The category of problem for the AWS Support case.

\n@return The category of problem for the AWS Support case.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

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

", "name" : "SeverityCode", "c2jName" : "severityCode", "c2jShape" : "SeverityCode", "variable" : { "variableName" : "severityCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "severityCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "severityCode", "marshallLocationName" : "severityCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

The email address of the account that submitted the case.

", "name" : "SubmittedBy", "c2jName" : "submittedBy", "c2jShape" : "SubmittedBy", "variable" : { "variableName" : "submittedBy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The email address of the account that submitted the case.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "submittedBy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "submittedBy", "marshallLocationName" : "submittedBy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "getterDocumentation" : "/**

The email address of the account that submitted the case.

\n@return The email address of the account that submitted the case.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

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

", "name" : "TimeCreated", "c2jName" : "timeCreated", "c2jShape" : "TimeCreated", "variable" : { "variableName" : "timeCreated", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "timeCreated", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "timeCreated", "marshallLocationName" : "timeCreated", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "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.

", "name" : "RecentCommunications", "c2jName" : "recentCommunications", "c2jShape" : "RecentCaseCommunications", "variable" : { "variableName" : "recentCommunications", "variableType" : "RecentCaseCommunications", "variableDeclarationType" : "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.

", "variableSetterType" : "RecentCaseCommunications", "simpleType" : "RecentCaseCommunications" }, "setterModel" : { "variableName" : "recentCommunications", "variableType" : "RecentCaseCommunications", "variableDeclarationType" : "RecentCaseCommunications", "documentation" : "", "variableSetterType" : "RecentCaseCommunications", "simpleType" : "RecentCaseCommunications" }, "getterModel" : { "returnType" : "RecentCaseCommunications", "documentation" : null }, "http" : { "unmarshallLocationName" : "recentCommunications", "marshallLocationName" : "recentCommunications", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

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

", "name" : "CcEmailAddresses", "c2jName" : "ccEmailAddresses", "c2jShape" : "CcEmailAddressList", "variable" : { "variableName" : "ccEmailAddresses", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

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

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

\n@return The email addresses that receive copies of communication about the case.*/", "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.*/", "varargSetterDocumentation" : "/**

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

\n

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

\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.*/" }, { "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.

", "name" : "Language", "c2jName" : "language", "c2jShape" : "Language", "variable" : { "variableName" : "language", "variableType" : "String", "variableDeclarationType" : "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.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "language", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "language", "marshallLocationName" : "language", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } ], "enums" : null, "variable" : { "variableName" : "caseDetails", "variableType" : "CaseDetails", "variableDeclarationType" : "CaseDetails", "documentation" : null, "variableSetterType" : "CaseDetails", "simpleType" : "CaseDetails" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

The status of the case.

", "name" : "Status", "c2jName" : "status", "c2jShape" : "Status", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the case.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status", "marshallLocationName" : "status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the case.

\n@param status The status of the case.*/", "getterDocumentation" : "/**

The status of the case.

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

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.*/" }, "CategoryCode" : { "documentation" : "

The category of problem for the AWS Support case.

", "name" : "CategoryCode", "c2jName" : "categoryCode", "c2jShape" : "CategoryCode", "variable" : { "variableName" : "categoryCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The category of problem for the AWS Support case.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "categoryCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "categoryCode", "marshallLocationName" : "categoryCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The category of problem for the AWS Support case.

\n@param categoryCode The category of problem for the AWS Support case.*/", "getterDocumentation" : "/**

The category of problem for the AWS Support case.

\n@return The category of problem for the AWS Support case.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "TimeCreated" : { "documentation" : "

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

", "name" : "TimeCreated", "c2jName" : "timeCreated", "c2jShape" : "TimeCreated", "variable" : { "variableName" : "timeCreated", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "timeCreated", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "timeCreated", "marshallLocationName" : "timeCreated", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "ServiceCode" : { "documentation" : "

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

", "name" : "ServiceCode", "c2jName" : "serviceCode", "c2jShape" : "ServiceCode", "variable" : { "variableName" : "serviceCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "serviceCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "serviceCode", "marshallLocationName" : "serviceCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "Language" : { "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.

", "name" : "Language", "c2jName" : "language", "c2jShape" : "Language", "variable" : { "variableName" : "language", "variableType" : "String", "variableDeclarationType" : "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.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "language", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "language", "marshallLocationName" : "language", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "RecentCommunications" : { "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.

", "name" : "RecentCommunications", "c2jName" : "recentCommunications", "c2jShape" : "RecentCaseCommunications", "variable" : { "variableName" : "recentCommunications", "variableType" : "RecentCaseCommunications", "variableDeclarationType" : "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.

", "variableSetterType" : "RecentCaseCommunications", "simpleType" : "RecentCaseCommunications" }, "setterModel" : { "variableName" : "recentCommunications", "variableType" : "RecentCaseCommunications", "variableDeclarationType" : "RecentCaseCommunications", "documentation" : "", "variableSetterType" : "RecentCaseCommunications", "simpleType" : "RecentCaseCommunications" }, "getterModel" : { "returnType" : "RecentCaseCommunications", "documentation" : null }, "http" : { "unmarshallLocationName" : "recentCommunications", "marshallLocationName" : "recentCommunications", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "CcEmailAddresses" : { "documentation" : "

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

", "name" : "CcEmailAddresses", "c2jName" : "ccEmailAddresses", "c2jShape" : "CcEmailAddressList", "variable" : { "variableName" : "ccEmailAddresses", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

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

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

\n@return The email addresses that receive copies of communication about the case.*/", "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.*/", "varargSetterDocumentation" : "/**

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

\n

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

\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.*/" }, "SeverityCode" : { "documentation" : "

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

", "name" : "SeverityCode", "c2jName" : "severityCode", "c2jShape" : "SeverityCode", "variable" : { "variableName" : "severityCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "severityCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "severityCode", "marshallLocationName" : "severityCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "DisplayId" : { "documentation" : "

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

", "name" : "DisplayId", "c2jName" : "displayId", "c2jShape" : "DisplayId", "variable" : { "variableName" : "displayId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "displayId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "displayId", "marshallLocationName" : "displayId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "SubmittedBy" : { "documentation" : "

The email address of the account that submitted the case.

", "name" : "SubmittedBy", "c2jName" : "submittedBy", "c2jShape" : "SubmittedBy", "variable" : { "variableName" : "submittedBy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The email address of the account that submitted the case.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "submittedBy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "submittedBy", "marshallLocationName" : "submittedBy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "getterDocumentation" : "/**

The email address of the account that submitted the case.

\n@return The email address of the account that submitted the case.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "CaseId" : { "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

", "name" : "CaseId", "c2jName" : "caseId", "c2jShape" : "CaseId", "variable" : { "variableName" : "caseId", "variableType" : "String", "variableDeclarationType" : "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

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "caseId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "caseId", "marshallLocationName" : "caseId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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*/", "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*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "Subject" : { "documentation" : "

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

", "name" : "Subject", "c2jName" : "subject", "c2jShape" : "Subject", "variable" : { "variableName" : "subject", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "subject", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "subject", "marshallLocationName" : "subject", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } } }, "TrustedAdvisorCheckRefreshStatus" : { "c2jName" : "TrustedAdvisorCheckRefreshStatus", "documentation" : "

The refresh status of a Trusted Advisor check.

", "shapeName" : "TrustedAdvisorCheckRefreshStatus", "deprecated" : false, "required" : [ "checkId", "status", "millisUntilNextRefreshable" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The unique identifier for the Trusted Advisor check.

", "name" : "CheckId", "c2jName" : "checkId", "c2jShape" : "String", "variable" : { "variableName" : "checkId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique identifier for the Trusted Advisor check.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "checkId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "checkId", "marshallLocationName" : "checkId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unique identifier for the Trusted Advisor check.

\n@param checkId The unique identifier for the Trusted Advisor check.*/", "getterDocumentation" : "/**

The unique identifier for the Trusted Advisor check.

\n@return The unique identifier for the Trusted Advisor check.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".

", "name" : "Status", "c2jName" : "status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status", "marshallLocationName" : "status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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\".*/", "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\".*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.

", "name" : "MillisUntilNextRefreshable", "c2jName" : "millisUntilNextRefreshable", "c2jShape" : "Long", "variable" : { "variableName" : "millisUntilNextRefreshable", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.

", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "millisUntilNextRefreshable", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "millisUntilNextRefreshable", "marshallLocationName" : "millisUntilNextRefreshable", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } ], "enums" : null, "variable" : { "variableName" : "trustedAdvisorCheckRefreshStatus", "variableType" : "TrustedAdvisorCheckRefreshStatus", "variableDeclarationType" : "TrustedAdvisorCheckRefreshStatus", "documentation" : null, "variableSetterType" : "TrustedAdvisorCheckRefreshStatus", "simpleType" : "TrustedAdvisorCheckRefreshStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".

", "name" : "Status", "c2jName" : "status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status", "marshallLocationName" : "status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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\".*/", "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\".*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "MillisUntilNextRefreshable" : { "documentation" : "

The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.

", "name" : "MillisUntilNextRefreshable", "c2jName" : "millisUntilNextRefreshable", "c2jShape" : "Long", "variable" : { "variableName" : "millisUntilNextRefreshable", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.

", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "millisUntilNextRefreshable", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "millisUntilNextRefreshable", "marshallLocationName" : "millisUntilNextRefreshable", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "CheckId" : { "documentation" : "

The unique identifier for the Trusted Advisor check.

", "name" : "CheckId", "c2jName" : "checkId", "c2jShape" : "String", "variable" : { "variableName" : "checkId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique identifier for the Trusted Advisor check.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "checkId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "checkId", "marshallLocationName" : "checkId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unique identifier for the Trusted Advisor check.

\n@param checkId The unique identifier for the Trusted Advisor check.*/", "getterDocumentation" : "/**

The unique identifier for the Trusted Advisor check.

\n@return The unique identifier for the Trusted Advisor check.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } } }, "TrustedAdvisorCheckDescription" : { "c2jName" : "TrustedAdvisorCheckDescription", "documentation" : "

The description and metadata for a Trusted Advisor check.

", "shapeName" : "TrustedAdvisorCheckDescription", "deprecated" : false, "required" : [ "id", "name", "description", "category", "metadata" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The unique identifier for the Trusted Advisor check.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique identifier for the Trusted Advisor check.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unique identifier for the Trusted Advisor check.

\n@param id The unique identifier for the Trusted Advisor check.*/", "getterDocumentation" : "/**

The unique identifier for the Trusted Advisor check.

\n@return The unique identifier for the Trusted Advisor check.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

The display name for the Trusted Advisor check.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The display name for the Trusted Advisor check.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The display name for the Trusted Advisor check.

\n@param name The display name for the Trusted Advisor check.*/", "getterDocumentation" : "/**

The display name for the Trusted Advisor check.

\n@return The display name for the Trusted Advisor check.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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).*/", "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).*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

The category of the Trusted Advisor check.

", "name" : "Category", "c2jName" : "category", "c2jShape" : "String", "variable" : { "variableName" : "category", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The category of the Trusted Advisor check.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "category", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "category", "marshallLocationName" : "category", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The category of the Trusted Advisor check.

\n@param category The category of the Trusted Advisor check.*/", "getterDocumentation" : "/**

The category of the Trusted Advisor check.

\n@return The category of the Trusted Advisor check.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "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.

", "name" : "Metadata", "c2jName" : "metadata", "c2jShape" : "StringList", "variable" : { "variableName" : "metadata", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "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.

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

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

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

\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.*/" } ], "enums" : null, "variable" : { "variableName" : "trustedAdvisorCheckDescription", "variableType" : "TrustedAdvisorCheckDescription", "variableDeclarationType" : "TrustedAdvisorCheckDescription", "documentation" : null, "variableSetterType" : "TrustedAdvisorCheckDescription", "simpleType" : "TrustedAdvisorCheckDescription" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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).*/", "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).*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "Category" : { "documentation" : "

The category of the Trusted Advisor check.

", "name" : "Category", "c2jName" : "category", "c2jShape" : "String", "variable" : { "variableName" : "category", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The category of the Trusted Advisor check.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "category", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "category", "marshallLocationName" : "category", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The category of the Trusted Advisor check.

\n@param category The category of the Trusted Advisor check.*/", "getterDocumentation" : "/**

The category of the Trusted Advisor check.

\n@return The category of the Trusted Advisor check.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "Metadata" : { "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.

", "name" : "Metadata", "c2jName" : "metadata", "c2jShape" : "StringList", "variable" : { "variableName" : "metadata", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "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.

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

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

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

\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.*/" }, "Id" : { "documentation" : "

The unique identifier for the Trusted Advisor check.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique identifier for the Trusted Advisor check.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unique identifier for the Trusted Advisor check.

\n@param id The unique identifier for the Trusted Advisor check.*/", "getterDocumentation" : "/**

The unique identifier for the Trusted Advisor check.

\n@return The unique identifier for the Trusted Advisor check.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "Name" : { "documentation" : "

The display name for the Trusted Advisor check.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The display name for the Trusted Advisor check.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The display name for the Trusted Advisor check.

\n@param name The display name for the Trusted Advisor check.*/", "getterDocumentation" : "/**

The display name for the Trusted Advisor check.

\n@return The display name for the Trusted Advisor check.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } } }, "Attachment" : { "c2jName" : "Attachment", "documentation" : "

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

", "shapeName" : "Attachment", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the attachment file.

", "name" : "FileName", "c2jName" : "fileName", "c2jShape" : "FileName", "variable" : { "variableName" : "fileName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the attachment file.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "fileName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "fileName", "marshallLocationName" : "fileName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the attachment file.

\n@param fileName The name of the attachment file.*/", "getterDocumentation" : "/**

The name of the attachment file.

\n@return The name of the attachment file.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

The content of the attachment file.

", "name" : "Data", "c2jName" : "data", "c2jShape" : "Data", "variable" : { "variableName" : "data", "variableType" : "java.nio.ByteBuffer", "variableDeclarationType" : "java.nio.ByteBuffer", "documentation" : "

The content of the attachment file.

", "variableSetterType" : "java.nio.ByteBuffer", "simpleType" : "ByteBuffer" }, "setterModel" : { "variableName" : "data", "variableType" : "java.nio.ByteBuffer", "variableDeclarationType" : "java.nio.ByteBuffer", "documentation" : "", "variableSetterType" : "java.nio.ByteBuffer", "simpleType" : "ByteBuffer" }, "getterModel" : { "returnType" : "java.nio.ByteBuffer", "documentation" : null }, "http" : { "unmarshallLocationName" : "data", "marshallLocationName" : "data", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The content of the attachment file.

\nAWS SDK for Java performs a Base64 encoding on this field before sending this request to AWS service by default. Users of the SDK should not perform Base64 encoding on this field.\n

\n

\nWarning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.\n

\n\n@param data The content of the attachment file.*/", "getterDocumentation" : "/**

The content of the attachment file.

\n

\n{@code ByteBuffer}s are stateful. Calling their {@code get} methods changes their {@code position}. We recommend using {@link java.nio.ByteBuffer#asReadOnlyBuffer()} to create a read-only view of the buffer with an independent {@code position}, and calling {@code get} methods on this rather than directly on the returned {@code ByteBuffer}. Doing so will ensure that anyone else using the {@code ByteBuffer} will not be affected by changes to the {@code position}.\n

\n@return The content of the attachment file.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } ], "enums" : null, "variable" : { "variableName" : "attachment", "variableType" : "Attachment", "variableDeclarationType" : "Attachment", "documentation" : null, "variableSetterType" : "Attachment", "simpleType" : "Attachment" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "FileName" : { "documentation" : "

The name of the attachment file.

", "name" : "FileName", "c2jName" : "fileName", "c2jShape" : "FileName", "variable" : { "variableName" : "fileName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the attachment file.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "fileName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "fileName", "marshallLocationName" : "fileName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the attachment file.

\n@param fileName The name of the attachment file.*/", "getterDocumentation" : "/**

The name of the attachment file.

\n@return The name of the attachment file.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "Data" : { "documentation" : "

The content of the attachment file.

", "name" : "Data", "c2jName" : "data", "c2jShape" : "Data", "variable" : { "variableName" : "data", "variableType" : "java.nio.ByteBuffer", "variableDeclarationType" : "java.nio.ByteBuffer", "documentation" : "

The content of the attachment file.

", "variableSetterType" : "java.nio.ByteBuffer", "simpleType" : "ByteBuffer" }, "setterModel" : { "variableName" : "data", "variableType" : "java.nio.ByteBuffer", "variableDeclarationType" : "java.nio.ByteBuffer", "documentation" : "", "variableSetterType" : "java.nio.ByteBuffer", "simpleType" : "ByteBuffer" }, "getterModel" : { "returnType" : "java.nio.ByteBuffer", "documentation" : null }, "http" : { "unmarshallLocationName" : "data", "marshallLocationName" : "data", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The content of the attachment file.

\nAWS SDK for Java performs a Base64 encoding on this field before sending this request to AWS service by default. Users of the SDK should not perform Base64 encoding on this field.\n

\n

\nWarning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.\n

\n\n@param data The content of the attachment file.*/", "getterDocumentation" : "/**

The content of the attachment file.

\n

\n{@code ByteBuffer}s are stateful. Calling their {@code get} methods changes their {@code position}. We recommend using {@link java.nio.ByteBuffer#asReadOnlyBuffer()} to create a read-only view of the buffer with an independent {@code position}, and calling {@code get} methods on this rather than directly on the returned {@code ByteBuffer}. Doing so will ensure that anyone else using the {@code ByteBuffer} will not be affected by changes to the {@code position}.\n

\n@return The content of the attachment file.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } } }, "SeverityLevel" : { "c2jName" : "SeverityLevel", "documentation" : "

A code and name pair that represent a severity level that can be applied to a support case.

", "shapeName" : "SeverityLevel", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in SeverityLevel.name.

", "name" : "Code", "c2jName" : "code", "c2jShape" : "SeverityLevelCode", "variable" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in SeverityLevel.name.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "code", "marshallLocationName" : "code", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

The name of the severity level that corresponds to the severity level code.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "SeverityLevelName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the severity level that corresponds to the severity level code.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } ], "enums" : null, "variable" : { "variableName" : "severityLevel", "variableType" : "SeverityLevel", "variableDeclarationType" : "SeverityLevel", "documentation" : null, "variableSetterType" : "SeverityLevel", "simpleType" : "SeverityLevel" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Code" : { "documentation" : "

One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in SeverityLevel.name.

", "name" : "Code", "c2jName" : "code", "c2jShape" : "SeverityLevelCode", "variable" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in SeverityLevel.name.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "code", "marshallLocationName" : "code", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "Name" : { "documentation" : "

The name of the severity level that corresponds to the severity level code.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "SeverityLevelName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the severity level that corresponds to the severity level code.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } } }, "AddAttachmentsToSetResult" : { "c2jName" : "AddAttachmentsToSetResponse", "documentation" : "

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

", "shapeName" : "AddAttachmentsToSetResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "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.

", "name" : "AttachmentSetId", "c2jName" : "attachmentSetId", "c2jShape" : "AttachmentSetId", "variable" : { "variableName" : "attachmentSetId", "variableType" : "String", "variableDeclarationType" : "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.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "attachmentSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "attachmentSetId", "marshallLocationName" : "attachmentSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

The time and date when the attachment set expires.

", "name" : "ExpiryTime", "c2jName" : "expiryTime", "c2jShape" : "ExpiryTime", "variable" : { "variableName" : "expiryTime", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The time and date when the attachment set expires.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "expiryTime", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "expiryTime", "marshallLocationName" : "expiryTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time and date when the attachment set expires.

\n@param expiryTime The time and date when the attachment set expires.*/", "getterDocumentation" : "/**

The time and date when the attachment set expires.

\n@return The time and date when the attachment set expires.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } ], "enums" : null, "variable" : { "variableName" : "addAttachmentsToSetResult", "variableType" : "AddAttachmentsToSetResult", "variableDeclarationType" : "AddAttachmentsToSetResult", "documentation" : null, "variableSetterType" : "AddAttachmentsToSetResult", "simpleType" : "AddAttachmentsToSetResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ExpiryTime" : { "documentation" : "

The time and date when the attachment set expires.

", "name" : "ExpiryTime", "c2jName" : "expiryTime", "c2jShape" : "ExpiryTime", "variable" : { "variableName" : "expiryTime", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The time and date when the attachment set expires.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "expiryTime", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "expiryTime", "marshallLocationName" : "expiryTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time and date when the attachment set expires.

\n@param expiryTime The time and date when the attachment set expires.*/", "getterDocumentation" : "/**

The time and date when the attachment set expires.

\n@return The time and date when the attachment set expires.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "AttachmentSetId" : { "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.

", "name" : "AttachmentSetId", "c2jName" : "attachmentSetId", "c2jShape" : "AttachmentSetId", "variable" : { "variableName" : "attachmentSetId", "variableType" : "String", "variableDeclarationType" : "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.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "attachmentSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "attachmentSetId", "marshallLocationName" : "attachmentSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } } }, "TrustedAdvisorResourceDetail" : { "c2jName" : "TrustedAdvisorResourceDetail", "documentation" : "

Contains information about a resource identified by a Trusted Advisor check.

", "shapeName" : "TrustedAdvisorResourceDetail", "deprecated" : false, "required" : [ "status", "region", "resourceId", "metadata" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The status code for the resource identified in the Trusted Advisor check.

", "name" : "Status", "c2jName" : "status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status code for the resource identified in the Trusted Advisor check.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status", "marshallLocationName" : "status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

The AWS region in which the identified resource is located.

", "name" : "Region", "c2jName" : "region", "c2jShape" : "String", "variable" : { "variableName" : "region", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AWS region in which the identified resource is located.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "region", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "region", "marshallLocationName" : "region", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "getterDocumentation" : "/**

The AWS region in which the identified resource is located.

\n@return The AWS region in which the identified resource is located.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

The unique identifier for the identified resource.

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique identifier for the identified resource.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceId", "marshallLocationName" : "resourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unique identifier for the identified resource.

\n@param resourceId The unique identifier for the identified resource.*/", "getterDocumentation" : "/**

The unique identifier for the identified resource.

\n@return The unique identifier for the identified resource.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.

", "name" : "IsSuppressed", "c2jName" : "isSuppressed", "c2jShape" : "Boolean", "variable" : { "variableName" : "isSuppressed", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.

", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "isSuppressed", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "isSuppressed", "marshallLocationName" : "isSuppressed", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "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.

", "name" : "Metadata", "c2jName" : "metadata", "c2jShape" : "StringList", "variable" : { "variableName" : "metadata", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "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.

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

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

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

\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.*/" } ], "enums" : null, "variable" : { "variableName" : "trustedAdvisorResourceDetail", "variableType" : "TrustedAdvisorResourceDetail", "variableDeclarationType" : "TrustedAdvisorResourceDetail", "documentation" : null, "variableSetterType" : "TrustedAdvisorResourceDetail", "simpleType" : "TrustedAdvisorResourceDetail" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

The status code for the resource identified in the Trusted Advisor check.

", "name" : "Status", "c2jName" : "status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status code for the resource identified in the Trusted Advisor check.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status", "marshallLocationName" : "status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "ResourceId" : { "documentation" : "

The unique identifier for the identified resource.

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique identifier for the identified resource.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceId", "marshallLocationName" : "resourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unique identifier for the identified resource.

\n@param resourceId The unique identifier for the identified resource.*/", "getterDocumentation" : "/**

The unique identifier for the identified resource.

\n@return The unique identifier for the identified resource.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "IsSuppressed" : { "documentation" : "

Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.

", "name" : "IsSuppressed", "c2jName" : "isSuppressed", "c2jShape" : "Boolean", "variable" : { "variableName" : "isSuppressed", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.

", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "isSuppressed", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "isSuppressed", "marshallLocationName" : "isSuppressed", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "Metadata" : { "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.

", "name" : "Metadata", "c2jName" : "metadata", "c2jShape" : "StringList", "variable" : { "variableName" : "metadata", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "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.

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

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

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

\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.*/" }, "Region" : { "documentation" : "

The AWS region in which the identified resource is located.

", "name" : "Region", "c2jName" : "region", "c2jShape" : "String", "variable" : { "variableName" : "region", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AWS region in which the identified resource is located.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "region", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "region", "marshallLocationName" : "region", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "getterDocumentation" : "/**

The AWS region in which the identified resource is located.

\n@return The AWS region in which the identified resource is located.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } } }, "CaseCreationLimitExceededException" : { "c2jName" : "CaseCreationLimitExceeded", "documentation" : "

The case creation limit for the account has been exceeded.

", "shapeName" : "CaseCreationLimitExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "caseCreationLimitExceededException", "variableType" : "CaseCreationLimitExceededException", "variableDeclarationType" : "CaseCreationLimitExceededException", "documentation" : null, "variableSetterType" : "CaseCreationLimitExceededException", "simpleType" : "CaseCreationLimitExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "CaseCreationLimitExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeCasesRequest" : { "c2jName" : "DescribeCasesRequest", "documentation" : "", "shapeName" : "DescribeCasesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.

", "name" : "CaseIdList", "c2jName" : "caseIdList", "c2jShape" : "CaseIdList", "variable" : { "variableName" : "caseIdList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.

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

A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.

\n@return A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.*/", "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.*/", "varargSetterDocumentation" : "/**

A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.

\n

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

\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.*/" }, { "documentation" : "

The ID displayed for a case in the AWS Support Center user interface.

", "name" : "DisplayId", "c2jName" : "displayId", "c2jShape" : "DisplayId", "variable" : { "variableName" : "displayId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID displayed for a case in the AWS Support Center user interface.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "displayId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "displayId", "marshallLocationName" : "displayId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

", "name" : "AfterTime", "c2jName" : "afterTime", "c2jShape" : "AfterTime", "variable" : { "variableName" : "afterTime", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "afterTime", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "afterTime", "marshallLocationName" : "afterTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

", "name" : "BeforeTime", "c2jName" : "beforeTime", "c2jShape" : "BeforeTime", "variable" : { "variableName" : "beforeTime", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "beforeTime", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "beforeTime", "marshallLocationName" : "beforeTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.

", "name" : "IncludeResolvedCases", "c2jName" : "includeResolvedCases", "c2jShape" : "IncludeResolvedCases", "variable" : { "variableName" : "includeResolvedCases", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.

", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "includeResolvedCases", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "includeResolvedCases", "marshallLocationName" : "includeResolvedCases", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

A resumption point for pagination.

", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A resumption point for pagination.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "nextToken", "marshallLocationName" : "nextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A resumption point for pagination.

\n@param nextToken A resumption point for pagination.*/", "getterDocumentation" : "/**

A resumption point for pagination.

\n@return A resumption point for pagination.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

The maximum number of results to return before paginating.

", "name" : "MaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "variable" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of results to return before paginating.

", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "maxResults", "marshallLocationName" : "maxResults", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of results to return before paginating.

\n@param maxResults The maximum number of results to return before paginating.*/", "getterDocumentation" : "/**

The maximum number of results to return before paginating.

\n@return The maximum number of results to return before paginating.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "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.

", "name" : "Language", "c2jName" : "language", "c2jShape" : "Language", "variable" : { "variableName" : "language", "variableType" : "String", "variableDeclarationType" : "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.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "language", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "language", "marshallLocationName" : "language", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

Specifies whether communications should be included in the DescribeCases results. The default is true.

", "name" : "IncludeCommunications", "c2jName" : "includeCommunications", "c2jShape" : "IncludeCommunications", "variable" : { "variableName" : "includeCommunications", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether communications should be included in the DescribeCases results. The default is true.

", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "includeCommunications", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "includeCommunications", "marshallLocationName" : "includeCommunications", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } ], "enums" : null, "variable" : { "variableName" : "describeCasesRequest", "variableType" : "DescribeCasesRequest", "variableDeclarationType" : "DescribeCasesRequest", "documentation" : null, "variableSetterType" : "DescribeCasesRequest", "simpleType" : "DescribeCasesRequest" }, "marshaller" : { "action" : "DescribeCases", "verb" : "POST", "target" : "AWSSupport_20130415.DescribeCases", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CaseIdList" : { "documentation" : "

A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.

", "name" : "CaseIdList", "c2jName" : "caseIdList", "c2jShape" : "CaseIdList", "variable" : { "variableName" : "caseIdList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.

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

A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.

\n@return A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.*/", "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.*/", "varargSetterDocumentation" : "/**

A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.

\n

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

\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.*/" }, "NextToken" : { "documentation" : "

A resumption point for pagination.

", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A resumption point for pagination.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "nextToken", "marshallLocationName" : "nextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A resumption point for pagination.

\n@param nextToken A resumption point for pagination.*/", "getterDocumentation" : "/**

A resumption point for pagination.

\n@return A resumption point for pagination.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "Language" : { "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.

", "name" : "Language", "c2jName" : "language", "c2jShape" : "Language", "variable" : { "variableName" : "language", "variableType" : "String", "variableDeclarationType" : "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.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "language", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "language", "marshallLocationName" : "language", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "BeforeTime" : { "documentation" : "

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

", "name" : "BeforeTime", "c2jName" : "beforeTime", "c2jShape" : "BeforeTime", "variable" : { "variableName" : "beforeTime", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "beforeTime", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "beforeTime", "marshallLocationName" : "beforeTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "IncludeResolvedCases" : { "documentation" : "

Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.

", "name" : "IncludeResolvedCases", "c2jName" : "includeResolvedCases", "c2jShape" : "IncludeResolvedCases", "variable" : { "variableName" : "includeResolvedCases", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.

", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "includeResolvedCases", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "includeResolvedCases", "marshallLocationName" : "includeResolvedCases", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "MaxResults" : { "documentation" : "

The maximum number of results to return before paginating.

", "name" : "MaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "variable" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of results to return before paginating.

", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "maxResults", "marshallLocationName" : "maxResults", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of results to return before paginating.

\n@param maxResults The maximum number of results to return before paginating.*/", "getterDocumentation" : "/**

The maximum number of results to return before paginating.

\n@return The maximum number of results to return before paginating.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "DisplayId" : { "documentation" : "

The ID displayed for a case in the AWS Support Center user interface.

", "name" : "DisplayId", "c2jName" : "displayId", "c2jShape" : "DisplayId", "variable" : { "variableName" : "displayId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID displayed for a case in the AWS Support Center user interface.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "displayId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "displayId", "marshallLocationName" : "displayId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "AfterTime" : { "documentation" : "

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

", "name" : "AfterTime", "c2jName" : "afterTime", "c2jShape" : "AfterTime", "variable" : { "variableName" : "afterTime", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "afterTime", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "afterTime", "marshallLocationName" : "afterTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "IncludeCommunications" : { "documentation" : "

Specifies whether communications should be included in the DescribeCases results. The default is true.

", "name" : "IncludeCommunications", "c2jName" : "includeCommunications", "c2jShape" : "IncludeCommunications", "variable" : { "variableName" : "includeCommunications", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether communications should be included in the DescribeCases results. The default is true.

", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "includeCommunications", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "includeCommunications", "marshallLocationName" : "includeCommunications", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } } }, "DescribeCommunicationsRequest" : { "c2jName" : "DescribeCommunicationsRequest", "documentation" : "", "shapeName" : "DescribeCommunicationsRequest", "deprecated" : false, "required" : [ "caseId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "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

", "name" : "CaseId", "c2jName" : "caseId", "c2jShape" : "CaseId", "variable" : { "variableName" : "caseId", "variableType" : "String", "variableDeclarationType" : "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

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "caseId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "caseId", "marshallLocationName" : "caseId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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*/", "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*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

", "name" : "BeforeTime", "c2jName" : "beforeTime", "c2jShape" : "BeforeTime", "variable" : { "variableName" : "beforeTime", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "beforeTime", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "beforeTime", "marshallLocationName" : "beforeTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

", "name" : "AfterTime", "c2jName" : "afterTime", "c2jShape" : "AfterTime", "variable" : { "variableName" : "afterTime", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "afterTime", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "afterTime", "marshallLocationName" : "afterTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

A resumption point for pagination.

", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A resumption point for pagination.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "nextToken", "marshallLocationName" : "nextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A resumption point for pagination.

\n@param nextToken A resumption point for pagination.*/", "getterDocumentation" : "/**

A resumption point for pagination.

\n@return A resumption point for pagination.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

The maximum number of results to return before paginating.

", "name" : "MaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "variable" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of results to return before paginating.

", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "maxResults", "marshallLocationName" : "maxResults", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of results to return before paginating.

\n@param maxResults The maximum number of results to return before paginating.*/", "getterDocumentation" : "/**

The maximum number of results to return before paginating.

\n@return The maximum number of results to return before paginating.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } ], "enums" : null, "variable" : { "variableName" : "describeCommunicationsRequest", "variableType" : "DescribeCommunicationsRequest", "variableDeclarationType" : "DescribeCommunicationsRequest", "documentation" : null, "variableSetterType" : "DescribeCommunicationsRequest", "simpleType" : "DescribeCommunicationsRequest" }, "marshaller" : { "action" : "DescribeCommunications", "verb" : "POST", "target" : "AWSSupport_20130415.DescribeCommunications", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

A resumption point for pagination.

", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A resumption point for pagination.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "nextToken", "marshallLocationName" : "nextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A resumption point for pagination.

\n@param nextToken A resumption point for pagination.*/", "getterDocumentation" : "/**

A resumption point for pagination.

\n@return A resumption point for pagination.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "BeforeTime" : { "documentation" : "

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

", "name" : "BeforeTime", "c2jName" : "beforeTime", "c2jShape" : "BeforeTime", "variable" : { "variableName" : "beforeTime", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "beforeTime", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "beforeTime", "marshallLocationName" : "beforeTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "MaxResults" : { "documentation" : "

The maximum number of results to return before paginating.

", "name" : "MaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "variable" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of results to return before paginating.

", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "maxResults", "marshallLocationName" : "maxResults", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of results to return before paginating.

\n@param maxResults The maximum number of results to return before paginating.*/", "getterDocumentation" : "/**

The maximum number of results to return before paginating.

\n@return The maximum number of results to return before paginating.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "CaseId" : { "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

", "name" : "CaseId", "c2jName" : "caseId", "c2jShape" : "CaseId", "variable" : { "variableName" : "caseId", "variableType" : "String", "variableDeclarationType" : "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

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "caseId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "caseId", "marshallLocationName" : "caseId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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*/", "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*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "AfterTime" : { "documentation" : "

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

", "name" : "AfterTime", "c2jName" : "afterTime", "c2jShape" : "AfterTime", "variable" : { "variableName" : "afterTime", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "afterTime", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "afterTime", "marshallLocationName" : "afterTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } } }, "AttachmentDetails" : { "c2jName" : "AttachmentDetails", "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.

", "shapeName" : "AttachmentDetails", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The ID of the attachment.

", "name" : "AttachmentId", "c2jName" : "attachmentId", "c2jShape" : "AttachmentId", "variable" : { "variableName" : "attachmentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the attachment.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "attachmentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "attachmentId", "marshallLocationName" : "attachmentId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the attachment.

\n@param attachmentId The ID of the attachment.*/", "getterDocumentation" : "/**

The ID of the attachment.

\n@return The ID of the attachment.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

The file name of the attachment.

", "name" : "FileName", "c2jName" : "fileName", "c2jShape" : "FileName", "variable" : { "variableName" : "fileName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The file name of the attachment.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "fileName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "fileName", "marshallLocationName" : "fileName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The file name of the attachment.

\n@param fileName The file name of the attachment.*/", "getterDocumentation" : "/**

The file name of the attachment.

\n@return The file name of the attachment.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } ], "enums" : null, "variable" : { "variableName" : "attachmentDetails", "variableType" : "AttachmentDetails", "variableDeclarationType" : "AttachmentDetails", "documentation" : null, "variableSetterType" : "AttachmentDetails", "simpleType" : "AttachmentDetails" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "FileName" : { "documentation" : "

The file name of the attachment.

", "name" : "FileName", "c2jName" : "fileName", "c2jShape" : "FileName", "variable" : { "variableName" : "fileName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The file name of the attachment.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "fileName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "fileName", "marshallLocationName" : "fileName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The file name of the attachment.

\n@param fileName The file name of the attachment.*/", "getterDocumentation" : "/**

The file name of the attachment.

\n@return The file name of the attachment.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "AttachmentId" : { "documentation" : "

The ID of the attachment.

", "name" : "AttachmentId", "c2jName" : "attachmentId", "c2jShape" : "AttachmentId", "variable" : { "variableName" : "attachmentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the attachment.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "attachmentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "attachmentId", "marshallLocationName" : "attachmentId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the attachment.

\n@param attachmentId The ID of the attachment.*/", "getterDocumentation" : "/**

The ID of the attachment.

\n@return The ID of the attachment.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } } }, "DescribeServicesRequest" : { "c2jName" : "DescribeServicesRequest", "documentation" : "", "shapeName" : "DescribeServicesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A JSON-formatted list of service codes available for AWS services.

", "name" : "ServiceCodeList", "c2jName" : "serviceCodeList", "c2jShape" : "ServiceCodeList", "variable" : { "variableName" : "serviceCodeList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A JSON-formatted list of service codes available for AWS services.

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

A JSON-formatted list of service codes available for AWS services.

\n@return A JSON-formatted list of service codes available for AWS services.*/", "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.*/", "varargSetterDocumentation" : "/**

A JSON-formatted list of service codes available for AWS services.

\n

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

\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.*/" }, { "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.

", "name" : "Language", "c2jName" : "language", "c2jShape" : "Language", "variable" : { "variableName" : "language", "variableType" : "String", "variableDeclarationType" : "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.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "language", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "language", "marshallLocationName" : "language", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } ], "enums" : null, "variable" : { "variableName" : "describeServicesRequest", "variableType" : "DescribeServicesRequest", "variableDeclarationType" : "DescribeServicesRequest", "documentation" : null, "variableSetterType" : "DescribeServicesRequest", "simpleType" : "DescribeServicesRequest" }, "marshaller" : { "action" : "DescribeServices", "verb" : "POST", "target" : "AWSSupport_20130415.DescribeServices", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Language" : { "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.

", "name" : "Language", "c2jName" : "language", "c2jShape" : "Language", "variable" : { "variableName" : "language", "variableType" : "String", "variableDeclarationType" : "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.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "language", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "language", "marshallLocationName" : "language", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "ServiceCodeList" : { "documentation" : "

A JSON-formatted list of service codes available for AWS services.

", "name" : "ServiceCodeList", "c2jName" : "serviceCodeList", "c2jShape" : "ServiceCodeList", "variable" : { "variableName" : "serviceCodeList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A JSON-formatted list of service codes available for AWS services.

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

A JSON-formatted list of service codes available for AWS services.

\n@return A JSON-formatted list of service codes available for AWS services.*/", "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.*/", "varargSetterDocumentation" : "/**

A JSON-formatted list of service codes available for AWS services.

\n

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

\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.*/" } } }, "DescribeCommunicationsResult" : { "c2jName" : "DescribeCommunicationsResponse", "documentation" : "

The communications returned by the DescribeCommunications operation.

", "shapeName" : "DescribeCommunicationsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The communications for the case.

", "name" : "Communications", "c2jName" : "communications", "c2jShape" : "CommunicationList", "variable" : { "variableName" : "communications", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The communications for the case.

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

The communications for the case.

\n@param communications The communications for the case.*/", "getterDocumentation" : "/**

The communications for the case.

\n@return The communications for the case.*/", "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.*/", "varargSetterDocumentation" : "/**

The communications for the case.

\n

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

\n@param communications The communications for the case.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A resumption point for pagination.

", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A resumption point for pagination.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "nextToken", "marshallLocationName" : "nextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A resumption point for pagination.

\n@param nextToken A resumption point for pagination.*/", "getterDocumentation" : "/**

A resumption point for pagination.

\n@return A resumption point for pagination.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } ], "enums" : null, "variable" : { "variableName" : "describeCommunicationsResult", "variableType" : "DescribeCommunicationsResult", "variableDeclarationType" : "DescribeCommunicationsResult", "documentation" : null, "variableSetterType" : "DescribeCommunicationsResult", "simpleType" : "DescribeCommunicationsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

A resumption point for pagination.

", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A resumption point for pagination.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "nextToken", "marshallLocationName" : "nextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A resumption point for pagination.

\n@param nextToken A resumption point for pagination.*/", "getterDocumentation" : "/**

A resumption point for pagination.

\n@return A resumption point for pagination.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "Communications" : { "documentation" : "

The communications for the case.

", "name" : "Communications", "c2jName" : "communications", "c2jShape" : "CommunicationList", "variable" : { "variableName" : "communications", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The communications for the case.

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

The communications for the case.

\n@param communications The communications for the case.*/", "getterDocumentation" : "/**

The communications for the case.

\n@return The communications for the case.*/", "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.*/", "varargSetterDocumentation" : "/**

The communications for the case.

\n

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

\n@param communications The communications for the case.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TrustedAdvisorCategorySpecificSummary" : { "c2jName" : "TrustedAdvisorCategorySpecificSummary", "documentation" : "

The container for summary information that relates to the category of the Trusted Advisor check.

", "shapeName" : "TrustedAdvisorCategorySpecificSummary", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.

", "name" : "CostOptimizing", "c2jName" : "costOptimizing", "c2jShape" : "TrustedAdvisorCostOptimizingSummary", "variable" : { "variableName" : "costOptimizing", "variableType" : "TrustedAdvisorCostOptimizingSummary", "variableDeclarationType" : "TrustedAdvisorCostOptimizingSummary", "documentation" : "

The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.

", "variableSetterType" : "TrustedAdvisorCostOptimizingSummary", "simpleType" : "TrustedAdvisorCostOptimizingSummary" }, "setterModel" : { "variableName" : "costOptimizing", "variableType" : "TrustedAdvisorCostOptimizingSummary", "variableDeclarationType" : "TrustedAdvisorCostOptimizingSummary", "documentation" : "", "variableSetterType" : "TrustedAdvisorCostOptimizingSummary", "simpleType" : "TrustedAdvisorCostOptimizingSummary" }, "getterModel" : { "returnType" : "TrustedAdvisorCostOptimizingSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "costOptimizing", "marshallLocationName" : "costOptimizing", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } ], "enums" : null, "variable" : { "variableName" : "trustedAdvisorCategorySpecificSummary", "variableType" : "TrustedAdvisorCategorySpecificSummary", "variableDeclarationType" : "TrustedAdvisorCategorySpecificSummary", "documentation" : null, "variableSetterType" : "TrustedAdvisorCategorySpecificSummary", "simpleType" : "TrustedAdvisorCategorySpecificSummary" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CostOptimizing" : { "documentation" : "

The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.

", "name" : "CostOptimizing", "c2jName" : "costOptimizing", "c2jShape" : "TrustedAdvisorCostOptimizingSummary", "variable" : { "variableName" : "costOptimizing", "variableType" : "TrustedAdvisorCostOptimizingSummary", "variableDeclarationType" : "TrustedAdvisorCostOptimizingSummary", "documentation" : "

The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.

", "variableSetterType" : "TrustedAdvisorCostOptimizingSummary", "simpleType" : "TrustedAdvisorCostOptimizingSummary" }, "setterModel" : { "variableName" : "costOptimizing", "variableType" : "TrustedAdvisorCostOptimizingSummary", "variableDeclarationType" : "TrustedAdvisorCostOptimizingSummary", "documentation" : "", "variableSetterType" : "TrustedAdvisorCostOptimizingSummary", "simpleType" : "TrustedAdvisorCostOptimizingSummary" }, "getterModel" : { "returnType" : "TrustedAdvisorCostOptimizingSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "costOptimizing", "marshallLocationName" : "costOptimizing", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } } }, "TrustedAdvisorCostOptimizingSummary" : { "c2jName" : "TrustedAdvisorCostOptimizingSummary", "documentation" : "

The estimated cost savings that might be realized if the recommended actions are taken.

", "shapeName" : "TrustedAdvisorCostOptimizingSummary", "deprecated" : false, "required" : [ "estimatedMonthlySavings", "estimatedPercentMonthlySavings" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The estimated monthly savings that might be realized if the recommended actions are taken.

", "name" : "EstimatedMonthlySavings", "c2jName" : "estimatedMonthlySavings", "c2jShape" : "Double", "variable" : { "variableName" : "estimatedMonthlySavings", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

The estimated monthly savings that might be realized if the recommended actions are taken.

", "variableSetterType" : "Double", "simpleType" : "Double" }, "setterModel" : { "variableName" : "estimatedMonthlySavings", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "variableSetterType" : "Double", "simpleType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "estimatedMonthlySavings", "marshallLocationName" : "estimatedMonthlySavings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

The estimated percentage of savings that might be realized if the recommended actions are taken.

", "name" : "EstimatedPercentMonthlySavings", "c2jName" : "estimatedPercentMonthlySavings", "c2jShape" : "Double", "variable" : { "variableName" : "estimatedPercentMonthlySavings", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

The estimated percentage of savings that might be realized if the recommended actions are taken.

", "variableSetterType" : "Double", "simpleType" : "Double" }, "setterModel" : { "variableName" : "estimatedPercentMonthlySavings", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "variableSetterType" : "Double", "simpleType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "estimatedPercentMonthlySavings", "marshallLocationName" : "estimatedPercentMonthlySavings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } ], "enums" : null, "variable" : { "variableName" : "trustedAdvisorCostOptimizingSummary", "variableType" : "TrustedAdvisorCostOptimizingSummary", "variableDeclarationType" : "TrustedAdvisorCostOptimizingSummary", "documentation" : null, "variableSetterType" : "TrustedAdvisorCostOptimizingSummary", "simpleType" : "TrustedAdvisorCostOptimizingSummary" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "EstimatedMonthlySavings" : { "documentation" : "

The estimated monthly savings that might be realized if the recommended actions are taken.

", "name" : "EstimatedMonthlySavings", "c2jName" : "estimatedMonthlySavings", "c2jShape" : "Double", "variable" : { "variableName" : "estimatedMonthlySavings", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

The estimated monthly savings that might be realized if the recommended actions are taken.

", "variableSetterType" : "Double", "simpleType" : "Double" }, "setterModel" : { "variableName" : "estimatedMonthlySavings", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "variableSetterType" : "Double", "simpleType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "estimatedMonthlySavings", "marshallLocationName" : "estimatedMonthlySavings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "EstimatedPercentMonthlySavings" : { "documentation" : "

The estimated percentage of savings that might be realized if the recommended actions are taken.

", "name" : "EstimatedPercentMonthlySavings", "c2jName" : "estimatedPercentMonthlySavings", "c2jShape" : "Double", "variable" : { "variableName" : "estimatedPercentMonthlySavings", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

The estimated percentage of savings that might be realized if the recommended actions are taken.

", "variableSetterType" : "Double", "simpleType" : "Double" }, "setterModel" : { "variableName" : "estimatedPercentMonthlySavings", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "variableSetterType" : "Double", "simpleType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "estimatedPercentMonthlySavings", "marshallLocationName" : "estimatedPercentMonthlySavings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } } }, "AttachmentIdNotFoundException" : { "c2jName" : "AttachmentIdNotFound", "documentation" : "

An attachment with the specified ID could not be found.

", "shapeName" : "AttachmentIdNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "attachmentIdNotFoundException", "variableType" : "AttachmentIdNotFoundException", "variableDeclarationType" : "AttachmentIdNotFoundException", "documentation" : null, "variableSetterType" : "AttachmentIdNotFoundException", "simpleType" : "AttachmentIdNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "AttachmentIdNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeTrustedAdvisorCheckSummariesResult" : { "c2jName" : "DescribeTrustedAdvisorCheckSummariesResponse", "documentation" : "

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

", "shapeName" : "DescribeTrustedAdvisorCheckSummariesResult", "deprecated" : false, "required" : [ "summaries" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The summary information for the requested Trusted Advisor checks.

", "name" : "Summaries", "c2jName" : "summaries", "c2jShape" : "TrustedAdvisorCheckSummaryList", "variable" : { "variableName" : "summaries", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The summary information for the requested Trusted Advisor checks.

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

The summary information for the requested Trusted Advisor checks.

\n@param summaries The summary information for the requested Trusted Advisor checks.*/", "getterDocumentation" : "/**

The summary information for the requested Trusted Advisor checks.

\n@return The summary information for the requested Trusted Advisor checks.*/", "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.*/", "varargSetterDocumentation" : "/**

The summary information for the requested Trusted Advisor checks.

\n

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

\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.*/" } ], "enums" : null, "variable" : { "variableName" : "describeTrustedAdvisorCheckSummariesResult", "variableType" : "DescribeTrustedAdvisorCheckSummariesResult", "variableDeclarationType" : "DescribeTrustedAdvisorCheckSummariesResult", "documentation" : null, "variableSetterType" : "DescribeTrustedAdvisorCheckSummariesResult", "simpleType" : "DescribeTrustedAdvisorCheckSummariesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Summaries" : { "documentation" : "

The summary information for the requested Trusted Advisor checks.

", "name" : "Summaries", "c2jName" : "summaries", "c2jShape" : "TrustedAdvisorCheckSummaryList", "variable" : { "variableName" : "summaries", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The summary information for the requested Trusted Advisor checks.

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

The summary information for the requested Trusted Advisor checks.

\n@param summaries The summary information for the requested Trusted Advisor checks.*/", "getterDocumentation" : "/**

The summary information for the requested Trusted Advisor checks.

\n@return The summary information for the requested Trusted Advisor checks.*/", "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.*/", "varargSetterDocumentation" : "/**

The summary information for the requested Trusted Advisor checks.

\n

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

\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.*/" } } }, "DescribeSeverityLevelsResult" : { "c2jName" : "DescribeSeverityLevelsResponse", "documentation" : "

The list of severity levels returned by the DescribeSeverityLevels operation.

", "shapeName" : "DescribeSeverityLevelsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.

", "name" : "SeverityLevels", "c2jName" : "severityLevels", "c2jShape" : "SeverityLevelsList", "variable" : { "variableName" : "severityLevels", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.

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

The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.

\n@return The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.*/", "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.*/", "varargSetterDocumentation" : "/**

The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.

\n

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

\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.*/" } ], "enums" : null, "variable" : { "variableName" : "describeSeverityLevelsResult", "variableType" : "DescribeSeverityLevelsResult", "variableDeclarationType" : "DescribeSeverityLevelsResult", "documentation" : null, "variableSetterType" : "DescribeSeverityLevelsResult", "simpleType" : "DescribeSeverityLevelsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SeverityLevels" : { "documentation" : "

The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.

", "name" : "SeverityLevels", "c2jName" : "severityLevels", "c2jShape" : "SeverityLevelsList", "variable" : { "variableName" : "severityLevels", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.

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

The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.

\n@return The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.*/", "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.*/", "varargSetterDocumentation" : "/**

The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.

\n

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

\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.*/" } } }, "ResolveCaseResult" : { "c2jName" : "ResolveCaseResponse", "documentation" : "

The status of the case returned by the ResolveCase operation.

", "shapeName" : "ResolveCaseResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The status of the case when the ResolveCase request was sent.

", "name" : "InitialCaseStatus", "c2jName" : "initialCaseStatus", "c2jShape" : "CaseStatus", "variable" : { "variableName" : "initialCaseStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the case when the ResolveCase request was sent.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "initialCaseStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "initialCaseStatus", "marshallLocationName" : "initialCaseStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

The status of the case after the ResolveCase request was processed.

", "name" : "FinalCaseStatus", "c2jName" : "finalCaseStatus", "c2jShape" : "CaseStatus", "variable" : { "variableName" : "finalCaseStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the case after the ResolveCase request was processed.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "finalCaseStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "finalCaseStatus", "marshallLocationName" : "finalCaseStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } ], "enums" : null, "variable" : { "variableName" : "resolveCaseResult", "variableType" : "ResolveCaseResult", "variableDeclarationType" : "ResolveCaseResult", "documentation" : null, "variableSetterType" : "ResolveCaseResult", "simpleType" : "ResolveCaseResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "InitialCaseStatus" : { "documentation" : "

The status of the case when the ResolveCase request was sent.

", "name" : "InitialCaseStatus", "c2jName" : "initialCaseStatus", "c2jShape" : "CaseStatus", "variable" : { "variableName" : "initialCaseStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the case when the ResolveCase request was sent.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "initialCaseStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "initialCaseStatus", "marshallLocationName" : "initialCaseStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "FinalCaseStatus" : { "documentation" : "

The status of the case after the ResolveCase request was processed.

", "name" : "FinalCaseStatus", "c2jName" : "finalCaseStatus", "c2jShape" : "CaseStatus", "variable" : { "variableName" : "finalCaseStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the case after the ResolveCase request was processed.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "finalCaseStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "finalCaseStatus", "marshallLocationName" : "finalCaseStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } } }, "AttachmentSetExpiredException" : { "c2jName" : "AttachmentSetExpired", "documentation" : "

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

", "shapeName" : "AttachmentSetExpiredException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "attachmentSetExpiredException", "variableType" : "AttachmentSetExpiredException", "variableDeclarationType" : "AttachmentSetExpiredException", "documentation" : null, "variableSetterType" : "AttachmentSetExpiredException", "simpleType" : "AttachmentSetExpiredException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "AttachmentSetExpired", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "AttachmentLimitExceededException" : { "c2jName" : "AttachmentLimitExceeded", "documentation" : "

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

", "shapeName" : "AttachmentLimitExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "attachmentLimitExceededException", "variableType" : "AttachmentLimitExceededException", "variableDeclarationType" : "AttachmentLimitExceededException", "documentation" : null, "variableSetterType" : "AttachmentLimitExceededException", "simpleType" : "AttachmentLimitExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "AttachmentLimitExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CreateCaseResult" : { "c2jName" : "CreateCaseResponse", "documentation" : "

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

", "shapeName" : "CreateCaseResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "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

", "name" : "CaseId", "c2jName" : "caseId", "c2jShape" : "CaseId", "variable" : { "variableName" : "caseId", "variableType" : "String", "variableDeclarationType" : "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

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "caseId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "caseId", "marshallLocationName" : "caseId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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*/", "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*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } ], "enums" : null, "variable" : { "variableName" : "createCaseResult", "variableType" : "CreateCaseResult", "variableDeclarationType" : "CreateCaseResult", "documentation" : null, "variableSetterType" : "CreateCaseResult", "simpleType" : "CreateCaseResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CaseId" : { "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

", "name" : "CaseId", "c2jName" : "caseId", "c2jShape" : "CaseId", "variable" : { "variableName" : "caseId", "variableType" : "String", "variableDeclarationType" : "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

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "caseId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "caseId", "marshallLocationName" : "caseId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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*/", "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*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } } }, "AddAttachmentsToSetRequest" : { "c2jName" : "AddAttachmentsToSetRequest", "documentation" : "", "shapeName" : "AddAttachmentsToSetRequest", "deprecated" : false, "required" : [ "attachments" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "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.

", "name" : "AttachmentSetId", "c2jName" : "attachmentSetId", "c2jShape" : "AttachmentSetId", "variable" : { "variableName" : "attachmentSetId", "variableType" : "String", "variableDeclarationType" : "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.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "attachmentSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "attachmentSetId", "marshallLocationName" : "attachmentSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "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.

", "name" : "Attachments", "c2jName" : "attachments", "c2jShape" : "Attachments", "variable" : { "variableName" : "attachments", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "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.

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

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

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

\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.*/" } ], "enums" : null, "variable" : { "variableName" : "addAttachmentsToSetRequest", "variableType" : "AddAttachmentsToSetRequest", "variableDeclarationType" : "AddAttachmentsToSetRequest", "documentation" : null, "variableSetterType" : "AddAttachmentsToSetRequest", "simpleType" : "AddAttachmentsToSetRequest" }, "marshaller" : { "action" : "AddAttachmentsToSet", "verb" : "POST", "target" : "AWSSupport_20130415.AddAttachmentsToSet", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Attachments" : { "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.

", "name" : "Attachments", "c2jName" : "attachments", "c2jShape" : "Attachments", "variable" : { "variableName" : "attachments", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "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.

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

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

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

\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.*/" }, "AttachmentSetId" : { "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.

", "name" : "AttachmentSetId", "c2jName" : "attachmentSetId", "c2jShape" : "AttachmentSetId", "variable" : { "variableName" : "attachmentSetId", "variableType" : "String", "variableDeclarationType" : "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.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "attachmentSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "attachmentSetId", "marshallLocationName" : "attachmentSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } } }, "DescribeTrustedAdvisorCheckResultResult" : { "c2jName" : "DescribeTrustedAdvisorCheckResultResponse", "documentation" : "

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

", "shapeName" : "DescribeTrustedAdvisorCheckResultResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The detailed results of the Trusted Advisor check.

", "name" : "Result", "c2jName" : "result", "c2jShape" : "TrustedAdvisorCheckResult", "variable" : { "variableName" : "result", "variableType" : "TrustedAdvisorCheckResult", "variableDeclarationType" : "TrustedAdvisorCheckResult", "documentation" : "

The detailed results of the Trusted Advisor check.

", "variableSetterType" : "TrustedAdvisorCheckResult", "simpleType" : "TrustedAdvisorCheckResult" }, "setterModel" : { "variableName" : "result", "variableType" : "TrustedAdvisorCheckResult", "variableDeclarationType" : "TrustedAdvisorCheckResult", "documentation" : "", "variableSetterType" : "TrustedAdvisorCheckResult", "simpleType" : "TrustedAdvisorCheckResult" }, "getterModel" : { "returnType" : "TrustedAdvisorCheckResult", "documentation" : null }, "http" : { "unmarshallLocationName" : "result", "marshallLocationName" : "result", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The detailed results of the Trusted Advisor check.

\n@param result The detailed results of the Trusted Advisor check.*/", "getterDocumentation" : "/**

The detailed results of the Trusted Advisor check.

\n@return The detailed results of the Trusted Advisor check.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } ], "enums" : null, "variable" : { "variableName" : "describeTrustedAdvisorCheckResultResult", "variableType" : "DescribeTrustedAdvisorCheckResultResult", "variableDeclarationType" : "DescribeTrustedAdvisorCheckResultResult", "documentation" : null, "variableSetterType" : "DescribeTrustedAdvisorCheckResultResult", "simpleType" : "DescribeTrustedAdvisorCheckResultResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Result" : { "documentation" : "

The detailed results of the Trusted Advisor check.

", "name" : "Result", "c2jName" : "result", "c2jShape" : "TrustedAdvisorCheckResult", "variable" : { "variableName" : "result", "variableType" : "TrustedAdvisorCheckResult", "variableDeclarationType" : "TrustedAdvisorCheckResult", "documentation" : "

The detailed results of the Trusted Advisor check.

", "variableSetterType" : "TrustedAdvisorCheckResult", "simpleType" : "TrustedAdvisorCheckResult" }, "setterModel" : { "variableName" : "result", "variableType" : "TrustedAdvisorCheckResult", "variableDeclarationType" : "TrustedAdvisorCheckResult", "documentation" : "", "variableSetterType" : "TrustedAdvisorCheckResult", "simpleType" : "TrustedAdvisorCheckResult" }, "getterModel" : { "returnType" : "TrustedAdvisorCheckResult", "documentation" : null }, "http" : { "unmarshallLocationName" : "result", "marshallLocationName" : "result", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The detailed results of the Trusted Advisor check.

\n@param result The detailed results of the Trusted Advisor check.*/", "getterDocumentation" : "/**

The detailed results of the Trusted Advisor check.

\n@return The detailed results of the Trusted Advisor check.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } } }, "DescribeSeverityLevelsRequest" : { "c2jName" : "DescribeSeverityLevelsRequest", "documentation" : "", "shapeName" : "DescribeSeverityLevelsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "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.

", "name" : "Language", "c2jName" : "language", "c2jShape" : "Language", "variable" : { "variableName" : "language", "variableType" : "String", "variableDeclarationType" : "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.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "language", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "language", "marshallLocationName" : "language", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } ], "enums" : null, "variable" : { "variableName" : "describeSeverityLevelsRequest", "variableType" : "DescribeSeverityLevelsRequest", "variableDeclarationType" : "DescribeSeverityLevelsRequest", "documentation" : null, "variableSetterType" : "DescribeSeverityLevelsRequest", "simpleType" : "DescribeSeverityLevelsRequest" }, "marshaller" : { "action" : "DescribeSeverityLevels", "verb" : "POST", "target" : "AWSSupport_20130415.DescribeSeverityLevels", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Language" : { "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.

", "name" : "Language", "c2jName" : "language", "c2jShape" : "Language", "variable" : { "variableName" : "language", "variableType" : "String", "variableDeclarationType" : "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.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "language", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "language", "marshallLocationName" : "language", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } } }, "Category" : { "c2jName" : "Category", "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.

", "shapeName" : "Category", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The category code for the support case.

", "name" : "Code", "c2jName" : "code", "c2jShape" : "CategoryCode", "variable" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The category code for the support case.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "code", "marshallLocationName" : "code", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The category code for the support case.

\n@param code The category code for the support case.*/", "getterDocumentation" : "/**

The category code for the support case.

\n@return The category code for the support case.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

The category name for the support case.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "CategoryName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The category name for the support case.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The category name for the support case.

\n@param name The category name for the support case.*/", "getterDocumentation" : "/**

The category name for the support case.

\n@return The category name for the support case.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } ], "enums" : null, "variable" : { "variableName" : "category", "variableType" : "Category", "variableDeclarationType" : "Category", "documentation" : null, "variableSetterType" : "Category", "simpleType" : "Category" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Code" : { "documentation" : "

The category code for the support case.

", "name" : "Code", "c2jName" : "code", "c2jShape" : "CategoryCode", "variable" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The category code for the support case.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "code", "marshallLocationName" : "code", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The category code for the support case.

\n@param code The category code for the support case.*/", "getterDocumentation" : "/**

The category code for the support case.

\n@return The category code for the support case.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "Name" : { "documentation" : "

The category name for the support case.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "CategoryName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The category name for the support case.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The category name for the support case.

\n@param name The category name for the support case.*/", "getterDocumentation" : "/**

The category name for the support case.

\n@return The category name for the support case.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } } }, "TrustedAdvisorCheckResult" : { "c2jName" : "TrustedAdvisorCheckResult", "documentation" : "

The results of a Trusted Advisor check returned by DescribeTrustedAdvisorCheckResult.

", "shapeName" : "TrustedAdvisorCheckResult", "deprecated" : false, "required" : [ "checkId", "timestamp", "status", "resourcesSummary", "categorySpecificSummary", "flaggedResources" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The unique identifier for the Trusted Advisor check.

", "name" : "CheckId", "c2jName" : "checkId", "c2jShape" : "String", "variable" : { "variableName" : "checkId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique identifier for the Trusted Advisor check.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "checkId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "checkId", "marshallLocationName" : "checkId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unique identifier for the Trusted Advisor check.

\n@param checkId The unique identifier for the Trusted Advisor check.*/", "getterDocumentation" : "/**

The unique identifier for the Trusted Advisor check.

\n@return The unique identifier for the Trusted Advisor check.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

The time of the last refresh of the check.

", "name" : "Timestamp", "c2jName" : "timestamp", "c2jShape" : "String", "variable" : { "variableName" : "timestamp", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The time of the last refresh of the check.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "timestamp", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "timestamp", "marshallLocationName" : "timestamp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time of the last refresh of the check.

\n@param timestamp The time of the last refresh of the check.*/", "getterDocumentation" : "/**

The time of the last refresh of the check.

\n@return The time of the last refresh of the check.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

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

", "name" : "Status", "c2jName" : "status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status", "marshallLocationName" : "status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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\".*/", "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\".*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "", "name" : "ResourcesSummary", "c2jName" : "resourcesSummary", "c2jShape" : "TrustedAdvisorResourcesSummary", "variable" : { "variableName" : "resourcesSummary", "variableType" : "TrustedAdvisorResourcesSummary", "variableDeclarationType" : "TrustedAdvisorResourcesSummary", "documentation" : "", "variableSetterType" : "TrustedAdvisorResourcesSummary", "simpleType" : "TrustedAdvisorResourcesSummary" }, "setterModel" : { "variableName" : "resourcesSummary", "variableType" : "TrustedAdvisorResourcesSummary", "variableDeclarationType" : "TrustedAdvisorResourcesSummary", "documentation" : "", "variableSetterType" : "TrustedAdvisorResourcesSummary", "simpleType" : "TrustedAdvisorResourcesSummary" }, "getterModel" : { "returnType" : "TrustedAdvisorResourcesSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourcesSummary", "marshallLocationName" : "resourcesSummary", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param resourcesSummary */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param resourcesSummary \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param resourcesSummary \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

", "name" : "CategorySpecificSummary", "c2jName" : "categorySpecificSummary", "c2jShape" : "TrustedAdvisorCategorySpecificSummary", "variable" : { "variableName" : "categorySpecificSummary", "variableType" : "TrustedAdvisorCategorySpecificSummary", "variableDeclarationType" : "TrustedAdvisorCategorySpecificSummary", "documentation" : "

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

", "variableSetterType" : "TrustedAdvisorCategorySpecificSummary", "simpleType" : "TrustedAdvisorCategorySpecificSummary" }, "setterModel" : { "variableName" : "categorySpecificSummary", "variableType" : "TrustedAdvisorCategorySpecificSummary", "variableDeclarationType" : "TrustedAdvisorCategorySpecificSummary", "documentation" : "", "variableSetterType" : "TrustedAdvisorCategorySpecificSummary", "simpleType" : "TrustedAdvisorCategorySpecificSummary" }, "getterModel" : { "returnType" : "TrustedAdvisorCategorySpecificSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "categorySpecificSummary", "marshallLocationName" : "categorySpecificSummary", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

The details about each resource listed in the check result.

", "name" : "FlaggedResources", "c2jName" : "flaggedResources", "c2jShape" : "TrustedAdvisorResourceDetailList", "variable" : { "variableName" : "flaggedResources", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The details about each resource listed in the check result.

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

The details about each resource listed in the check result.

\n@return The details about each resource listed in the check result.*/", "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.*/", "varargSetterDocumentation" : "/**

The details about each resource listed in the check result.

\n

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

\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.*/" } ], "enums" : null, "variable" : { "variableName" : "trustedAdvisorCheckResult", "variableType" : "TrustedAdvisorCheckResult", "variableDeclarationType" : "TrustedAdvisorCheckResult", "documentation" : null, "variableSetterType" : "TrustedAdvisorCheckResult", "simpleType" : "TrustedAdvisorCheckResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

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

", "name" : "Status", "c2jName" : "status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status", "marshallLocationName" : "status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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\".*/", "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\".*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "ResourcesSummary" : { "documentation" : "", "name" : "ResourcesSummary", "c2jName" : "resourcesSummary", "c2jShape" : "TrustedAdvisorResourcesSummary", "variable" : { "variableName" : "resourcesSummary", "variableType" : "TrustedAdvisorResourcesSummary", "variableDeclarationType" : "TrustedAdvisorResourcesSummary", "documentation" : "", "variableSetterType" : "TrustedAdvisorResourcesSummary", "simpleType" : "TrustedAdvisorResourcesSummary" }, "setterModel" : { "variableName" : "resourcesSummary", "variableType" : "TrustedAdvisorResourcesSummary", "variableDeclarationType" : "TrustedAdvisorResourcesSummary", "documentation" : "", "variableSetterType" : "TrustedAdvisorResourcesSummary", "simpleType" : "TrustedAdvisorResourcesSummary" }, "getterModel" : { "returnType" : "TrustedAdvisorResourcesSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourcesSummary", "marshallLocationName" : "resourcesSummary", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param resourcesSummary */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param resourcesSummary \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param resourcesSummary \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CheckId" : { "documentation" : "

The unique identifier for the Trusted Advisor check.

", "name" : "CheckId", "c2jName" : "checkId", "c2jShape" : "String", "variable" : { "variableName" : "checkId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique identifier for the Trusted Advisor check.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "checkId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "checkId", "marshallLocationName" : "checkId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unique identifier for the Trusted Advisor check.

\n@param checkId The unique identifier for the Trusted Advisor check.*/", "getterDocumentation" : "/**

The unique identifier for the Trusted Advisor check.

\n@return The unique identifier for the Trusted Advisor check.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "CategorySpecificSummary" : { "documentation" : "

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

", "name" : "CategorySpecificSummary", "c2jName" : "categorySpecificSummary", "c2jShape" : "TrustedAdvisorCategorySpecificSummary", "variable" : { "variableName" : "categorySpecificSummary", "variableType" : "TrustedAdvisorCategorySpecificSummary", "variableDeclarationType" : "TrustedAdvisorCategorySpecificSummary", "documentation" : "

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

", "variableSetterType" : "TrustedAdvisorCategorySpecificSummary", "simpleType" : "TrustedAdvisorCategorySpecificSummary" }, "setterModel" : { "variableName" : "categorySpecificSummary", "variableType" : "TrustedAdvisorCategorySpecificSummary", "variableDeclarationType" : "TrustedAdvisorCategorySpecificSummary", "documentation" : "", "variableSetterType" : "TrustedAdvisorCategorySpecificSummary", "simpleType" : "TrustedAdvisorCategorySpecificSummary" }, "getterModel" : { "returnType" : "TrustedAdvisorCategorySpecificSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "categorySpecificSummary", "marshallLocationName" : "categorySpecificSummary", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "FlaggedResources" : { "documentation" : "

The details about each resource listed in the check result.

", "name" : "FlaggedResources", "c2jName" : "flaggedResources", "c2jShape" : "TrustedAdvisorResourceDetailList", "variable" : { "variableName" : "flaggedResources", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The details about each resource listed in the check result.

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

The details about each resource listed in the check result.

\n@return The details about each resource listed in the check result.*/", "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.*/", "varargSetterDocumentation" : "/**

The details about each resource listed in the check result.

\n

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

\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.*/" }, "Timestamp" : { "documentation" : "

The time of the last refresh of the check.

", "name" : "Timestamp", "c2jName" : "timestamp", "c2jShape" : "String", "variable" : { "variableName" : "timestamp", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The time of the last refresh of the check.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "timestamp", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "timestamp", "marshallLocationName" : "timestamp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time of the last refresh of the check.

\n@param timestamp The time of the last refresh of the check.*/", "getterDocumentation" : "/**

The time of the last refresh of the check.

\n@return The time of the last refresh of the check.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } } }, "DescribeTrustedAdvisorCheckResultRequest" : { "c2jName" : "DescribeTrustedAdvisorCheckResultRequest", "documentation" : "", "shapeName" : "DescribeTrustedAdvisorCheckResultRequest", "deprecated" : false, "required" : [ "checkId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The unique identifier for the Trusted Advisor check.

", "name" : "CheckId", "c2jName" : "checkId", "c2jShape" : "String", "variable" : { "variableName" : "checkId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique identifier for the Trusted Advisor check.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "checkId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "checkId", "marshallLocationName" : "checkId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unique identifier for the Trusted Advisor check.

\n@param checkId The unique identifier for the Trusted Advisor check.*/", "getterDocumentation" : "/**

The unique identifier for the Trusted Advisor check.

\n@return The unique identifier for the Trusted Advisor check.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "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.

", "name" : "Language", "c2jName" : "language", "c2jShape" : "String", "variable" : { "variableName" : "language", "variableType" : "String", "variableDeclarationType" : "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.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "language", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "language", "marshallLocationName" : "language", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } ], "enums" : null, "variable" : { "variableName" : "describeTrustedAdvisorCheckResultRequest", "variableType" : "DescribeTrustedAdvisorCheckResultRequest", "variableDeclarationType" : "DescribeTrustedAdvisorCheckResultRequest", "documentation" : null, "variableSetterType" : "DescribeTrustedAdvisorCheckResultRequest", "simpleType" : "DescribeTrustedAdvisorCheckResultRequest" }, "marshaller" : { "action" : "DescribeTrustedAdvisorCheckResult", "verb" : "POST", "target" : "AWSSupport_20130415.DescribeTrustedAdvisorCheckResult", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CheckId" : { "documentation" : "

The unique identifier for the Trusted Advisor check.

", "name" : "CheckId", "c2jName" : "checkId", "c2jShape" : "String", "variable" : { "variableName" : "checkId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique identifier for the Trusted Advisor check.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "checkId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "checkId", "marshallLocationName" : "checkId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unique identifier for the Trusted Advisor check.

\n@param checkId The unique identifier for the Trusted Advisor check.*/", "getterDocumentation" : "/**

The unique identifier for the Trusted Advisor check.

\n@return The unique identifier for the Trusted Advisor check.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "Language" : { "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.

", "name" : "Language", "c2jName" : "language", "c2jShape" : "String", "variable" : { "variableName" : "language", "variableType" : "String", "variableDeclarationType" : "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.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "language", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "language", "marshallLocationName" : "language", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } } }, "DescribeTrustedAdvisorChecksRequest" : { "c2jName" : "DescribeTrustedAdvisorChecksRequest", "documentation" : "", "shapeName" : "DescribeTrustedAdvisorChecksRequest", "deprecated" : false, "required" : [ "language" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "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.

", "name" : "Language", "c2jName" : "language", "c2jShape" : "String", "variable" : { "variableName" : "language", "variableType" : "String", "variableDeclarationType" : "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.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "language", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "language", "marshallLocationName" : "language", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } ], "enums" : null, "variable" : { "variableName" : "describeTrustedAdvisorChecksRequest", "variableType" : "DescribeTrustedAdvisorChecksRequest", "variableDeclarationType" : "DescribeTrustedAdvisorChecksRequest", "documentation" : null, "variableSetterType" : "DescribeTrustedAdvisorChecksRequest", "simpleType" : "DescribeTrustedAdvisorChecksRequest" }, "marshaller" : { "action" : "DescribeTrustedAdvisorChecks", "verb" : "POST", "target" : "AWSSupport_20130415.DescribeTrustedAdvisorChecks", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Language" : { "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.

", "name" : "Language", "c2jName" : "language", "c2jShape" : "String", "variable" : { "variableName" : "language", "variableType" : "String", "variableDeclarationType" : "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.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "language", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "language", "marshallLocationName" : "language", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } } }, "CaseIdNotFoundException" : { "c2jName" : "CaseIdNotFound", "documentation" : "

The requested CaseId could not be located.

", "shapeName" : "CaseIdNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "caseIdNotFoundException", "variableType" : "CaseIdNotFoundException", "variableDeclarationType" : "CaseIdNotFoundException", "documentation" : null, "variableSetterType" : "CaseIdNotFoundException", "simpleType" : "CaseIdNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "CaseIdNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CreateCaseRequest" : { "c2jName" : "CreateCaseRequest", "documentation" : "", "shapeName" : "CreateCaseRequest", "deprecated" : false, "required" : [ "subject", "communicationBody" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The title of the AWS Support case.

", "name" : "Subject", "c2jName" : "subject", "c2jShape" : "Subject", "variable" : { "variableName" : "subject", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The title of the AWS Support case.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "subject", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "subject", "marshallLocationName" : "subject", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The title of the AWS Support case.

\n@param subject The title of the AWS Support case.*/", "getterDocumentation" : "/**

The title of the AWS Support case.

\n@return The title of the AWS Support case.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

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

", "name" : "ServiceCode", "c2jName" : "serviceCode", "c2jShape" : "ServiceCode", "variable" : { "variableName" : "serviceCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "serviceCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "serviceCode", "marshallLocationName" : "serviceCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "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.

", "name" : "SeverityCode", "c2jName" : "severityCode", "c2jShape" : "SeverityCode", "variable" : { "variableName" : "severityCode", "variableType" : "String", "variableDeclarationType" : "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.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "severityCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "severityCode", "marshallLocationName" : "severityCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.

*/", "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.

*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

The category of problem for the AWS Support case.

", "name" : "CategoryCode", "c2jName" : "categoryCode", "c2jShape" : "CategoryCode", "variable" : { "variableName" : "categoryCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The category of problem for the AWS Support case.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "categoryCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "categoryCode", "marshallLocationName" : "categoryCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The category of problem for the AWS Support case.

\n@param categoryCode The category of problem for the AWS Support case.*/", "getterDocumentation" : "/**

The category of problem for the AWS Support case.

\n@return The category of problem for the AWS Support case.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

The communication body text when you create an AWS Support case by calling CreateCase.

", "name" : "CommunicationBody", "c2jName" : "communicationBody", "c2jShape" : "CommunicationBody", "variable" : { "variableName" : "communicationBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The communication body text when you create an AWS Support case by calling CreateCase.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "communicationBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "communicationBody", "marshallLocationName" : "communicationBody", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

A list of email addresses that AWS Support copies on case correspondence.

", "name" : "CcEmailAddresses", "c2jName" : "ccEmailAddresses", "c2jShape" : "CcEmailAddressList", "variable" : { "variableName" : "ccEmailAddresses", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of email addresses that AWS Support copies on case correspondence.

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

A list of email addresses that AWS Support copies on case correspondence.

\n@return A list of email addresses that AWS Support copies on case correspondence.*/", "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.*/", "varargSetterDocumentation" : "/**

A list of email addresses that AWS Support copies on case correspondence.

\n

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

\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.*/" }, { "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.

", "name" : "Language", "c2jName" : "language", "c2jShape" : "Language", "variable" : { "variableName" : "language", "variableType" : "String", "variableDeclarationType" : "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.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "language", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "language", "marshallLocationName" : "language", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "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.\"

", "name" : "IssueType", "c2jName" : "issueType", "c2jShape" : "IssueType", "variable" : { "variableName" : "issueType", "variableType" : "String", "variableDeclarationType" : "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.\"

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "issueType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "issueType", "marshallLocationName" : "issueType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.\"*/", "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.\"*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.

", "name" : "AttachmentSetId", "c2jName" : "attachmentSetId", "c2jShape" : "AttachmentSetId", "variable" : { "variableName" : "attachmentSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "attachmentSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "attachmentSetId", "marshallLocationName" : "attachmentSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } ], "enums" : null, "variable" : { "variableName" : "createCaseRequest", "variableType" : "CreateCaseRequest", "variableDeclarationType" : "CreateCaseRequest", "documentation" : null, "variableSetterType" : "CreateCaseRequest", "simpleType" : "CreateCaseRequest" }, "marshaller" : { "action" : "CreateCase", "verb" : "POST", "target" : "AWSSupport_20130415.CreateCase", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CategoryCode" : { "documentation" : "

The category of problem for the AWS Support case.

", "name" : "CategoryCode", "c2jName" : "categoryCode", "c2jShape" : "CategoryCode", "variable" : { "variableName" : "categoryCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The category of problem for the AWS Support case.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "categoryCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "categoryCode", "marshallLocationName" : "categoryCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The category of problem for the AWS Support case.

\n@param categoryCode The category of problem for the AWS Support case.*/", "getterDocumentation" : "/**

The category of problem for the AWS Support case.

\n@return The category of problem for the AWS Support case.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "ServiceCode" : { "documentation" : "

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

", "name" : "ServiceCode", "c2jName" : "serviceCode", "c2jShape" : "ServiceCode", "variable" : { "variableName" : "serviceCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "serviceCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "serviceCode", "marshallLocationName" : "serviceCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "Language" : { "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.

", "name" : "Language", "c2jName" : "language", "c2jShape" : "Language", "variable" : { "variableName" : "language", "variableType" : "String", "variableDeclarationType" : "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.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "language", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "language", "marshallLocationName" : "language", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "CcEmailAddresses" : { "documentation" : "

A list of email addresses that AWS Support copies on case correspondence.

", "name" : "CcEmailAddresses", "c2jName" : "ccEmailAddresses", "c2jShape" : "CcEmailAddressList", "variable" : { "variableName" : "ccEmailAddresses", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of email addresses that AWS Support copies on case correspondence.

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

A list of email addresses that AWS Support copies on case correspondence.

\n@return A list of email addresses that AWS Support copies on case correspondence.*/", "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.*/", "varargSetterDocumentation" : "/**

A list of email addresses that AWS Support copies on case correspondence.

\n

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

\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.*/" }, "SeverityCode" : { "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.

", "name" : "SeverityCode", "c2jName" : "severityCode", "c2jShape" : "SeverityCode", "variable" : { "variableName" : "severityCode", "variableType" : "String", "variableDeclarationType" : "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.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "severityCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "severityCode", "marshallLocationName" : "severityCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.

*/", "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.

*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "IssueType" : { "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.\"

", "name" : "IssueType", "c2jName" : "issueType", "c2jShape" : "IssueType", "variable" : { "variableName" : "issueType", "variableType" : "String", "variableDeclarationType" : "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.\"

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "issueType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "issueType", "marshallLocationName" : "issueType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.\"*/", "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.\"*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "Subject" : { "documentation" : "

The title of the AWS Support case.

", "name" : "Subject", "c2jName" : "subject", "c2jShape" : "Subject", "variable" : { "variableName" : "subject", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The title of the AWS Support case.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "subject", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "subject", "marshallLocationName" : "subject", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The title of the AWS Support case.

\n@param subject The title of the AWS Support case.*/", "getterDocumentation" : "/**

The title of the AWS Support case.

\n@return The title of the AWS Support case.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "CommunicationBody" : { "documentation" : "

The communication body text when you create an AWS Support case by calling CreateCase.

", "name" : "CommunicationBody", "c2jName" : "communicationBody", "c2jShape" : "CommunicationBody", "variable" : { "variableName" : "communicationBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The communication body text when you create an AWS Support case by calling CreateCase.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "communicationBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "communicationBody", "marshallLocationName" : "communicationBody", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "AttachmentSetId" : { "documentation" : "

The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.

", "name" : "AttachmentSetId", "c2jName" : "attachmentSetId", "c2jShape" : "AttachmentSetId", "variable" : { "variableName" : "attachmentSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "attachmentSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "attachmentSetId", "marshallLocationName" : "attachmentSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } } }, "AddCommunicationToCaseResult" : { "c2jName" : "AddCommunicationToCaseResponse", "documentation" : "

The result of the AddCommunicationToCase operation.

", "shapeName" : "AddCommunicationToCaseResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

True if AddCommunicationToCase succeeds. Otherwise, returns an error.

", "name" : "Result", "c2jName" : "result", "c2jShape" : "Result", "variable" : { "variableName" : "result", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

True if AddCommunicationToCase succeeds. Otherwise, returns an error.

", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "result", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "result", "marshallLocationName" : "result", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

True if AddCommunicationToCase succeeds. Otherwise, returns an error.

\n@param result True if AddCommunicationToCase succeeds. Otherwise, returns an error.*/", "getterDocumentation" : "/**

True if AddCommunicationToCase succeeds. Otherwise, returns an error.

\n@return True if AddCommunicationToCase succeeds. Otherwise, returns an error.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } ], "enums" : null, "variable" : { "variableName" : "addCommunicationToCaseResult", "variableType" : "AddCommunicationToCaseResult", "variableDeclarationType" : "AddCommunicationToCaseResult", "documentation" : null, "variableSetterType" : "AddCommunicationToCaseResult", "simpleType" : "AddCommunicationToCaseResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Result" : { "documentation" : "

True if AddCommunicationToCase succeeds. Otherwise, returns an error.

", "name" : "Result", "c2jName" : "result", "c2jShape" : "Result", "variable" : { "variableName" : "result", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

True if AddCommunicationToCase succeeds. Otherwise, returns an error.

", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "result", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "result", "marshallLocationName" : "result", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

True if AddCommunicationToCase succeeds. Otherwise, returns an error.

\n@param result True if AddCommunicationToCase succeeds. Otherwise, returns an error.*/", "getterDocumentation" : "/**

True if AddCommunicationToCase succeeds. Otherwise, returns an error.

\n@return True if AddCommunicationToCase succeeds. Otherwise, returns an error.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } } }, "DescribeAttachmentLimitExceededException" : { "c2jName" : "DescribeAttachmentLimitExceeded", "documentation" : "

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

", "shapeName" : "DescribeAttachmentLimitExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "describeAttachmentLimitExceededException", "variableType" : "DescribeAttachmentLimitExceededException", "variableDeclarationType" : "DescribeAttachmentLimitExceededException", "documentation" : null, "variableSetterType" : "DescribeAttachmentLimitExceededException", "simpleType" : "DescribeAttachmentLimitExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DescribeAttachmentLimitExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeTrustedAdvisorCheckSummariesRequest" : { "c2jName" : "DescribeTrustedAdvisorCheckSummariesRequest", "documentation" : "", "shapeName" : "DescribeTrustedAdvisorCheckSummariesRequest", "deprecated" : false, "required" : [ "checkIds" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The IDs of the Trusted Advisor checks.

", "name" : "CheckIds", "c2jName" : "checkIds", "c2jShape" : "StringList", "variable" : { "variableName" : "checkIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The IDs of the Trusted Advisor checks.

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

The IDs of the Trusted Advisor checks.

\n@param checkIds The IDs of the Trusted Advisor checks.*/", "getterDocumentation" : "/**

The IDs of the Trusted Advisor checks.

\n@return The IDs of the Trusted Advisor checks.*/", "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.*/", "varargSetterDocumentation" : "/**

The IDs of the Trusted Advisor checks.

\n

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

\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.*/" } ], "enums" : null, "variable" : { "variableName" : "describeTrustedAdvisorCheckSummariesRequest", "variableType" : "DescribeTrustedAdvisorCheckSummariesRequest", "variableDeclarationType" : "DescribeTrustedAdvisorCheckSummariesRequest", "documentation" : null, "variableSetterType" : "DescribeTrustedAdvisorCheckSummariesRequest", "simpleType" : "DescribeTrustedAdvisorCheckSummariesRequest" }, "marshaller" : { "action" : "DescribeTrustedAdvisorCheckSummaries", "verb" : "POST", "target" : "AWSSupport_20130415.DescribeTrustedAdvisorCheckSummaries", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CheckIds" : { "documentation" : "

The IDs of the Trusted Advisor checks.

", "name" : "CheckIds", "c2jName" : "checkIds", "c2jShape" : "StringList", "variable" : { "variableName" : "checkIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The IDs of the Trusted Advisor checks.

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

The IDs of the Trusted Advisor checks.

\n@param checkIds The IDs of the Trusted Advisor checks.*/", "getterDocumentation" : "/**

The IDs of the Trusted Advisor checks.

\n@return The IDs of the Trusted Advisor checks.*/", "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.*/", "varargSetterDocumentation" : "/**

The IDs of the Trusted Advisor checks.

\n

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

\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.*/" } } }, "DescribeServicesResult" : { "c2jName" : "DescribeServicesResponse", "documentation" : "

The list of AWS services returned by the DescribeServices operation.

", "shapeName" : "DescribeServicesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A JSON-formatted list of AWS services.

", "name" : "Services", "c2jName" : "services", "c2jShape" : "ServiceList", "variable" : { "variableName" : "services", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A JSON-formatted list of AWS services.

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

A JSON-formatted list of AWS services.

\n@param services A JSON-formatted list of AWS services.*/", "getterDocumentation" : "/**

A JSON-formatted list of AWS services.

\n@return A JSON-formatted list of AWS 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.*/", "varargSetterDocumentation" : "/**

A JSON-formatted list of AWS services.

\n

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

\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.*/" } ], "enums" : null, "variable" : { "variableName" : "describeServicesResult", "variableType" : "DescribeServicesResult", "variableDeclarationType" : "DescribeServicesResult", "documentation" : null, "variableSetterType" : "DescribeServicesResult", "simpleType" : "DescribeServicesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Services" : { "documentation" : "

A JSON-formatted list of AWS services.

", "name" : "Services", "c2jName" : "services", "c2jShape" : "ServiceList", "variable" : { "variableName" : "services", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A JSON-formatted list of AWS services.

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

A JSON-formatted list of AWS services.

\n@param services A JSON-formatted list of AWS services.*/", "getterDocumentation" : "/**

A JSON-formatted list of AWS services.

\n@return A JSON-formatted list of AWS 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.*/", "varargSetterDocumentation" : "/**

A JSON-formatted list of AWS services.

\n

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

\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.*/" } } }, "AddCommunicationToCaseRequest" : { "c2jName" : "AddCommunicationToCaseRequest", "documentation" : "

To be written.

", "shapeName" : "AddCommunicationToCaseRequest", "deprecated" : false, "required" : [ "communicationBody" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "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

", "name" : "CaseId", "c2jName" : "caseId", "c2jShape" : "CaseId", "variable" : { "variableName" : "caseId", "variableType" : "String", "variableDeclarationType" : "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

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "caseId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "caseId", "marshallLocationName" : "caseId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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*/", "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*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

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

", "name" : "CommunicationBody", "c2jName" : "communicationBody", "c2jShape" : "CommunicationBody", "variable" : { "variableName" : "communicationBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "communicationBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "communicationBody", "marshallLocationName" : "communicationBody", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

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

", "name" : "CcEmailAddresses", "c2jName" : "ccEmailAddresses", "c2jShape" : "CcEmailAddressList", "variable" : { "variableName" : "ccEmailAddresses", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

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

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

\n@return The email addresses in the CC line of an email to be added to the support case.*/", "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.*/", "varargSetterDocumentation" : "/**

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

\n

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

\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.*/" }, { "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

", "name" : "AttachmentSetId", "c2jName" : "attachmentSetId", "c2jShape" : "AttachmentSetId", "variable" : { "variableName" : "attachmentSetId", "variableType" : "String", "variableDeclarationType" : "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

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "attachmentSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "attachmentSetId", "marshallLocationName" : "attachmentSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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*/", "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*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } ], "enums" : null, "variable" : { "variableName" : "addCommunicationToCaseRequest", "variableType" : "AddCommunicationToCaseRequest", "variableDeclarationType" : "AddCommunicationToCaseRequest", "documentation" : null, "variableSetterType" : "AddCommunicationToCaseRequest", "simpleType" : "AddCommunicationToCaseRequest" }, "marshaller" : { "action" : "AddCommunicationToCase", "verb" : "POST", "target" : "AWSSupport_20130415.AddCommunicationToCase", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CcEmailAddresses" : { "documentation" : "

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

", "name" : "CcEmailAddresses", "c2jName" : "ccEmailAddresses", "c2jShape" : "CcEmailAddressList", "variable" : { "variableName" : "ccEmailAddresses", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

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

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

\n@return The email addresses in the CC line of an email to be added to the support case.*/", "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.*/", "varargSetterDocumentation" : "/**

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

\n

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

\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.*/" }, "CaseId" : { "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

", "name" : "CaseId", "c2jName" : "caseId", "c2jShape" : "CaseId", "variable" : { "variableName" : "caseId", "variableType" : "String", "variableDeclarationType" : "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

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "caseId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "caseId", "marshallLocationName" : "caseId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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*/", "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*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "CommunicationBody" : { "documentation" : "

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

", "name" : "CommunicationBody", "c2jName" : "communicationBody", "c2jShape" : "CommunicationBody", "variable" : { "variableName" : "communicationBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "communicationBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "communicationBody", "marshallLocationName" : "communicationBody", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "AttachmentSetId" : { "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

", "name" : "AttachmentSetId", "c2jName" : "attachmentSetId", "c2jShape" : "AttachmentSetId", "variable" : { "variableName" : "attachmentSetId", "variableType" : "String", "variableDeclarationType" : "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

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "attachmentSetId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "attachmentSetId", "marshallLocationName" : "attachmentSetId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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*/", "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*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } } }, "DescribeAttachmentRequest" : { "c2jName" : "DescribeAttachmentRequest", "documentation" : "", "shapeName" : "DescribeAttachmentRequest", "deprecated" : false, "required" : [ "attachmentId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.

", "name" : "AttachmentId", "c2jName" : "attachmentId", "c2jShape" : "AttachmentId", "variable" : { "variableName" : "attachmentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "attachmentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "attachmentId", "marshallLocationName" : "attachmentId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } ], "enums" : null, "variable" : { "variableName" : "describeAttachmentRequest", "variableType" : "DescribeAttachmentRequest", "variableDeclarationType" : "DescribeAttachmentRequest", "documentation" : null, "variableSetterType" : "DescribeAttachmentRequest", "simpleType" : "DescribeAttachmentRequest" }, "marshaller" : { "action" : "DescribeAttachment", "verb" : "POST", "target" : "AWSSupport_20130415.DescribeAttachment", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AttachmentId" : { "documentation" : "

The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.

", "name" : "AttachmentId", "c2jName" : "attachmentId", "c2jShape" : "AttachmentId", "variable" : { "variableName" : "attachmentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "attachmentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "attachmentId", "marshallLocationName" : "attachmentId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } } }, "RecentCaseCommunications" : { "c2jName" : "RecentCaseCommunications", "documentation" : "

The five most recent communications associated with the case.

", "shapeName" : "RecentCaseCommunications", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The five most recent communications associated with the case.

", "name" : "Communications", "c2jName" : "communications", "c2jShape" : "CommunicationList", "variable" : { "variableName" : "communications", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The five most recent communications associated with the case.

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

The five most recent communications associated with the case.

\n@param communications The five most recent communications associated with the case.*/", "getterDocumentation" : "/**

The five most recent communications associated with the case.

\n@return The five most recent communications associated with the case.*/", "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.*/", "varargSetterDocumentation" : "/**

The five most recent communications associated with the case.

\n

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

\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.*/" }, { "documentation" : "

A resumption point for pagination.

", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A resumption point for pagination.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "nextToken", "marshallLocationName" : "nextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A resumption point for pagination.

\n@param nextToken A resumption point for pagination.*/", "getterDocumentation" : "/**

A resumption point for pagination.

\n@return A resumption point for pagination.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } ], "enums" : null, "variable" : { "variableName" : "recentCaseCommunications", "variableType" : "RecentCaseCommunications", "variableDeclarationType" : "RecentCaseCommunications", "documentation" : null, "variableSetterType" : "RecentCaseCommunications", "simpleType" : "RecentCaseCommunications" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

A resumption point for pagination.

", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A resumption point for pagination.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "nextToken", "marshallLocationName" : "nextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A resumption point for pagination.

\n@param nextToken A resumption point for pagination.*/", "getterDocumentation" : "/**

A resumption point for pagination.

\n@return A resumption point for pagination.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "Communications" : { "documentation" : "

The five most recent communications associated with the case.

", "name" : "Communications", "c2jName" : "communications", "c2jShape" : "CommunicationList", "variable" : { "variableName" : "communications", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The five most recent communications associated with the case.

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

The five most recent communications associated with the case.

\n@param communications The five most recent communications associated with the case.*/", "getterDocumentation" : "/**

The five most recent communications associated with the case.

\n@return The five most recent communications associated with the case.*/", "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.*/", "varargSetterDocumentation" : "/**

The five most recent communications associated with the case.

\n

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

\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.*/" } } }, "Communication" : { "c2jName" : "Communication", "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.

", "shapeName" : "Communication", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "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

", "name" : "CaseId", "c2jName" : "caseId", "c2jShape" : "CaseId", "variable" : { "variableName" : "caseId", "variableType" : "String", "variableDeclarationType" : "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

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "caseId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "caseId", "marshallLocationName" : "caseId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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*/", "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*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

The text of the communication between the customer and AWS Support.

", "name" : "Body", "c2jName" : "body", "c2jShape" : "CommunicationBody", "variable" : { "variableName" : "body", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The text of the communication between the customer and AWS Support.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "body", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "body", "marshallLocationName" : "body", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

The email address of the account that submitted the AWS Support case.

", "name" : "SubmittedBy", "c2jName" : "submittedBy", "c2jShape" : "SubmittedBy", "variable" : { "variableName" : "submittedBy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The email address of the account that submitted the AWS Support case.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "submittedBy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "submittedBy", "marshallLocationName" : "submittedBy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

The time the communication was created.

", "name" : "TimeCreated", "c2jName" : "timeCreated", "c2jShape" : "TimeCreated", "variable" : { "variableName" : "timeCreated", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The time the communication was created.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "timeCreated", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "timeCreated", "marshallLocationName" : "timeCreated", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time the communication was created.

\n@param timeCreated The time the communication was created.*/", "getterDocumentation" : "/**

The time the communication was created.

\n@return The time the communication was created.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

Information about the attachments to the case communication.

", "name" : "AttachmentSet", "c2jName" : "attachmentSet", "c2jShape" : "AttachmentSet", "variable" : { "variableName" : "attachmentSet", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

Information about the attachments to the case communication.

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

Information about the attachments to the case communication.

\n@param attachmentSet Information about the attachments to the case communication.*/", "getterDocumentation" : "/**

Information about the attachments to the case communication.

\n@return Information about the attachments to the case communication.*/", "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.*/", "varargSetterDocumentation" : "/**

Information about the attachments to the case communication.

\n

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

\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.*/" } ], "enums" : null, "variable" : { "variableName" : "communication", "variableType" : "Communication", "variableDeclarationType" : "Communication", "documentation" : null, "variableSetterType" : "Communication", "simpleType" : "Communication" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TimeCreated" : { "documentation" : "

The time the communication was created.

", "name" : "TimeCreated", "c2jName" : "timeCreated", "c2jShape" : "TimeCreated", "variable" : { "variableName" : "timeCreated", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The time the communication was created.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "timeCreated", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "timeCreated", "marshallLocationName" : "timeCreated", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time the communication was created.

\n@param timeCreated The time the communication was created.*/", "getterDocumentation" : "/**

The time the communication was created.

\n@return The time the communication was created.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "AttachmentSet" : { "documentation" : "

Information about the attachments to the case communication.

", "name" : "AttachmentSet", "c2jName" : "attachmentSet", "c2jShape" : "AttachmentSet", "variable" : { "variableName" : "attachmentSet", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

Information about the attachments to the case communication.

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

Information about the attachments to the case communication.

\n@param attachmentSet Information about the attachments to the case communication.*/", "getterDocumentation" : "/**

Information about the attachments to the case communication.

\n@return Information about the attachments to the case communication.*/", "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.*/", "varargSetterDocumentation" : "/**

Information about the attachments to the case communication.

\n

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

\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.*/" }, "SubmittedBy" : { "documentation" : "

The email address of the account that submitted the AWS Support case.

", "name" : "SubmittedBy", "c2jName" : "submittedBy", "c2jShape" : "SubmittedBy", "variable" : { "variableName" : "submittedBy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The email address of the account that submitted the AWS Support case.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "submittedBy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "submittedBy", "marshallLocationName" : "submittedBy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "CaseId" : { "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

", "name" : "CaseId", "c2jName" : "caseId", "c2jShape" : "CaseId", "variable" : { "variableName" : "caseId", "variableType" : "String", "variableDeclarationType" : "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

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "caseId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "caseId", "marshallLocationName" : "caseId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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*/", "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*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "Body" : { "documentation" : "

The text of the communication between the customer and AWS Support.

", "name" : "Body", "c2jName" : "body", "c2jShape" : "CommunicationBody", "variable" : { "variableName" : "body", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The text of the communication between the customer and AWS Support.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "body", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "body", "marshallLocationName" : "body", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } } }, "RefreshTrustedAdvisorCheckRequest" : { "c2jName" : "RefreshTrustedAdvisorCheckRequest", "documentation" : "", "shapeName" : "RefreshTrustedAdvisorCheckRequest", "deprecated" : false, "required" : [ "checkId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The unique identifier for the Trusted Advisor check.

", "name" : "CheckId", "c2jName" : "checkId", "c2jShape" : "String", "variable" : { "variableName" : "checkId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique identifier for the Trusted Advisor check.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "checkId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "checkId", "marshallLocationName" : "checkId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unique identifier for the Trusted Advisor check.

\n@param checkId The unique identifier for the Trusted Advisor check.*/", "getterDocumentation" : "/**

The unique identifier for the Trusted Advisor check.

\n@return The unique identifier for the Trusted Advisor check.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } ], "enums" : null, "variable" : { "variableName" : "refreshTrustedAdvisorCheckRequest", "variableType" : "RefreshTrustedAdvisorCheckRequest", "variableDeclarationType" : "RefreshTrustedAdvisorCheckRequest", "documentation" : null, "variableSetterType" : "RefreshTrustedAdvisorCheckRequest", "simpleType" : "RefreshTrustedAdvisorCheckRequest" }, "marshaller" : { "action" : "RefreshTrustedAdvisorCheck", "verb" : "POST", "target" : "AWSSupport_20130415.RefreshTrustedAdvisorCheck", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CheckId" : { "documentation" : "

The unique identifier for the Trusted Advisor check.

", "name" : "CheckId", "c2jName" : "checkId", "c2jShape" : "String", "variable" : { "variableName" : "checkId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique identifier for the Trusted Advisor check.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "checkId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "checkId", "marshallLocationName" : "checkId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unique identifier for the Trusted Advisor check.

\n@param checkId The unique identifier for the Trusted Advisor check.*/", "getterDocumentation" : "/**

The unique identifier for the Trusted Advisor check.

\n@return The unique identifier for the Trusted Advisor check.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } } }, "TrustedAdvisorCheckSummary" : { "c2jName" : "TrustedAdvisorCheckSummary", "documentation" : "

A summary of a Trusted Advisor check result, including the alert status, last refresh, and number of resources examined.

", "shapeName" : "TrustedAdvisorCheckSummary", "deprecated" : false, "required" : [ "checkId", "timestamp", "status", "resourcesSummary", "categorySpecificSummary" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The unique identifier for the Trusted Advisor check.

", "name" : "CheckId", "c2jName" : "checkId", "c2jShape" : "String", "variable" : { "variableName" : "checkId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique identifier for the Trusted Advisor check.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "checkId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "checkId", "marshallLocationName" : "checkId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unique identifier for the Trusted Advisor check.

\n@param checkId The unique identifier for the Trusted Advisor check.*/", "getterDocumentation" : "/**

The unique identifier for the Trusted Advisor check.

\n@return The unique identifier for the Trusted Advisor check.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

The time of the last refresh of the check.

", "name" : "Timestamp", "c2jName" : "timestamp", "c2jShape" : "String", "variable" : { "variableName" : "timestamp", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The time of the last refresh of the check.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "timestamp", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "timestamp", "marshallLocationName" : "timestamp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time of the last refresh of the check.

\n@param timestamp The time of the last refresh of the check.*/", "getterDocumentation" : "/**

The time of the last refresh of the check.

\n@return The time of the last refresh of the check.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

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

", "name" : "Status", "c2jName" : "status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status", "marshallLocationName" : "status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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\".*/", "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\".*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

Specifies whether the Trusted Advisor check has flagged resources.

", "name" : "HasFlaggedResources", "c2jName" : "hasFlaggedResources", "c2jShape" : "Boolean", "variable" : { "variableName" : "hasFlaggedResources", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the Trusted Advisor check has flagged resources.

", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "hasFlaggedResources", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "hasFlaggedResources", "marshallLocationName" : "hasFlaggedResources", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether the Trusted Advisor check has flagged resources.

\n@param hasFlaggedResources Specifies whether the Trusted Advisor check has flagged resources.*/", "getterDocumentation" : "/**

Specifies whether the Trusted Advisor check has flagged resources.

\n@return Specifies whether the Trusted Advisor check has flagged resources.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "", "name" : "ResourcesSummary", "c2jName" : "resourcesSummary", "c2jShape" : "TrustedAdvisorResourcesSummary", "variable" : { "variableName" : "resourcesSummary", "variableType" : "TrustedAdvisorResourcesSummary", "variableDeclarationType" : "TrustedAdvisorResourcesSummary", "documentation" : "", "variableSetterType" : "TrustedAdvisorResourcesSummary", "simpleType" : "TrustedAdvisorResourcesSummary" }, "setterModel" : { "variableName" : "resourcesSummary", "variableType" : "TrustedAdvisorResourcesSummary", "variableDeclarationType" : "TrustedAdvisorResourcesSummary", "documentation" : "", "variableSetterType" : "TrustedAdvisorResourcesSummary", "simpleType" : "TrustedAdvisorResourcesSummary" }, "getterModel" : { "returnType" : "TrustedAdvisorResourcesSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourcesSummary", "marshallLocationName" : "resourcesSummary", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param resourcesSummary */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param resourcesSummary \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param resourcesSummary \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

", "name" : "CategorySpecificSummary", "c2jName" : "categorySpecificSummary", "c2jShape" : "TrustedAdvisorCategorySpecificSummary", "variable" : { "variableName" : "categorySpecificSummary", "variableType" : "TrustedAdvisorCategorySpecificSummary", "variableDeclarationType" : "TrustedAdvisorCategorySpecificSummary", "documentation" : "

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

", "variableSetterType" : "TrustedAdvisorCategorySpecificSummary", "simpleType" : "TrustedAdvisorCategorySpecificSummary" }, "setterModel" : { "variableName" : "categorySpecificSummary", "variableType" : "TrustedAdvisorCategorySpecificSummary", "variableDeclarationType" : "TrustedAdvisorCategorySpecificSummary", "documentation" : "", "variableSetterType" : "TrustedAdvisorCategorySpecificSummary", "simpleType" : "TrustedAdvisorCategorySpecificSummary" }, "getterModel" : { "returnType" : "TrustedAdvisorCategorySpecificSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "categorySpecificSummary", "marshallLocationName" : "categorySpecificSummary", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } ], "enums" : null, "variable" : { "variableName" : "trustedAdvisorCheckSummary", "variableType" : "TrustedAdvisorCheckSummary", "variableDeclarationType" : "TrustedAdvisorCheckSummary", "documentation" : null, "variableSetterType" : "TrustedAdvisorCheckSummary", "simpleType" : "TrustedAdvisorCheckSummary" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

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

", "name" : "Status", "c2jName" : "status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status", "marshallLocationName" : "status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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\".*/", "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\".*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "ResourcesSummary" : { "documentation" : "", "name" : "ResourcesSummary", "c2jName" : "resourcesSummary", "c2jShape" : "TrustedAdvisorResourcesSummary", "variable" : { "variableName" : "resourcesSummary", "variableType" : "TrustedAdvisorResourcesSummary", "variableDeclarationType" : "TrustedAdvisorResourcesSummary", "documentation" : "", "variableSetterType" : "TrustedAdvisorResourcesSummary", "simpleType" : "TrustedAdvisorResourcesSummary" }, "setterModel" : { "variableName" : "resourcesSummary", "variableType" : "TrustedAdvisorResourcesSummary", "variableDeclarationType" : "TrustedAdvisorResourcesSummary", "documentation" : "", "variableSetterType" : "TrustedAdvisorResourcesSummary", "simpleType" : "TrustedAdvisorResourcesSummary" }, "getterModel" : { "returnType" : "TrustedAdvisorResourcesSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourcesSummary", "marshallLocationName" : "resourcesSummary", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param resourcesSummary */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param resourcesSummary \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param resourcesSummary \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CheckId" : { "documentation" : "

The unique identifier for the Trusted Advisor check.

", "name" : "CheckId", "c2jName" : "checkId", "c2jShape" : "String", "variable" : { "variableName" : "checkId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique identifier for the Trusted Advisor check.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "checkId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "checkId", "marshallLocationName" : "checkId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unique identifier for the Trusted Advisor check.

\n@param checkId The unique identifier for the Trusted Advisor check.*/", "getterDocumentation" : "/**

The unique identifier for the Trusted Advisor check.

\n@return The unique identifier for the Trusted Advisor check.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "CategorySpecificSummary" : { "documentation" : "

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

", "name" : "CategorySpecificSummary", "c2jName" : "categorySpecificSummary", "c2jShape" : "TrustedAdvisorCategorySpecificSummary", "variable" : { "variableName" : "categorySpecificSummary", "variableType" : "TrustedAdvisorCategorySpecificSummary", "variableDeclarationType" : "TrustedAdvisorCategorySpecificSummary", "documentation" : "

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

", "variableSetterType" : "TrustedAdvisorCategorySpecificSummary", "simpleType" : "TrustedAdvisorCategorySpecificSummary" }, "setterModel" : { "variableName" : "categorySpecificSummary", "variableType" : "TrustedAdvisorCategorySpecificSummary", "variableDeclarationType" : "TrustedAdvisorCategorySpecificSummary", "documentation" : "", "variableSetterType" : "TrustedAdvisorCategorySpecificSummary", "simpleType" : "TrustedAdvisorCategorySpecificSummary" }, "getterModel" : { "returnType" : "TrustedAdvisorCategorySpecificSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "categorySpecificSummary", "marshallLocationName" : "categorySpecificSummary", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "Timestamp" : { "documentation" : "

The time of the last refresh of the check.

", "name" : "Timestamp", "c2jName" : "timestamp", "c2jShape" : "String", "variable" : { "variableName" : "timestamp", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The time of the last refresh of the check.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "timestamp", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "timestamp", "marshallLocationName" : "timestamp", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The time of the last refresh of the check.

\n@param timestamp The time of the last refresh of the check.*/", "getterDocumentation" : "/**

The time of the last refresh of the check.

\n@return The time of the last refresh of the check.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "HasFlaggedResources" : { "documentation" : "

Specifies whether the Trusted Advisor check has flagged resources.

", "name" : "HasFlaggedResources", "c2jName" : "hasFlaggedResources", "c2jShape" : "Boolean", "variable" : { "variableName" : "hasFlaggedResources", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the Trusted Advisor check has flagged resources.

", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "hasFlaggedResources", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "hasFlaggedResources", "marshallLocationName" : "hasFlaggedResources", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether the Trusted Advisor check has flagged resources.

\n@param hasFlaggedResources Specifies whether the Trusted Advisor check has flagged resources.*/", "getterDocumentation" : "/**

Specifies whether the Trusted Advisor check has flagged resources.

\n@return Specifies whether the Trusted Advisor check has flagged resources.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } } }, "Service" : { "c2jName" : "Service", "documentation" : "

Information about an AWS service returned by the DescribeServices operation.

", "shapeName" : "Service", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The code for an AWS service returned by the DescribeServices response. The Name element contains the corresponding friendly name.

", "name" : "Code", "c2jName" : "code", "c2jShape" : "ServiceCode", "variable" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The code for an AWS service returned by the DescribeServices response. The Name element contains the corresponding friendly name.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "code", "marshallLocationName" : "code", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "documentation" : "

The friendly name for an AWS service. The Code element contains the corresponding code.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "ServiceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The friendly name for an AWS service. The Code element contains the corresponding code.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, { "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.

", "name" : "Categories", "c2jName" : "categories", "c2jShape" : "CategoryList", "variable" : { "variableName" : "categories", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "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.

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

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

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

\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.*/" } ], "enums" : null, "variable" : { "variableName" : "service", "variableType" : "Service", "variableDeclarationType" : "Service", "documentation" : null, "variableSetterType" : "Service", "simpleType" : "Service" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Categories" : { "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.

", "name" : "Categories", "c2jName" : "categories", "c2jShape" : "CategoryList", "variable" : { "variableName" : "categories", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "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.

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

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

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

\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.*/" }, "Code" : { "documentation" : "

The code for an AWS service returned by the DescribeServices response. The Name element contains the corresponding friendly name.

", "name" : "Code", "c2jName" : "code", "c2jShape" : "ServiceCode", "variable" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The code for an AWS service returned by the DescribeServices response. The Name element contains the corresponding friendly name.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "code", "marshallLocationName" : "code", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" }, "Name" : { "documentation" : "

The friendly name for an AWS service. The Code element contains the corresponding code.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "ServiceName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The friendly name for an AWS service. The Code element contains the corresponding code.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } } }, "DescribeAttachmentResult" : { "c2jName" : "DescribeAttachmentResponse", "documentation" : "

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

", "shapeName" : "DescribeAttachmentResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The attachment content and file name.

", "name" : "Attachment", "c2jName" : "attachment", "c2jShape" : "Attachment", "variable" : { "variableName" : "attachment", "variableType" : "Attachment", "variableDeclarationType" : "Attachment", "documentation" : "

The attachment content and file name.

", "variableSetterType" : "Attachment", "simpleType" : "Attachment" }, "setterModel" : { "variableName" : "attachment", "variableType" : "Attachment", "variableDeclarationType" : "Attachment", "documentation" : "", "variableSetterType" : "Attachment", "simpleType" : "Attachment" }, "getterModel" : { "returnType" : "Attachment", "documentation" : null }, "http" : { "unmarshallLocationName" : "attachment", "marshallLocationName" : "attachment", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The attachment content and file name.

\n@param attachment The attachment content and file name.*/", "getterDocumentation" : "/**

The attachment content and file name.

\n@return The attachment content and file name.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } ], "enums" : null, "variable" : { "variableName" : "describeAttachmentResult", "variableType" : "DescribeAttachmentResult", "variableDeclarationType" : "DescribeAttachmentResult", "documentation" : null, "variableSetterType" : "DescribeAttachmentResult", "simpleType" : "DescribeAttachmentResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Attachment" : { "documentation" : "

The attachment content and file name.

", "name" : "Attachment", "c2jName" : "attachment", "c2jShape" : "Attachment", "variable" : { "variableName" : "attachment", "variableType" : "Attachment", "variableDeclarationType" : "Attachment", "documentation" : "

The attachment content and file name.

", "variableSetterType" : "Attachment", "simpleType" : "Attachment" }, "setterModel" : { "variableName" : "attachment", "variableType" : "Attachment", "variableDeclarationType" : "Attachment", "documentation" : "", "variableSetterType" : "Attachment", "simpleType" : "Attachment" }, "getterModel" : { "returnType" : "Attachment", "documentation" : null }, "http" : { "unmarshallLocationName" : "attachment", "marshallLocationName" : "attachment", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The attachment content and file name.

\n@param attachment The attachment content and file name.*/", "getterDocumentation" : "/**

The attachment content and file name.

\n@return The attachment content and file name.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } } }, "ResolveCaseRequest" : { "c2jName" : "ResolveCaseRequest", "documentation" : "", "shapeName" : "ResolveCaseRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "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

", "name" : "CaseId", "c2jName" : "caseId", "c2jShape" : "CaseId", "variable" : { "variableName" : "caseId", "variableType" : "String", "variableDeclarationType" : "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

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "caseId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "caseId", "marshallLocationName" : "caseId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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*/", "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*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } ], "enums" : null, "variable" : { "variableName" : "resolveCaseRequest", "variableType" : "ResolveCaseRequest", "variableDeclarationType" : "ResolveCaseRequest", "documentation" : null, "variableSetterType" : "ResolveCaseRequest", "simpleType" : "ResolveCaseRequest" }, "marshaller" : { "action" : "ResolveCase", "verb" : "POST", "target" : "AWSSupport_20130415.ResolveCase", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CaseId" : { "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

", "name" : "CaseId", "c2jName" : "caseId", "c2jShape" : "CaseId", "variable" : { "variableName" : "caseId", "variableType" : "String", "variableDeclarationType" : "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

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "caseId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "caseId", "marshallLocationName" : "caseId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : 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*/", "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*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } } }, "DescribeTrustedAdvisorCheckRefreshStatusesResult" : { "c2jName" : "DescribeTrustedAdvisorCheckRefreshStatusesResponse", "documentation" : "

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

", "shapeName" : "DescribeTrustedAdvisorCheckRefreshStatusesResult", "deprecated" : false, "required" : [ "statuses" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The refresh status of the specified Trusted Advisor checks.

", "name" : "Statuses", "c2jName" : "statuses", "c2jShape" : "TrustedAdvisorCheckRefreshStatusList", "variable" : { "variableName" : "statuses", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The refresh status of the specified Trusted Advisor checks.

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

The refresh status of the specified Trusted Advisor checks.

\n@param statuses The refresh status of the specified Trusted Advisor checks.*/", "getterDocumentation" : "/**

The refresh status of the specified Trusted Advisor checks.

\n@return The refresh status of the specified Trusted Advisor checks.*/", "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.*/", "varargSetterDocumentation" : "/**

The refresh status of the specified Trusted Advisor checks.

\n

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

\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.*/" } ], "enums" : null, "variable" : { "variableName" : "describeTrustedAdvisorCheckRefreshStatusesResult", "variableType" : "DescribeTrustedAdvisorCheckRefreshStatusesResult", "variableDeclarationType" : "DescribeTrustedAdvisorCheckRefreshStatusesResult", "documentation" : null, "variableSetterType" : "DescribeTrustedAdvisorCheckRefreshStatusesResult", "simpleType" : "DescribeTrustedAdvisorCheckRefreshStatusesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Statuses" : { "documentation" : "

The refresh status of the specified Trusted Advisor checks.

", "name" : "Statuses", "c2jName" : "statuses", "c2jShape" : "TrustedAdvisorCheckRefreshStatusList", "variable" : { "variableName" : "statuses", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The refresh status of the specified Trusted Advisor checks.

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

The refresh status of the specified Trusted Advisor checks.

\n@param statuses The refresh status of the specified Trusted Advisor checks.*/", "getterDocumentation" : "/**

The refresh status of the specified Trusted Advisor checks.

\n@return The refresh status of the specified Trusted Advisor checks.*/", "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.*/", "varargSetterDocumentation" : "/**

The refresh status of the specified Trusted Advisor checks.

\n

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

\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.*/" } } }, "DescribeTrustedAdvisorCheckRefreshStatusesRequest" : { "c2jName" : "DescribeTrustedAdvisorCheckRefreshStatusesRequest", "documentation" : "", "shapeName" : "DescribeTrustedAdvisorCheckRefreshStatusesRequest", "deprecated" : false, "required" : [ "checkIds" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The IDs of the Trusted Advisor checks.

", "name" : "CheckIds", "c2jName" : "checkIds", "c2jShape" : "StringList", "variable" : { "variableName" : "checkIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The IDs of the Trusted Advisor checks.

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

The IDs of the Trusted Advisor checks.

\n@param checkIds The IDs of the Trusted Advisor checks.*/", "getterDocumentation" : "/**

The IDs of the Trusted Advisor checks.

\n@return The IDs of the Trusted Advisor checks.*/", "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.*/", "varargSetterDocumentation" : "/**

The IDs of the Trusted Advisor checks.

\n

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

\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.*/" } ], "enums" : null, "variable" : { "variableName" : "describeTrustedAdvisorCheckRefreshStatusesRequest", "variableType" : "DescribeTrustedAdvisorCheckRefreshStatusesRequest", "variableDeclarationType" : "DescribeTrustedAdvisorCheckRefreshStatusesRequest", "documentation" : null, "variableSetterType" : "DescribeTrustedAdvisorCheckRefreshStatusesRequest", "simpleType" : "DescribeTrustedAdvisorCheckRefreshStatusesRequest" }, "marshaller" : { "action" : "DescribeTrustedAdvisorCheckRefreshStatuses", "verb" : "POST", "target" : "AWSSupport_20130415.DescribeTrustedAdvisorCheckRefreshStatuses", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CheckIds" : { "documentation" : "

The IDs of the Trusted Advisor checks.

", "name" : "CheckIds", "c2jName" : "checkIds", "c2jShape" : "StringList", "variable" : { "variableName" : "checkIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The IDs of the Trusted Advisor checks.

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

The IDs of the Trusted Advisor checks.

\n@param checkIds The IDs of the Trusted Advisor checks.*/", "getterDocumentation" : "/**

The IDs of the Trusted Advisor checks.

\n@return The IDs of the Trusted Advisor checks.*/", "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.*/", "varargSetterDocumentation" : "/**

The IDs of the Trusted Advisor checks.

\n

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

\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.*/" } } }, "DescribeTrustedAdvisorChecksResult" : { "c2jName" : "DescribeTrustedAdvisorChecksResponse", "documentation" : "

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

", "shapeName" : "DescribeTrustedAdvisorChecksResult", "deprecated" : false, "required" : [ "checks" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Information about all available Trusted Advisor checks.

", "name" : "Checks", "c2jName" : "checks", "c2jShape" : "TrustedAdvisorCheckList", "variable" : { "variableName" : "checks", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

Information about all available Trusted Advisor checks.

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

Information about all available Trusted Advisor checks.

\n@param checks Information about all available Trusted Advisor checks.*/", "getterDocumentation" : "/**

Information about all available Trusted Advisor checks.

\n@return Information about all available Trusted Advisor 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.*/", "varargSetterDocumentation" : "/**

Information about all available Trusted Advisor checks.

\n

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

\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.*/" } ], "enums" : null, "variable" : { "variableName" : "describeTrustedAdvisorChecksResult", "variableType" : "DescribeTrustedAdvisorChecksResult", "variableDeclarationType" : "DescribeTrustedAdvisorChecksResult", "documentation" : null, "variableSetterType" : "DescribeTrustedAdvisorChecksResult", "simpleType" : "DescribeTrustedAdvisorChecksResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Checks" : { "documentation" : "

Information about all available Trusted Advisor checks.

", "name" : "Checks", "c2jName" : "checks", "c2jShape" : "TrustedAdvisorCheckList", "variable" : { "variableName" : "checks", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

Information about all available Trusted Advisor checks.

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

Information about all available Trusted Advisor checks.

\n@param checks Information about all available Trusted Advisor checks.*/", "getterDocumentation" : "/**

Information about all available Trusted Advisor checks.

\n@return Information about all available Trusted Advisor 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.*/", "varargSetterDocumentation" : "/**

Information about all available Trusted Advisor checks.

\n

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

\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.*/" } } }, "RefreshTrustedAdvisorCheckResult" : { "c2jName" : "RefreshTrustedAdvisorCheckResponse", "documentation" : "

The current refresh status of a Trusted Advisor check.

", "shapeName" : "RefreshTrustedAdvisorCheckResult", "deprecated" : false, "required" : [ "status" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The current refresh status for a check, including the amount of time until the check is eligible for refresh.

", "name" : "Status", "c2jName" : "status", "c2jShape" : "TrustedAdvisorCheckRefreshStatus", "variable" : { "variableName" : "status", "variableType" : "TrustedAdvisorCheckRefreshStatus", "variableDeclarationType" : "TrustedAdvisorCheckRefreshStatus", "documentation" : "

The current refresh status for a check, including the amount of time until the check is eligible for refresh.

", "variableSetterType" : "TrustedAdvisorCheckRefreshStatus", "simpleType" : "TrustedAdvisorCheckRefreshStatus" }, "setterModel" : { "variableName" : "status", "variableType" : "TrustedAdvisorCheckRefreshStatus", "variableDeclarationType" : "TrustedAdvisorCheckRefreshStatus", "documentation" : "", "variableSetterType" : "TrustedAdvisorCheckRefreshStatus", "simpleType" : "TrustedAdvisorCheckRefreshStatus" }, "getterModel" : { "returnType" : "TrustedAdvisorCheckRefreshStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "status", "marshallLocationName" : "status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } ], "enums" : null, "variable" : { "variableName" : "refreshTrustedAdvisorCheckResult", "variableType" : "RefreshTrustedAdvisorCheckResult", "variableDeclarationType" : "RefreshTrustedAdvisorCheckResult", "documentation" : null, "variableSetterType" : "RefreshTrustedAdvisorCheckResult", "simpleType" : "RefreshTrustedAdvisorCheckResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

The current refresh status for a check, including the amount of time until the check is eligible for refresh.

", "name" : "Status", "c2jName" : "status", "c2jShape" : "TrustedAdvisorCheckRefreshStatus", "variable" : { "variableName" : "status", "variableType" : "TrustedAdvisorCheckRefreshStatus", "variableDeclarationType" : "TrustedAdvisorCheckRefreshStatus", "documentation" : "

The current refresh status for a check, including the amount of time until the check is eligible for refresh.

", "variableSetterType" : "TrustedAdvisorCheckRefreshStatus", "simpleType" : "TrustedAdvisorCheckRefreshStatus" }, "setterModel" : { "variableName" : "status", "variableType" : "TrustedAdvisorCheckRefreshStatus", "variableDeclarationType" : "TrustedAdvisorCheckRefreshStatus", "documentation" : "", "variableSetterType" : "TrustedAdvisorCheckRefreshStatus", "simpleType" : "TrustedAdvisorCheckRefreshStatus" }, "getterModel" : { "returnType" : "TrustedAdvisorCheckRefreshStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "status", "marshallLocationName" : "status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : 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.*/", "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.*/", "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.*/", "varargSetterDocumentation" : "/**

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.*/" } } }, "InternalServerErrorException" : { "c2jName" : "InternalServerError", "documentation" : "

An internal server error occurred.

", "shapeName" : "InternalServerErrorException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "internalServerErrorException", "variableType" : "InternalServerErrorException", "variableDeclarationType" : "InternalServerErrorException", "documentation" : null, "variableSetterType" : "InternalServerErrorException", "simpleType" : "InternalServerErrorException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InternalServerError", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "AttachmentSetSizeLimitExceededException" : { "c2jName" : "AttachmentSetSizeLimitExceeded", "documentation" : "

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

", "shapeName" : "AttachmentSetSizeLimitExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "attachmentSetSizeLimitExceededException", "variableType" : "AttachmentSetSizeLimitExceededException", "variableDeclarationType" : "AttachmentSetSizeLimitExceededException", "documentation" : null, "variableSetterType" : "AttachmentSetSizeLimitExceededException", "simpleType" : "AttachmentSetSizeLimitExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "AttachmentSetSizeLimitExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } } }, "customizationConfig" : { "requestMetrics" : null, "useAutoConstructList" : true, "useAutoConstructMap" : false, "serviceClientHoldInputStream" : false, "operationsWithResponseStreamContentLengthValidation" : null, "customExceptionUnmarshallerImpl" : null, "customClientConfigFactory" : null, "customResponseMetadataClassName" : null, "skipInterfaceAdditions" : false, "customServiceNameForRequest" : null, "requiredParamValidationEnabled" : false, "additionalShapeConstructors" : null, "simpleMethods" : { "DescribeCases" : { "methodForms" : [ [ ] ] }, "DescribeSeverityLevels" : { "methodForms" : [ [ ] ] }, "ResolveCase" : { "methodForms" : [ [ ] ] }, "DescribeServices" : { "methodForms" : [ [ ] ] } }, "renameShapes" : null, "sendEmptyAutoConstructedListAsEmptyList" : null, "authPolicyActions" : { "skip" : true, "actionPrefix" : null, "fileNamePrefix" : null }, "customServiceMetadata" : null, "customCodeTemplates" : null, "operationModifiers" : null, "shapeSubstitutions" : null, "shapeModifiers" : null, "customErrorCodeFieldName" : null, "sdkModeledExceptionBaseClassName" : null, "customSignerProvider" : null, "calculateCRC32FromCompressedData" : false, "customFileHeader" : null, "convenienceTypeOverloads" : [ ], "skipSmokeTests" : false }, "waiters" : { }, "examples" : { "examples" : { }, "version" : "1.0" }, "sdkModeledExceptionBaseClassName" : "AWSSupportException", "fileHeader" : "/*\n * Copyright 2011-2016 Amazon.com, Inc. or its affiliates. All Rights\n * Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */", "clientConfigFactory" : "ClientConfigurationFactory", "exceptionUnmarshallerImpl" : null, "serviceBaseExceptionFqcn" : "com.amazonaws.AmazonServiceException", "sdkModeledExceptionBaseFqcn" : "com.amazonaws.services.support.model.AWSSupportException", "hasWaiters" : false }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy