
models.support-2013-04-15-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-support Show documentation
{
"customizationConfig" : {
"additionalShapeConstructors" : null,
"authPolicyActions" : {
"actionPrefix" : null,
"fileNamePrefix" : null,
"skip" : true
},
"calculateCRC32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customClientConfigFactory" : null,
"customCodeTemplates" : null,
"customErrorCodeFieldName" : null,
"customExceptionUnmarshallerImpl" : null,
"customFileHeader" : null,
"customResponseMetadataClassName" : null,
"customServiceMetadata" : null,
"customServiceNameForRequest" : null,
"customSignerProvider" : null,
"operationModifiers" : null,
"operationsWithResponseStreamContentLengthValidation" : null,
"presignersFqcn" : null,
"renameShapes" : null,
"requestMetrics" : null,
"requiredParamValidationEnabled" : false,
"sdkModeledExceptionBaseClassName" : null,
"sendEmptyAutoConstructedListAsEmptyList" : null,
"sendExplicitlyEmptyListsForQuery" : false,
"serviceClientHoldInputStream" : false,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"simpleMethods" : {
"DescribeCases" : {
"methodForms" : [ [ ] ]
},
"DescribeServices" : {
"methodForms" : [ [ ] ]
},
"DescribeSeverityLevels" : {
"methodForms" : [ [ ] ]
},
"ResolveCase" : {
"methodForms" : [ [ ] ]
}
},
"skipInterfaceAdditions" : false,
"skipSmokeTests" : true,
"useAutoConstructList" : true,
"useAutoConstructMap" : false
},
"metadata" : {
"apiVersion" : "2013-04-15",
"asyncClient" : "AWSSupportAsyncClient",
"asyncClientBuilderClassName" : "AWSSupportAsyncClientBuilder",
"asyncInterface" : "AWSSupportAsync",
"cborProtocol" : false,
"checksumFormat" : null,
"contentType" : null,
"cucumberModuleInjectorClassName" : "AWSSupportModuleInjector",
"defaultEndpoint" : "https://support.us-east-1.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "support.us-east-1.amazonaws.com",
"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:
-
Service names, issue categories, and available severity levels. The DescribeServices and DescribeSeverityLevels operations return AWS service names, service codes, service categories, and problem severity levels. You use these values when you call the CreateCase operation.
-
Case creation, case details, and case resolution. The CreateCase, DescribeCases, DescribeAttachment, and ResolveCase operations create AWS Support cases, retrieve information about cases, and resolve cases.
-
Case communication. The DescribeCommunications, AddCommunicationToCase, and AddAttachmentsToSet operations retrieve and add communications and attachments to AWS Support cases.
The following list describes the operations available from the AWS Support service for Trusted Advisor:
-
DescribeTrustedAdvisorChecks returns the list of checks that run against your AWS resources.
-
Using the checkId
for a specific check returned by DescribeTrustedAdvisorChecks, you can call DescribeTrustedAdvisorCheckResult to obtain the results for the check you specified.
-
DescribeTrustedAdvisorCheckSummaries returns summarized results for one or more Trusted Advisor checks.
-
RefreshTrustedAdvisorCheck requests that Trusted Advisor rerun a specified check.
-
DescribeTrustedAdvisorCheckRefreshStatuses reports the refresh status of one or more checks.
For authentication of requests, AWS Support uses Signature Version 4 Signing Process.
See About the AWS Support API in the AWS Support User Guide for information about how to use this service to create and manage your support cases, and how to call Trusted Advisor for results of checks on your resources.
",
"endpointPrefix" : "support",
"hasApiWithStreamInput" : false,
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"packageName" : "com.amazonaws.services.support",
"packagePath" : "com/amazonaws/services/support",
"protocol" : "json",
"protocolDefaultExceptionUmarshallerImpl" : null,
"requestBaseFqcn" : "com.amazonaws.AmazonWebServiceRequest",
"serviceAbbreviation" : null,
"serviceFullName" : "AWS Support",
"serviceName" : "AWS Support",
"signingName" : "support",
"smokeTestsPackageName" : "com.amazonaws.services.support.smoketests",
"syncClient" : "AWSSupportClient",
"syncClientBuilderClassName" : "AWSSupportClientBuilder",
"syncInterface" : "AWSSupport",
"unmarshallerClassSuffix" : "JsonUnmarshaller",
"unmarshallerContextClassName" : "JsonUnmarshallerContext",
"xmlProtocol" : false
},
"operations" : {
"AddAttachmentsToSet" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "AddAttachmentsToSetResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Adds one or more attachments to an attachment set. If an attachmentSetId
is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
is specified, the attachments are added to the specified set, if it exists.
An attachment set is a temporary container for attachments that are to be added to a case or case communication. The set is available for one hour after it is created; the expiryTime
returned in the response indicates when the set expires. The maximum number of attachments in a set is 3, and the maximum size of any attachment in the set is 5 MB.
",
"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,
"input" : {
"variableDeclarationType" : "AddAttachmentsToSetRequest",
"variableName" : "addAttachmentsToSetRequest",
"variableType" : "AddAttachmentsToSetRequest",
"documentation" : "",
"simpleType" : "AddAttachmentsToSetRequest",
"variableSetterType" : "AddAttachmentsToSetRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "addAttachmentsToSet",
"operationName" : "AddAttachmentsToSet",
"returnType" : {
"returnType" : "AddAttachmentsToSetResult",
"documentation" : "The ID and expiry time of the attachment set returned by the AddAttachmentsToSet operation.
"
},
"syncReturnType" : "AddAttachmentsToSetResult"
},
"AddCommunicationToCase" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "AddCommunicationToCaseResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Adds additional customer communication to an AWS Support case. You use the caseId
value to identify the case to add communication to. You can list a set of email addresses to copy on the communication using the ccEmailAddresses
value. The communicationBody
value contains the text of the communication.
The response indicates the success or failure of the request.
This operation implements a subset of the features of the AWS Support Center.
",
"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,
"input" : {
"variableDeclarationType" : "AddCommunicationToCaseRequest",
"variableName" : "addCommunicationToCaseRequest",
"variableType" : "AddCommunicationToCaseRequest",
"documentation" : "To be written.
",
"simpleType" : "AddCommunicationToCaseRequest",
"variableSetterType" : "AddCommunicationToCaseRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "addCommunicationToCase",
"operationName" : "AddCommunicationToCase",
"returnType" : {
"returnType" : "AddCommunicationToCaseResult",
"documentation" : "The result of the AddCommunicationToCase operation.
"
},
"syncReturnType" : "AddCommunicationToCaseResult"
},
"CreateCase" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateCaseResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a new case in the AWS Support Center. This operation is modeled on the behavior of the AWS Support Center Create Case page. Its parameters require you to specify the following information:
-
issueType. The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"
-
serviceCode. The code for an AWS service. You obtain the serviceCode
by calling DescribeServices.
-
categoryCode. The category for the service defined for the serviceCode
value. You also obtain the category code for a service by calling DescribeServices. Each AWS service defines its own set of category codes.
-
severityCode. A value that indicates the urgency of the case, which in turn determines the response time according to your service level agreement with AWS Support. You obtain the SeverityCode by calling DescribeSeverityLevels.
-
subject. The Subject field on the AWS Support Center Create Case page.
-
communicationBody. The Description field on the AWS Support Center Create Case page.
-
attachmentSetId. The ID of a set of attachments that has been created by using AddAttachmentsToSet.
-
language. The human language in which AWS Support handles the case. English and Japanese are currently supported.
-
ccEmailAddresses. The AWS Support Center CC field on the Create Case page. You can list email addresses to be copied on any correspondence about the case. The account that opens the case is already identified by passing the AWS Credentials in the HTTP POST method or in a method or function call from one of the programming languages supported by an AWS SDK.
To add additional communication or attachments to an existing case, use AddCommunicationToCase.
A successful CreateCase request returns an AWS Support case number. Case numbers are used by the DescribeCases operation to retrieve existing AWS Support cases.
",
"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,
"input" : {
"variableDeclarationType" : "CreateCaseRequest",
"variableName" : "createCaseRequest",
"variableType" : "CreateCaseRequest",
"documentation" : "",
"simpleType" : "CreateCaseRequest",
"variableSetterType" : "CreateCaseRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createCase",
"operationName" : "CreateCase",
"returnType" : {
"returnType" : "CreateCaseResult",
"documentation" : "The AWS Support case ID returned by a successful completion of the CreateCase operation.
"
},
"syncReturnType" : "CreateCaseResult"
},
"DescribeAttachment" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeAttachmentResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the attachment that has the specified ID. Attachment IDs are generated by the case management system when you add an attachment to a case or case communication. Attachment IDs are returned in the AttachmentDetails objects that are returned by the DescribeCommunications operation.
",
"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,
"input" : {
"variableDeclarationType" : "DescribeAttachmentRequest",
"variableName" : "describeAttachmentRequest",
"variableType" : "DescribeAttachmentRequest",
"documentation" : "",
"simpleType" : "DescribeAttachmentRequest",
"variableSetterType" : "DescribeAttachmentRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeAttachment",
"operationName" : "DescribeAttachment",
"returnType" : {
"returnType" : "DescribeAttachmentResult",
"documentation" : "The content and file name of the attachment returned by the DescribeAttachment operation.
"
},
"syncReturnType" : "DescribeAttachmentResult"
},
"DescribeCases" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeCasesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of cases that you specify by passing one or more case IDs. In addition, you can filter the cases by date by setting values for the afterTime
and beforeTime
request parameters. You can set values for the includeResolvedCases
and includeCommunications
request parameters to control how much information is returned.
Case data is available for 12 months after creation. If a case was created more than 12 months ago, a request for data might cause an error.
The response returns the following in JSON format:
-
One or more CaseDetails data types.
-
One or more nextToken
values, which specify where to paginate the returned records represented by the CaseDetails
objects.
",
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An internal server error occurred.
"
}, {
"exceptionName" : "CaseIdNotFoundException",
"documentation" : "The requested caseId
could not be located.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeCasesRequest",
"variableName" : "describeCasesRequest",
"variableType" : "DescribeCasesRequest",
"documentation" : "",
"simpleType" : "DescribeCasesRequest",
"variableSetterType" : "DescribeCasesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeCases",
"operationName" : "DescribeCases",
"returnType" : {
"returnType" : "DescribeCasesResult",
"documentation" : "Returns an array of CaseDetails objects and a nextToken
that defines a point for pagination in the result set.
"
},
"syncReturnType" : "DescribeCasesResult"
},
"DescribeCommunications" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeCommunicationsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns communications (and attachments) for one or more support cases. You can use the afterTime
and beforeTime
parameters to filter by date. You can use the caseId
parameter to restrict the results to a particular case.
Case data is available for 12 months after creation. If a case was created more than 12 months ago, a request for data might cause an error.
You can use the maxResults
and nextToken
parameters to control the pagination of the result set. Set maxResults
to the number of cases you want displayed on each page, and use nextToken
to specify the resumption of pagination.
",
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An internal server error occurred.
"
}, {
"exceptionName" : "CaseIdNotFoundException",
"documentation" : "The requested caseId
could not be located.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeCommunicationsRequest",
"variableName" : "describeCommunicationsRequest",
"variableType" : "DescribeCommunicationsRequest",
"documentation" : "",
"simpleType" : "DescribeCommunicationsRequest",
"variableSetterType" : "DescribeCommunicationsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeCommunications",
"operationName" : "DescribeCommunications",
"returnType" : {
"returnType" : "DescribeCommunicationsResult",
"documentation" : "The communications returned by the DescribeCommunications operation.
"
},
"syncReturnType" : "DescribeCommunicationsResult"
},
"DescribeServices" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeServicesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the current list of AWS services and a list of service categories that applies to each one. You then use service names and categories in your CreateCase requests. Each AWS service has its own set of categories.
The service codes and category codes correspond to the values that are displayed in the Service and Category drop-down lists on the AWS Support Center Create Case page. The values in those fields, however, do not necessarily match the service codes and categories returned by the DescribeServices
request. Always use the service codes and categories obtained programmatically. This practice ensures that you always have the most recent set of service and category codes.
",
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An internal server error occurred.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeServicesRequest",
"variableName" : "describeServicesRequest",
"variableType" : "DescribeServicesRequest",
"documentation" : "",
"simpleType" : "DescribeServicesRequest",
"variableSetterType" : "DescribeServicesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeServices",
"operationName" : "DescribeServices",
"returnType" : {
"returnType" : "DescribeServicesResult",
"documentation" : "The list of AWS services returned by the DescribeServices operation.
"
},
"syncReturnType" : "DescribeServicesResult"
},
"DescribeSeverityLevels" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeSeverityLevelsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the list of severity levels that you can assign to an AWS Support case. The severity level for a case is also a field in the CaseDetails data type included in any CreateCase request.
",
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An internal server error occurred.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeSeverityLevelsRequest",
"variableName" : "describeSeverityLevelsRequest",
"variableType" : "DescribeSeverityLevelsRequest",
"documentation" : "",
"simpleType" : "DescribeSeverityLevelsRequest",
"variableSetterType" : "DescribeSeverityLevelsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeSeverityLevels",
"operationName" : "DescribeSeverityLevels",
"returnType" : {
"returnType" : "DescribeSeverityLevelsResult",
"documentation" : "The list of severity levels returned by the DescribeSeverityLevels operation.
"
},
"syncReturnType" : "DescribeSeverityLevelsResult"
},
"DescribeTrustedAdvisorCheckRefreshStatuses" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeTrustedAdvisorCheckRefreshStatusesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the refresh status of the Trusted Advisor checks that have the specified check IDs. Check IDs can be obtained by calling DescribeTrustedAdvisorChecks.
Some checks are refreshed automatically, and their refresh statuses cannot be retrieved by using this operation. Use of the DescribeTrustedAdvisorCheckRefreshStatuses
operation for these checks causes an InvalidParameterValue
error.
",
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An internal server error occurred.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeTrustedAdvisorCheckRefreshStatusesRequest",
"variableName" : "describeTrustedAdvisorCheckRefreshStatusesRequest",
"variableType" : "DescribeTrustedAdvisorCheckRefreshStatusesRequest",
"documentation" : "",
"simpleType" : "DescribeTrustedAdvisorCheckRefreshStatusesRequest",
"variableSetterType" : "DescribeTrustedAdvisorCheckRefreshStatusesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeTrustedAdvisorCheckRefreshStatuses",
"operationName" : "DescribeTrustedAdvisorCheckRefreshStatuses",
"returnType" : {
"returnType" : "DescribeTrustedAdvisorCheckRefreshStatusesResult",
"documentation" : "The statuses of the Trusted Advisor checks returned by the DescribeTrustedAdvisorCheckRefreshStatuses operation.
"
},
"syncReturnType" : "DescribeTrustedAdvisorCheckRefreshStatusesResult"
},
"DescribeTrustedAdvisorCheckResult" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeTrustedAdvisorCheckResultResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the results of the Trusted Advisor check that has the specified check ID. Check IDs can be obtained by calling DescribeTrustedAdvisorChecks.
The response contains a TrustedAdvisorCheckResult object, which contains these three objects:
In addition, the response contains these fields:
-
status. The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".
-
timestamp. The time of the last refresh of the check.
-
checkId. The unique identifier for the check.
",
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An internal server error occurred.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeTrustedAdvisorCheckResultRequest",
"variableName" : "describeTrustedAdvisorCheckResultRequest",
"variableType" : "DescribeTrustedAdvisorCheckResultRequest",
"documentation" : "",
"simpleType" : "DescribeTrustedAdvisorCheckResultRequest",
"variableSetterType" : "DescribeTrustedAdvisorCheckResultRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeTrustedAdvisorCheckResult",
"operationName" : "DescribeTrustedAdvisorCheckResult",
"returnType" : {
"returnType" : "DescribeTrustedAdvisorCheckResultResult",
"documentation" : "The result of the Trusted Advisor check returned by the DescribeTrustedAdvisorCheckResult operation.
"
},
"syncReturnType" : "DescribeTrustedAdvisorCheckResultResult"
},
"DescribeTrustedAdvisorCheckSummaries" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeTrustedAdvisorCheckSummariesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the summaries of the results of the Trusted Advisor checks that have the specified check IDs. Check IDs can be obtained by calling DescribeTrustedAdvisorChecks.
The response contains an array of TrustedAdvisorCheckSummary objects.
",
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An internal server error occurred.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeTrustedAdvisorCheckSummariesRequest",
"variableName" : "describeTrustedAdvisorCheckSummariesRequest",
"variableType" : "DescribeTrustedAdvisorCheckSummariesRequest",
"documentation" : "",
"simpleType" : "DescribeTrustedAdvisorCheckSummariesRequest",
"variableSetterType" : "DescribeTrustedAdvisorCheckSummariesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeTrustedAdvisorCheckSummaries",
"operationName" : "DescribeTrustedAdvisorCheckSummaries",
"returnType" : {
"returnType" : "DescribeTrustedAdvisorCheckSummariesResult",
"documentation" : "The summaries of the Trusted Advisor checks returned by the DescribeTrustedAdvisorCheckSummaries operation.
"
},
"syncReturnType" : "DescribeTrustedAdvisorCheckSummariesResult"
},
"DescribeTrustedAdvisorChecks" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeTrustedAdvisorChecksResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about all available Trusted Advisor checks, including name, ID, category, description, and metadata. You must specify a language code; English (\"en\") and Japanese (\"ja\") are currently supported. The response contains a TrustedAdvisorCheckDescription for each check.
",
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An internal server error occurred.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeTrustedAdvisorChecksRequest",
"variableName" : "describeTrustedAdvisorChecksRequest",
"variableType" : "DescribeTrustedAdvisorChecksRequest",
"documentation" : "",
"simpleType" : "DescribeTrustedAdvisorChecksRequest",
"variableSetterType" : "DescribeTrustedAdvisorChecksRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeTrustedAdvisorChecks",
"operationName" : "DescribeTrustedAdvisorChecks",
"returnType" : {
"returnType" : "DescribeTrustedAdvisorChecksResult",
"documentation" : "Information about the Trusted Advisor checks returned by the DescribeTrustedAdvisorChecks operation.
"
},
"syncReturnType" : "DescribeTrustedAdvisorChecksResult"
},
"RefreshTrustedAdvisorCheck" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "RefreshTrustedAdvisorCheckResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Requests a refresh of the Trusted Advisor check that has the specified check ID. Check IDs can be obtained by calling DescribeTrustedAdvisorChecks.
Some checks are refreshed automatically, and they cannot be refreshed by using this operation. Use of the RefreshTrustedAdvisorCheck
operation for these checks causes an InvalidParameterValue
error.
The response contains a TrustedAdvisorCheckRefreshStatus object, which contains these fields:
-
status. The refresh status of the check: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".
-
millisUntilNextRefreshable. The amount of time, in milliseconds, until the check is eligible for refresh.
-
checkId. The unique identifier for the check.
",
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An internal server error occurred.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "RefreshTrustedAdvisorCheckRequest",
"variableName" : "refreshTrustedAdvisorCheckRequest",
"variableType" : "RefreshTrustedAdvisorCheckRequest",
"documentation" : "",
"simpleType" : "RefreshTrustedAdvisorCheckRequest",
"variableSetterType" : "RefreshTrustedAdvisorCheckRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "refreshTrustedAdvisorCheck",
"operationName" : "RefreshTrustedAdvisorCheck",
"returnType" : {
"returnType" : "RefreshTrustedAdvisorCheckResult",
"documentation" : "The current refresh status of a Trusted Advisor check.
"
},
"syncReturnType" : "RefreshTrustedAdvisorCheckResult"
},
"ResolveCase" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ResolveCaseResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Takes a caseId
and returns the initial state of the case along with the state of the case after the call to ResolveCase completed.
",
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An internal server error occurred.
"
}, {
"exceptionName" : "CaseIdNotFoundException",
"documentation" : "The requested caseId
could not be located.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ResolveCaseRequest",
"variableName" : "resolveCaseRequest",
"variableType" : "ResolveCaseRequest",
"documentation" : "",
"simpleType" : "ResolveCaseRequest",
"variableSetterType" : "ResolveCaseRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "resolveCase",
"operationName" : "ResolveCase",
"returnType" : {
"returnType" : "ResolveCaseResult",
"documentation" : "The status of the case returned by the ResolveCase operation.
"
},
"syncReturnType" : "ResolveCaseResult"
}
},
"shapes" : {
"AddAttachmentsToSetRequest" : {
"c2jName" : "AddAttachmentsToSetRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "AddAttachmentsToSet",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSSupport_20130415.AddAttachmentsToSet",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "attachmentSetId",
"c2jShape" : "AttachmentSetId",
"deprecated" : false,
"documentation" : "The ID of the attachment set. If an attachmentSetId
is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
is specified, the attachments are added to the specified set, if it exists.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ID of the attachment set. If an attachmentSetId
is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
is specified, the attachments are added to the specified set, if it exists.
\n@return The ID of the attachment set. If an attachmentSetId
is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
is specified, the attachments are added to the specified set, if it exists.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "attachmentSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attachmentSetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AttachmentSetId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentSetId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentSetId",
"variableType" : "String",
"documentation" : "The ID of the attachment set. If an attachmentSetId
is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
is specified, the attachments are added to the specified set, if it exists.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "attachments",
"c2jShape" : "Attachments",
"deprecated" : false,
"documentation" : "One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "attachments",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attachments",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Attachment",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Attachment",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Attachment",
"variableName" : "member",
"variableType" : "Attachment",
"documentation" : "",
"simpleType" : "Attachment",
"variableSetterType" : "Attachment"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Attachment",
"variableName" : "member",
"variableType" : "Attachment",
"documentation" : "",
"simpleType" : "Attachment",
"variableSetterType" : "Attachment"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Attachment",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Attachment",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Attachments",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "attachments",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "attachments",
"variableType" : "java.util.List",
"documentation" : "One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AttachmentSetId" : {
"c2jName" : "attachmentSetId",
"c2jShape" : "AttachmentSetId",
"deprecated" : false,
"documentation" : "The ID of the attachment set. If an attachmentSetId
is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
is specified, the attachments are added to the specified set, if it exists.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ID of the attachment set. If an attachmentSetId
is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
is specified, the attachments are added to the specified set, if it exists.
\n@return The ID of the attachment set. If an attachmentSetId
is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
is specified, the attachments are added to the specified set, if it exists.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "attachmentSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attachmentSetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AttachmentSetId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentSetId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentSetId",
"variableType" : "String",
"documentation" : "The ID of the attachment set. If an attachmentSetId
is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
is specified, the attachments are added to the specified set, if it exists.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Attachments" : {
"c2jName" : "attachments",
"c2jShape" : "Attachments",
"deprecated" : false,
"documentation" : "One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "attachments",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attachments",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Attachment",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Attachment",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Attachment",
"variableName" : "member",
"variableType" : "Attachment",
"documentation" : "",
"simpleType" : "Attachment",
"variableSetterType" : "Attachment"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Attachment",
"variableName" : "member",
"variableType" : "Attachment",
"documentation" : "",
"simpleType" : "Attachment",
"variableSetterType" : "Attachment"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Attachment",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Attachment",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Attachments",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "attachments",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "attachments",
"variableType" : "java.util.List",
"documentation" : "One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "attachments" ],
"shapeName" : "AddAttachmentsToSetRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AddAttachmentsToSetRequest",
"variableName" : "addAttachmentsToSetRequest",
"variableType" : "AddAttachmentsToSetRequest",
"documentation" : null,
"simpleType" : "AddAttachmentsToSetRequest",
"variableSetterType" : "AddAttachmentsToSetRequest"
},
"wrapper" : false
},
"AddAttachmentsToSetResult" : {
"c2jName" : "AddAttachmentsToSetResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The ID and expiry time of the attachment set returned by the AddAttachmentsToSet operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "attachmentSetId",
"c2jShape" : "AttachmentSetId",
"deprecated" : false,
"documentation" : "The ID of the attachment set. If an attachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
was specified, the attachments are added to the specified set, if it exists.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ID of the attachment set. If an attachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
was specified, the attachments are added to the specified set, if it exists.
\n@return The ID of the attachment set. If an attachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
was specified, the attachments are added to the specified set, if it exists.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "attachmentSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attachmentSetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AttachmentSetId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentSetId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentSetId",
"variableType" : "String",
"documentation" : "The ID of the attachment set. If an attachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
was specified, the attachments are added to the specified set, if it exists.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "expiryTime",
"c2jShape" : "ExpiryTime",
"deprecated" : false,
"documentation" : "The time and date when the attachment set expires.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The time and date when the attachment set expires.
\n@return The time and date when the attachment set expires.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "expiryTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "expiryTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ExpiryTime",
"setterDocumentation" : "/**The time and date when the attachment set expires.
\n@param expiryTime The time and date when the attachment set expires.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "expiryTime",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "expiryTime",
"variableType" : "String",
"documentation" : "The time and date when the attachment set expires.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AttachmentSetId" : {
"c2jName" : "attachmentSetId",
"c2jShape" : "AttachmentSetId",
"deprecated" : false,
"documentation" : "The ID of the attachment set. If an attachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
was specified, the attachments are added to the specified set, if it exists.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ID of the attachment set. If an attachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
was specified, the attachments are added to the specified set, if it exists.
\n@return The ID of the attachment set. If an attachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
was specified, the attachments are added to the specified set, if it exists.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "attachmentSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attachmentSetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AttachmentSetId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentSetId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentSetId",
"variableType" : "String",
"documentation" : "The ID of the attachment set. If an attachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
was specified, the attachments are added to the specified set, if it exists.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ExpiryTime" : {
"c2jName" : "expiryTime",
"c2jShape" : "ExpiryTime",
"deprecated" : false,
"documentation" : "The time and date when the attachment set expires.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The time and date when the attachment set expires.
\n@return The time and date when the attachment set expires.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "expiryTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "expiryTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ExpiryTime",
"setterDocumentation" : "/**The time and date when the attachment set expires.
\n@param expiryTime The time and date when the attachment set expires.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "expiryTime",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "expiryTime",
"variableType" : "String",
"documentation" : "The time and date when the attachment set expires.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "AddAttachmentsToSetResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AddAttachmentsToSetResult",
"variableName" : "addAttachmentsToSetResult",
"variableType" : "AddAttachmentsToSetResult",
"documentation" : null,
"simpleType" : "AddAttachmentsToSetResult",
"variableSetterType" : "AddAttachmentsToSetResult"
},
"wrapper" : false
},
"AddCommunicationToCaseRequest" : {
"c2jName" : "AddCommunicationToCaseRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "To be written.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "AddCommunicationToCase",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSSupport_20130415.AddCommunicationToCase",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "caseId",
"c2jShape" : "CaseId",
"deprecated" : false,
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "caseId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "caseId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CaseId",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "caseId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "caseId",
"variableType" : "String",
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "communicationBody",
"c2jShape" : "CommunicationBody",
"deprecated" : false,
"documentation" : "The body of an email communication to add to the support case.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The body of an email communication to add to the support case.
\n@return The body of an email communication to add to the support case.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "communicationBody",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "communicationBody",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CommunicationBody",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "communicationBody",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "communicationBody",
"variableType" : "String",
"documentation" : "The body of an email communication to add to the support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ccEmailAddresses",
"c2jShape" : "CcEmailAddressList",
"deprecated" : false,
"documentation" : "The email addresses in the CC line of an email to be added to the support case.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ccEmailAddresses",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ccEmailAddresses",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "CcEmailAddress",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "CcEmailAddresses",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "ccEmailAddresses",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The email addresses in the CC line of an email to be added to the support case.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "ccEmailAddresses",
"variableType" : "java.util.List",
"documentation" : "The email addresses in the CC line of an email to be added to the support case.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "attachmentSetId",
"c2jShape" : "AttachmentSetId",
"deprecated" : false,
"documentation" : "The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
\n@return The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "attachmentSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attachmentSetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AttachmentSetId",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentSetId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentSetId",
"variableType" : "String",
"documentation" : "The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AttachmentSetId" : {
"c2jName" : "attachmentSetId",
"c2jShape" : "AttachmentSetId",
"deprecated" : false,
"documentation" : "The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
\n@return The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "attachmentSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attachmentSetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AttachmentSetId",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentSetId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentSetId",
"variableType" : "String",
"documentation" : "The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CaseId" : {
"c2jName" : "caseId",
"c2jShape" : "CaseId",
"deprecated" : false,
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "caseId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "caseId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CaseId",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "caseId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "caseId",
"variableType" : "String",
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CcEmailAddresses" : {
"c2jName" : "ccEmailAddresses",
"c2jShape" : "CcEmailAddressList",
"deprecated" : false,
"documentation" : "The email addresses in the CC line of an email to be added to the support case.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ccEmailAddresses",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ccEmailAddresses",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "CcEmailAddress",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "CcEmailAddresses",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "ccEmailAddresses",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The email addresses in the CC line of an email to be added to the support case.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "ccEmailAddresses",
"variableType" : "java.util.List",
"documentation" : "The email addresses in the CC line of an email to be added to the support case.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"CommunicationBody" : {
"c2jName" : "communicationBody",
"c2jShape" : "CommunicationBody",
"deprecated" : false,
"documentation" : "The body of an email communication to add to the support case.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The body of an email communication to add to the support case.
\n@return The body of an email communication to add to the support case.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "communicationBody",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "communicationBody",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CommunicationBody",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "communicationBody",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "communicationBody",
"variableType" : "String",
"documentation" : "The body of an email communication to add to the support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "communicationBody" ],
"shapeName" : "AddCommunicationToCaseRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AddCommunicationToCaseRequest",
"variableName" : "addCommunicationToCaseRequest",
"variableType" : "AddCommunicationToCaseRequest",
"documentation" : null,
"simpleType" : "AddCommunicationToCaseRequest",
"variableSetterType" : "AddCommunicationToCaseRequest"
},
"wrapper" : false
},
"AddCommunicationToCaseResult" : {
"c2jName" : "AddCommunicationToCaseResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The result of the AddCommunicationToCase operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "result",
"c2jShape" : "Result",
"deprecated" : false,
"documentation" : "True if AddCommunicationToCase succeeds. Otherwise, returns an error.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**True if AddCommunicationToCase succeeds. Otherwise, returns an error.
\n@return True if AddCommunicationToCase succeeds. Otherwise, returns an error.*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "result",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "result",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Result",
"setterDocumentation" : "/**True if AddCommunicationToCase succeeds. Otherwise, returns an error.
\n@param result True if AddCommunicationToCase succeeds. Otherwise, returns an error.*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "result",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "result",
"variableType" : "Boolean",
"documentation" : "True if AddCommunicationToCase succeeds. Otherwise, returns an error.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Result" : {
"c2jName" : "result",
"c2jShape" : "Result",
"deprecated" : false,
"documentation" : "True if AddCommunicationToCase succeeds. Otherwise, returns an error.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**True if AddCommunicationToCase succeeds. Otherwise, returns an error.
\n@return True if AddCommunicationToCase succeeds. Otherwise, returns an error.*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "result",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "result",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Result",
"setterDocumentation" : "/**True if AddCommunicationToCase succeeds. Otherwise, returns an error.
\n@param result True if AddCommunicationToCase succeeds. Otherwise, returns an error.*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "result",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "result",
"variableType" : "Boolean",
"documentation" : "True if AddCommunicationToCase succeeds. Otherwise, returns an error.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "AddCommunicationToCaseResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AddCommunicationToCaseResult",
"variableName" : "addCommunicationToCaseResult",
"variableType" : "AddCommunicationToCaseResult",
"documentation" : null,
"simpleType" : "AddCommunicationToCaseResult",
"variableSetterType" : "AddCommunicationToCaseResult"
},
"wrapper" : false
},
"Attachment" : {
"c2jName" : "Attachment",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "An attachment to a case communication. The attachment consists of the file name and the content of the file.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "fileName",
"c2jShape" : "FileName",
"deprecated" : false,
"documentation" : "The name of the attachment file.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The name of the attachment file.
\n@return The name of the attachment file.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "fileName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "fileName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "FileName",
"setterDocumentation" : "/**The name of the attachment file.
\n@param fileName The name of the attachment file.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fileName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fileName",
"variableType" : "String",
"documentation" : "The name of the attachment file.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "data",
"c2jShape" : "Data",
"deprecated" : false,
"documentation" : "The content of the attachment file.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.nio.ByteBuffer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "data",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "data",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Data",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "java.nio.ByteBuffer",
"variableName" : "data",
"variableType" : "java.nio.ByteBuffer",
"documentation" : "",
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.nio.ByteBuffer",
"variableName" : "data",
"variableType" : "java.nio.ByteBuffer",
"documentation" : "The content of the attachment file.
",
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Data" : {
"c2jName" : "data",
"c2jShape" : "Data",
"deprecated" : false,
"documentation" : "The content of the attachment file.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.nio.ByteBuffer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "data",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "data",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Data",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "java.nio.ByteBuffer",
"variableName" : "data",
"variableType" : "java.nio.ByteBuffer",
"documentation" : "",
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.nio.ByteBuffer",
"variableName" : "data",
"variableType" : "java.nio.ByteBuffer",
"documentation" : "The content of the attachment file.
",
"simpleType" : "ByteBuffer",
"variableSetterType" : "java.nio.ByteBuffer"
},
"xmlNameSpaceUri" : null
},
"FileName" : {
"c2jName" : "fileName",
"c2jShape" : "FileName",
"deprecated" : false,
"documentation" : "The name of the attachment file.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The name of the attachment file.
\n@return The name of the attachment file.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "fileName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "fileName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "FileName",
"setterDocumentation" : "/**The name of the attachment file.
\n@param fileName The name of the attachment file.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fileName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fileName",
"variableType" : "String",
"documentation" : "The name of the attachment file.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "Attachment",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Attachment",
"variableName" : "attachment",
"variableType" : "Attachment",
"documentation" : null,
"simpleType" : "Attachment",
"variableSetterType" : "Attachment"
},
"wrapper" : false
},
"AttachmentDetails" : {
"c2jName" : "AttachmentDetails",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The file name and ID of an attachment to a case communication. You can use the ID to retrieve the attachment with the DescribeAttachment operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "attachmentId",
"c2jShape" : "AttachmentId",
"deprecated" : false,
"documentation" : "The ID of the attachment.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ID of the attachment.
\n@return The ID of the attachment.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "attachmentId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attachmentId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AttachmentId",
"setterDocumentation" : "/**The ID of the attachment.
\n@param attachmentId The ID of the attachment.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentId",
"variableType" : "String",
"documentation" : "The ID of the attachment.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "fileName",
"c2jShape" : "FileName",
"deprecated" : false,
"documentation" : "The file name of the attachment.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The file name of the attachment.
\n@return The file name of the attachment.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "fileName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "fileName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "FileName",
"setterDocumentation" : "/**The file name of the attachment.
\n@param fileName The file name of the attachment.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fileName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fileName",
"variableType" : "String",
"documentation" : "The file name of the attachment.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AttachmentId" : {
"c2jName" : "attachmentId",
"c2jShape" : "AttachmentId",
"deprecated" : false,
"documentation" : "The ID of the attachment.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ID of the attachment.
\n@return The ID of the attachment.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "attachmentId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attachmentId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AttachmentId",
"setterDocumentation" : "/**The ID of the attachment.
\n@param attachmentId The ID of the attachment.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentId",
"variableType" : "String",
"documentation" : "The ID of the attachment.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"FileName" : {
"c2jName" : "fileName",
"c2jShape" : "FileName",
"deprecated" : false,
"documentation" : "The file name of the attachment.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The file name of the attachment.
\n@return The file name of the attachment.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "fileName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "fileName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "FileName",
"setterDocumentation" : "/**The file name of the attachment.
\n@param fileName The file name of the attachment.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fileName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fileName",
"variableType" : "String",
"documentation" : "The file name of the attachment.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "AttachmentDetails",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AttachmentDetails",
"variableName" : "attachmentDetails",
"variableType" : "AttachmentDetails",
"documentation" : null,
"simpleType" : "AttachmentDetails",
"variableSetterType" : "AttachmentDetails"
},
"wrapper" : false
},
"AttachmentIdNotFoundException" : {
"c2jName" : "AttachmentIdNotFound",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "An attachment with the specified ID could not be found.
",
"enums" : null,
"errorCode" : "AttachmentIdNotFound",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"required" : null,
"shapeName" : "AttachmentIdNotFoundException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AttachmentIdNotFoundException",
"variableName" : "attachmentIdNotFoundException",
"variableType" : "AttachmentIdNotFoundException",
"documentation" : null,
"simpleType" : "AttachmentIdNotFoundException",
"variableSetterType" : "AttachmentIdNotFoundException"
},
"wrapper" : false
},
"AttachmentLimitExceededException" : {
"c2jName" : "AttachmentLimitExceeded",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The limit for the number of attachment sets created in a short period of time has been exceeded.
",
"enums" : null,
"errorCode" : "AttachmentLimitExceeded",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"required" : null,
"shapeName" : "AttachmentLimitExceededException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AttachmentLimitExceededException",
"variableName" : "attachmentLimitExceededException",
"variableType" : "AttachmentLimitExceededException",
"documentation" : null,
"simpleType" : "AttachmentLimitExceededException",
"variableSetterType" : "AttachmentLimitExceededException"
},
"wrapper" : false
},
"AttachmentSetExpiredException" : {
"c2jName" : "AttachmentSetExpired",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The expiration time of the attachment set has passed. The set expires 1 hour after it is created.
",
"enums" : null,
"errorCode" : "AttachmentSetExpired",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"required" : null,
"shapeName" : "AttachmentSetExpiredException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AttachmentSetExpiredException",
"variableName" : "attachmentSetExpiredException",
"variableType" : "AttachmentSetExpiredException",
"documentation" : null,
"simpleType" : "AttachmentSetExpiredException",
"variableSetterType" : "AttachmentSetExpiredException"
},
"wrapper" : false
},
"AttachmentSetIdNotFoundException" : {
"c2jName" : "AttachmentSetIdNotFound",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "An attachment set with the specified ID could not be found.
",
"enums" : null,
"errorCode" : "AttachmentSetIdNotFound",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"required" : null,
"shapeName" : "AttachmentSetIdNotFoundException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AttachmentSetIdNotFoundException",
"variableName" : "attachmentSetIdNotFoundException",
"variableType" : "AttachmentSetIdNotFoundException",
"documentation" : null,
"simpleType" : "AttachmentSetIdNotFoundException",
"variableSetterType" : "AttachmentSetIdNotFoundException"
},
"wrapper" : false
},
"AttachmentSetSizeLimitExceededException" : {
"c2jName" : "AttachmentSetSizeLimitExceeded",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "A limit for the size of an attachment set has been exceeded. The limits are 3 attachments and 5 MB per attachment.
",
"enums" : null,
"errorCode" : "AttachmentSetSizeLimitExceeded",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"required" : null,
"shapeName" : "AttachmentSetSizeLimitExceededException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AttachmentSetSizeLimitExceededException",
"variableName" : "attachmentSetSizeLimitExceededException",
"variableType" : "AttachmentSetSizeLimitExceededException",
"documentation" : null,
"simpleType" : "AttachmentSetSizeLimitExceededException",
"variableSetterType" : "AttachmentSetSizeLimitExceededException"
},
"wrapper" : false
},
"CaseCreationLimitExceededException" : {
"c2jName" : "CaseCreationLimitExceeded",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The case creation limit for the account has been exceeded.
",
"enums" : null,
"errorCode" : "CaseCreationLimitExceeded",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"required" : null,
"shapeName" : "CaseCreationLimitExceededException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CaseCreationLimitExceededException",
"variableName" : "caseCreationLimitExceededException",
"variableType" : "CaseCreationLimitExceededException",
"documentation" : null,
"simpleType" : "CaseCreationLimitExceededException",
"variableSetterType" : "CaseCreationLimitExceededException"
},
"wrapper" : false
},
"CaseDetails" : {
"c2jName" : "CaseDetails",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "A JSON-formatted object that contains the metadata for a support case. It is contained the response from a DescribeCases request. CaseDetails contains the following fields:
-
caseId. The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47.
-
categoryCode. The category of problem for the AWS Support case. Corresponds to the CategoryCode values returned by a call to DescribeServices.
-
displayId. The identifier for the case on pages in the AWS Support Center.
-
language. The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
-
recentCommunications. One or more Communication objects. Fields of these objects are attachments
, body
, caseId
, submittedBy
, and timeCreated
.
-
nextToken. A resumption point for pagination.
-
serviceCode. The identifier for the AWS service that corresponds to the service code defined in the call to DescribeServices.
-
severityCode. The severity code assigned to the case. Contains one of the values returned by the call to DescribeSeverityLevels.
-
status. The status of the case in the AWS Support Center.
-
subject. The subject line of the case.
-
submittedBy. The email address of the account that submitted the case.
-
timeCreated. The time the case was created, in ISO-8601 format.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "caseId",
"c2jShape" : "CaseId",
"deprecated" : false,
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "caseId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "caseId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CaseId",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "caseId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "caseId",
"variableType" : "String",
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "displayId",
"c2jShape" : "DisplayId",
"deprecated" : false,
"documentation" : "The ID displayed for the case in the AWS Support Center. This is a numeric string.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ID displayed for the case in the AWS Support Center. This is a numeric string.
\n@return The ID displayed for the case in the AWS Support Center. This is a numeric string.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "displayId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "displayId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DisplayId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "displayId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "displayId",
"variableType" : "String",
"documentation" : "The ID displayed for the case in the AWS Support Center. This is a numeric string.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "subject",
"c2jShape" : "Subject",
"deprecated" : false,
"documentation" : "The subject line for the case in the AWS Support Center.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The subject line for the case in the AWS Support Center.
\n@return The subject line for the case in the AWS Support Center.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "subject",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "subject",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Subject",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "subject",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "subject",
"variableType" : "String",
"documentation" : "The subject line for the case in the AWS Support Center.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "status",
"c2jShape" : "Status",
"deprecated" : false,
"documentation" : "The status of the case.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The status of the case.
\n@return The status of the case.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Status",
"setterDocumentation" : "/**The status of the case.
\n@param status The status of the case.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "serviceCode",
"c2jShape" : "ServiceCode",
"deprecated" : false,
"documentation" : "The code for the AWS service returned by the call to DescribeServices.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The code for the AWS service returned by the call to DescribeServices.
\n@return The code for the AWS service returned by the call to DescribeServices.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "serviceCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "serviceCode",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ServiceCode",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serviceCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serviceCode",
"variableType" : "String",
"documentation" : "The code for the AWS service returned by the call to DescribeServices.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "categoryCode",
"c2jShape" : "CategoryCode",
"deprecated" : false,
"documentation" : "The category of problem for the AWS Support case.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The category of problem for the AWS Support case.
\n@return The category of problem for the AWS Support case.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "categoryCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "categoryCode",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CategoryCode",
"setterDocumentation" : "/**The category of problem for the AWS Support case.
\n@param categoryCode The category of problem for the AWS Support case.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "categoryCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "categoryCode",
"variableType" : "String",
"documentation" : "The category of problem for the AWS Support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "severityCode",
"c2jShape" : "SeverityCode",
"deprecated" : false,
"documentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The code for the severity level returned by the call to DescribeSeverityLevels.
\n@return The code for the severity level returned by the call to DescribeSeverityLevels.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "severityCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "severityCode",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SeverityCode",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "severityCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "severityCode",
"variableType" : "String",
"documentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "submittedBy",
"c2jShape" : "SubmittedBy",
"deprecated" : false,
"documentation" : "The email address of the account that submitted the case.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The email address of the account that submitted the case.
\n@return The email address of the account that submitted the case.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "submittedBy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "submittedBy",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SubmittedBy",
"setterDocumentation" : "/**The email address of the account that submitted the case.
\n@param submittedBy The email address of the account that submitted the case.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "submittedBy",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "submittedBy",
"variableType" : "String",
"documentation" : "The email address of the account that submitted the case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "timeCreated",
"c2jShape" : "TimeCreated",
"deprecated" : false,
"documentation" : "The time that the case was case created in the AWS Support Center.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The time that the case was case created in the AWS Support Center.
\n@return The time that the case was case created in the AWS Support Center.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "timeCreated",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "timeCreated",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TimeCreated",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "timeCreated",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "timeCreated",
"variableType" : "String",
"documentation" : "The time that the case was case created in the AWS Support Center.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "recentCommunications",
"c2jShape" : "RecentCaseCommunications",
"deprecated" : false,
"documentation" : "The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.
\n@return The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.*/",
"getterModel" : {
"returnType" : "RecentCaseCommunications",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "recentCommunications",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "recentCommunications",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RecentCommunications",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "RecentCaseCommunications",
"variableName" : "recentCommunications",
"variableType" : "RecentCaseCommunications",
"documentation" : "",
"simpleType" : "RecentCaseCommunications",
"variableSetterType" : "RecentCaseCommunications"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "RecentCaseCommunications",
"variableName" : "recentCommunications",
"variableType" : "RecentCaseCommunications",
"documentation" : "The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.
",
"simpleType" : "RecentCaseCommunications",
"variableSetterType" : "RecentCaseCommunications"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ccEmailAddresses",
"c2jShape" : "CcEmailAddressList",
"deprecated" : false,
"documentation" : "The email addresses that receive copies of communication about the case.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ccEmailAddresses",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ccEmailAddresses",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "CcEmailAddress",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "CcEmailAddresses",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "ccEmailAddresses",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The email addresses that receive copies of communication about the case.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "ccEmailAddresses",
"variableType" : "java.util.List",
"documentation" : "The email addresses that receive copies of communication about the case.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "language",
"c2jShape" : "Language",
"deprecated" : false,
"documentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
\n@return The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "language",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "language",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Language",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "language",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "language",
"variableType" : "String",
"documentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CaseId" : {
"c2jName" : "caseId",
"c2jShape" : "CaseId",
"deprecated" : false,
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "caseId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "caseId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CaseId",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "caseId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "caseId",
"variableType" : "String",
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CategoryCode" : {
"c2jName" : "categoryCode",
"c2jShape" : "CategoryCode",
"deprecated" : false,
"documentation" : "The category of problem for the AWS Support case.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The category of problem for the AWS Support case.
\n@return The category of problem for the AWS Support case.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "categoryCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "categoryCode",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CategoryCode",
"setterDocumentation" : "/**The category of problem for the AWS Support case.
\n@param categoryCode The category of problem for the AWS Support case.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "categoryCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "categoryCode",
"variableType" : "String",
"documentation" : "The category of problem for the AWS Support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CcEmailAddresses" : {
"c2jName" : "ccEmailAddresses",
"c2jShape" : "CcEmailAddressList",
"deprecated" : false,
"documentation" : "The email addresses that receive copies of communication about the case.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ccEmailAddresses",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ccEmailAddresses",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "CcEmailAddress",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "CcEmailAddresses",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "ccEmailAddresses",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The email addresses that receive copies of communication about the case.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "ccEmailAddresses",
"variableType" : "java.util.List",
"documentation" : "The email addresses that receive copies of communication about the case.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"DisplayId" : {
"c2jName" : "displayId",
"c2jShape" : "DisplayId",
"deprecated" : false,
"documentation" : "The ID displayed for the case in the AWS Support Center. This is a numeric string.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ID displayed for the case in the AWS Support Center. This is a numeric string.
\n@return The ID displayed for the case in the AWS Support Center. This is a numeric string.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "displayId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "displayId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DisplayId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "displayId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "displayId",
"variableType" : "String",
"documentation" : "The ID displayed for the case in the AWS Support Center. This is a numeric string.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Language" : {
"c2jName" : "language",
"c2jShape" : "Language",
"deprecated" : false,
"documentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
\n@return The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "language",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "language",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Language",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "language",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "language",
"variableType" : "String",
"documentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RecentCommunications" : {
"c2jName" : "recentCommunications",
"c2jShape" : "RecentCaseCommunications",
"deprecated" : false,
"documentation" : "The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.
\n@return The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.*/",
"getterModel" : {
"returnType" : "RecentCaseCommunications",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "recentCommunications",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "recentCommunications",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RecentCommunications",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "RecentCaseCommunications",
"variableName" : "recentCommunications",
"variableType" : "RecentCaseCommunications",
"documentation" : "",
"simpleType" : "RecentCaseCommunications",
"variableSetterType" : "RecentCaseCommunications"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "RecentCaseCommunications",
"variableName" : "recentCommunications",
"variableType" : "RecentCaseCommunications",
"documentation" : "The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.
",
"simpleType" : "RecentCaseCommunications",
"variableSetterType" : "RecentCaseCommunications"
},
"xmlNameSpaceUri" : null
},
"ServiceCode" : {
"c2jName" : "serviceCode",
"c2jShape" : "ServiceCode",
"deprecated" : false,
"documentation" : "The code for the AWS service returned by the call to DescribeServices.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The code for the AWS service returned by the call to DescribeServices.
\n@return The code for the AWS service returned by the call to DescribeServices.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "serviceCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "serviceCode",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ServiceCode",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serviceCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serviceCode",
"variableType" : "String",
"documentation" : "The code for the AWS service returned by the call to DescribeServices.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SeverityCode" : {
"c2jName" : "severityCode",
"c2jShape" : "SeverityCode",
"deprecated" : false,
"documentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The code for the severity level returned by the call to DescribeSeverityLevels.
\n@return The code for the severity level returned by the call to DescribeSeverityLevels.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "severityCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "severityCode",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SeverityCode",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "severityCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "severityCode",
"variableType" : "String",
"documentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Status" : {
"c2jName" : "status",
"c2jShape" : "Status",
"deprecated" : false,
"documentation" : "The status of the case.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The status of the case.
\n@return The status of the case.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Status",
"setterDocumentation" : "/**The status of the case.
\n@param status The status of the case.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Subject" : {
"c2jName" : "subject",
"c2jShape" : "Subject",
"deprecated" : false,
"documentation" : "The subject line for the case in the AWS Support Center.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The subject line for the case in the AWS Support Center.
\n@return The subject line for the case in the AWS Support Center.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "subject",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "subject",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Subject",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "subject",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "subject",
"variableType" : "String",
"documentation" : "The subject line for the case in the AWS Support Center.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SubmittedBy" : {
"c2jName" : "submittedBy",
"c2jShape" : "SubmittedBy",
"deprecated" : false,
"documentation" : "The email address of the account that submitted the case.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The email address of the account that submitted the case.
\n@return The email address of the account that submitted the case.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "submittedBy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "submittedBy",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SubmittedBy",
"setterDocumentation" : "/**The email address of the account that submitted the case.
\n@param submittedBy The email address of the account that submitted the case.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "submittedBy",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "submittedBy",
"variableType" : "String",
"documentation" : "The email address of the account that submitted the case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"TimeCreated" : {
"c2jName" : "timeCreated",
"c2jShape" : "TimeCreated",
"deprecated" : false,
"documentation" : "The time that the case was case created in the AWS Support Center.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The time that the case was case created in the AWS Support Center.
\n@return The time that the case was case created in the AWS Support Center.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "timeCreated",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "timeCreated",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TimeCreated",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "timeCreated",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "timeCreated",
"variableType" : "String",
"documentation" : "The time that the case was case created in the AWS Support Center.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "CaseDetails",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CaseDetails",
"variableName" : "caseDetails",
"variableType" : "CaseDetails",
"documentation" : null,
"simpleType" : "CaseDetails",
"variableSetterType" : "CaseDetails"
},
"wrapper" : false
},
"CaseIdNotFoundException" : {
"c2jName" : "CaseIdNotFound",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The requested caseId
could not be located.
",
"enums" : null,
"errorCode" : "CaseIdNotFound",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"required" : null,
"shapeName" : "CaseIdNotFoundException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CaseIdNotFoundException",
"variableName" : "caseIdNotFoundException",
"variableType" : "CaseIdNotFoundException",
"documentation" : null,
"simpleType" : "CaseIdNotFoundException",
"variableSetterType" : "CaseIdNotFoundException"
},
"wrapper" : false
},
"Category" : {
"c2jName" : "Category",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "A JSON-formatted name/value pair that represents the category name and category code of the problem, selected from the DescribeServices response for each AWS service.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "code",
"c2jShape" : "CategoryCode",
"deprecated" : false,
"documentation" : "The category code for the support case.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The category code for the support case.
\n@return The category code for the support case.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "code",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "code",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Code",
"setterDocumentation" : "/**The category code for the support case.
\n@param code The category code for the support case.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "code",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "code",
"variableType" : "String",
"documentation" : "The category code for the support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "name",
"c2jShape" : "CategoryName",
"deprecated" : false,
"documentation" : "The category name for the support case.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The category name for the support case.
\n@return The category name for the support case.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"setterDocumentation" : "/**The category name for the support case.
\n@param name The category name for the support case.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The category name for the support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Code" : {
"c2jName" : "code",
"c2jShape" : "CategoryCode",
"deprecated" : false,
"documentation" : "The category code for the support case.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The category code for the support case.
\n@return The category code for the support case.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "code",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "code",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Code",
"setterDocumentation" : "/**The category code for the support case.
\n@param code The category code for the support case.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "code",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "code",
"variableType" : "String",
"documentation" : "The category code for the support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"c2jName" : "name",
"c2jShape" : "CategoryName",
"deprecated" : false,
"documentation" : "The category name for the support case.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The category name for the support case.
\n@return The category name for the support case.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"setterDocumentation" : "/**The category name for the support case.
\n@param name The category name for the support case.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The category name for the support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "Category",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Category",
"variableName" : "category",
"variableType" : "Category",
"documentation" : null,
"simpleType" : "Category",
"variableSetterType" : "Category"
},
"wrapper" : false
},
"Communication" : {
"c2jName" : "Communication",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "A communication associated with an AWS Support case. The communication consists of the case ID, the message body, attachment information, the account email address, and the date and time of the communication.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "caseId",
"c2jShape" : "CaseId",
"deprecated" : false,
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "caseId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "caseId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CaseId",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "caseId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "caseId",
"variableType" : "String",
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "body",
"c2jShape" : "CommunicationBody",
"deprecated" : false,
"documentation" : "The text of the communication between the customer and AWS Support.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The text of the communication between the customer and AWS Support.
\n@return The text of the communication between the customer and AWS Support.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "body",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "body",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Body",
"setterDocumentation" : "/**The text of the communication between the customer and AWS Support.
\n@param body The text of the communication between the customer and AWS Support.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "body",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "body",
"variableType" : "String",
"documentation" : "The text of the communication between the customer and AWS Support.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "submittedBy",
"c2jShape" : "SubmittedBy",
"deprecated" : false,
"documentation" : "The email address of the account that submitted the AWS Support case.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The email address of the account that submitted the AWS Support case.
\n@return The email address of the account that submitted the AWS Support case.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "submittedBy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "submittedBy",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SubmittedBy",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "submittedBy",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "submittedBy",
"variableType" : "String",
"documentation" : "The email address of the account that submitted the AWS Support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "timeCreated",
"c2jShape" : "TimeCreated",
"deprecated" : false,
"documentation" : "The time the communication was created.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The time the communication was created.
\n@return The time the communication was created.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "timeCreated",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "timeCreated",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TimeCreated",
"setterDocumentation" : "/**The time the communication was created.
\n@param timeCreated The time the communication was created.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "timeCreated",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "timeCreated",
"variableType" : "String",
"documentation" : "The time the communication was created.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "attachmentSet",
"c2jShape" : "AttachmentSet",
"deprecated" : false,
"documentation" : "Information about the attachments to the case communication.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**Information about the attachments to the case communication.
\n@return Information about the attachments to the case communication.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "attachmentSet",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attachmentSet",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "AttachmentDetails",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "AttachmentDetails",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "AttachmentDetails",
"variableName" : "member",
"variableType" : "AttachmentDetails",
"documentation" : "",
"simpleType" : "AttachmentDetails",
"variableSetterType" : "AttachmentDetails"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "AttachmentDetails",
"variableName" : "member",
"variableType" : "AttachmentDetails",
"documentation" : "",
"simpleType" : "AttachmentDetails",
"variableSetterType" : "AttachmentDetails"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "AttachmentDetails",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "AttachmentDetails",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "AttachmentSet",
"setterDocumentation" : "/**Information about the attachments to the case communication.
\n@param attachmentSet Information about the attachments to the case communication.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "attachmentSet",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Information about the attachments to the case communication.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "attachmentSet",
"variableType" : "java.util.List",
"documentation" : "Information about the attachments to the case communication.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AttachmentSet" : {
"c2jName" : "attachmentSet",
"c2jShape" : "AttachmentSet",
"deprecated" : false,
"documentation" : "Information about the attachments to the case communication.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**Information about the attachments to the case communication.
\n@return Information about the attachments to the case communication.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "attachmentSet",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attachmentSet",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "AttachmentDetails",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "AttachmentDetails",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "AttachmentDetails",
"variableName" : "member",
"variableType" : "AttachmentDetails",
"documentation" : "",
"simpleType" : "AttachmentDetails",
"variableSetterType" : "AttachmentDetails"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "AttachmentDetails",
"variableName" : "member",
"variableType" : "AttachmentDetails",
"documentation" : "",
"simpleType" : "AttachmentDetails",
"variableSetterType" : "AttachmentDetails"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "AttachmentDetails",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "AttachmentDetails",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "AttachmentSet",
"setterDocumentation" : "/**Information about the attachments to the case communication.
\n@param attachmentSet Information about the attachments to the case communication.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "attachmentSet",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Information about the attachments to the case communication.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "attachmentSet",
"variableType" : "java.util.List",
"documentation" : "Information about the attachments to the case communication.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"Body" : {
"c2jName" : "body",
"c2jShape" : "CommunicationBody",
"deprecated" : false,
"documentation" : "The text of the communication between the customer and AWS Support.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The text of the communication between the customer and AWS Support.
\n@return The text of the communication between the customer and AWS Support.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "body",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "body",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Body",
"setterDocumentation" : "/**The text of the communication between the customer and AWS Support.
\n@param body The text of the communication between the customer and AWS Support.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "body",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "body",
"variableType" : "String",
"documentation" : "The text of the communication between the customer and AWS Support.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CaseId" : {
"c2jName" : "caseId",
"c2jShape" : "CaseId",
"deprecated" : false,
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "caseId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "caseId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CaseId",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "caseId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "caseId",
"variableType" : "String",
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SubmittedBy" : {
"c2jName" : "submittedBy",
"c2jShape" : "SubmittedBy",
"deprecated" : false,
"documentation" : "The email address of the account that submitted the AWS Support case.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The email address of the account that submitted the AWS Support case.
\n@return The email address of the account that submitted the AWS Support case.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "submittedBy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "submittedBy",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SubmittedBy",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "submittedBy",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "submittedBy",
"variableType" : "String",
"documentation" : "The email address of the account that submitted the AWS Support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"TimeCreated" : {
"c2jName" : "timeCreated",
"c2jShape" : "TimeCreated",
"deprecated" : false,
"documentation" : "The time the communication was created.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The time the communication was created.
\n@return The time the communication was created.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "timeCreated",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "timeCreated",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TimeCreated",
"setterDocumentation" : "/**The time the communication was created.
\n@param timeCreated The time the communication was created.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "timeCreated",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "timeCreated",
"variableType" : "String",
"documentation" : "The time the communication was created.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "Communication",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Communication",
"variableName" : "communication",
"variableType" : "Communication",
"documentation" : null,
"simpleType" : "Communication",
"variableSetterType" : "Communication"
},
"wrapper" : false
},
"CreateCaseRequest" : {
"c2jName" : "CreateCaseRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateCase",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSSupport_20130415.CreateCase",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "subject",
"c2jShape" : "Subject",
"deprecated" : false,
"documentation" : "The title of the AWS Support case.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The title of the AWS Support case.
\n@return The title of the AWS Support case.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "subject",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "subject",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Subject",
"setterDocumentation" : "/**The title of the AWS Support case.
\n@param subject The title of the AWS Support case.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "subject",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "subject",
"variableType" : "String",
"documentation" : "The title of the AWS Support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "serviceCode",
"c2jShape" : "ServiceCode",
"deprecated" : false,
"documentation" : "The code for the AWS service returned by the call to DescribeServices.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The code for the AWS service returned by the call to DescribeServices.
\n@return The code for the AWS service returned by the call to DescribeServices.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "serviceCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "serviceCode",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ServiceCode",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serviceCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serviceCode",
"variableType" : "String",
"documentation" : "The code for the AWS service returned by the call to DescribeServices.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "severityCode",
"c2jShape" : "SeverityCode",
"deprecated" : false,
"documentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The code for the severity level returned by the call to DescribeSeverityLevels.
The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
\n@return The code for the severity level returned by the call to DescribeSeverityLevels. The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "severityCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "severityCode",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SeverityCode",
"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.
*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "severityCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "severityCode",
"variableType" : "String",
"documentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "categoryCode",
"c2jShape" : "CategoryCode",
"deprecated" : false,
"documentation" : "The category of problem for the AWS Support case.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The category of problem for the AWS Support case.
\n@return The category of problem for the AWS Support case.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "categoryCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "categoryCode",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CategoryCode",
"setterDocumentation" : "/**The category of problem for the AWS Support case.
\n@param categoryCode The category of problem for the AWS Support case.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "categoryCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "categoryCode",
"variableType" : "String",
"documentation" : "The category of problem for the AWS Support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "communicationBody",
"c2jShape" : "CommunicationBody",
"deprecated" : false,
"documentation" : "The communication body text when you create an AWS Support case by calling CreateCase.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The communication body text when you create an AWS Support case by calling CreateCase.
\n@return The communication body text when you create an AWS Support case by calling CreateCase.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "communicationBody",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "communicationBody",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CommunicationBody",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "communicationBody",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "communicationBody",
"variableType" : "String",
"documentation" : "The communication body text when you create an AWS Support case by calling CreateCase.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ccEmailAddresses",
"c2jShape" : "CcEmailAddressList",
"deprecated" : false,
"documentation" : "A list of email addresses that AWS Support copies on case correspondence.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ccEmailAddresses",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ccEmailAddresses",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "CcEmailAddress",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "CcEmailAddresses",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "ccEmailAddresses",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A list of email addresses that AWS Support copies on case correspondence.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "ccEmailAddresses",
"variableType" : "java.util.List",
"documentation" : "A list of email addresses that AWS Support copies on case correspondence.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "language",
"c2jShape" : "Language",
"deprecated" : false,
"documentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
\n@return The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "language",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "language",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Language",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "language",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "language",
"variableType" : "String",
"documentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "issueType",
"c2jShape" : "IssueType",
"deprecated" : false,
"documentation" : "The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"
\n@return The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "issueType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "issueType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IssueType",
"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.\"*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "issueType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "issueType",
"variableType" : "String",
"documentation" : "The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "attachmentSetId",
"c2jShape" : "AttachmentSetId",
"deprecated" : false,
"documentation" : "The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.
\n@return The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "attachmentSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attachmentSetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AttachmentSetId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentSetId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentSetId",
"variableType" : "String",
"documentation" : "The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AttachmentSetId" : {
"c2jName" : "attachmentSetId",
"c2jShape" : "AttachmentSetId",
"deprecated" : false,
"documentation" : "The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.
\n@return The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "attachmentSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attachmentSetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AttachmentSetId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentSetId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentSetId",
"variableType" : "String",
"documentation" : "The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CategoryCode" : {
"c2jName" : "categoryCode",
"c2jShape" : "CategoryCode",
"deprecated" : false,
"documentation" : "The category of problem for the AWS Support case.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The category of problem for the AWS Support case.
\n@return The category of problem for the AWS Support case.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "categoryCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "categoryCode",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CategoryCode",
"setterDocumentation" : "/**The category of problem for the AWS Support case.
\n@param categoryCode The category of problem for the AWS Support case.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "categoryCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "categoryCode",
"variableType" : "String",
"documentation" : "The category of problem for the AWS Support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CcEmailAddresses" : {
"c2jName" : "ccEmailAddresses",
"c2jShape" : "CcEmailAddressList",
"deprecated" : false,
"documentation" : "A list of email addresses that AWS Support copies on case correspondence.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ccEmailAddresses",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ccEmailAddresses",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "CcEmailAddress",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "CcEmailAddresses",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "ccEmailAddresses",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A list of email addresses that AWS Support copies on case correspondence.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "ccEmailAddresses",
"variableType" : "java.util.List",
"documentation" : "A list of email addresses that AWS Support copies on case correspondence.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"CommunicationBody" : {
"c2jName" : "communicationBody",
"c2jShape" : "CommunicationBody",
"deprecated" : false,
"documentation" : "The communication body text when you create an AWS Support case by calling CreateCase.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The communication body text when you create an AWS Support case by calling CreateCase.
\n@return The communication body text when you create an AWS Support case by calling CreateCase.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "communicationBody",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "communicationBody",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CommunicationBody",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "communicationBody",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "communicationBody",
"variableType" : "String",
"documentation" : "The communication body text when you create an AWS Support case by calling CreateCase.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"IssueType" : {
"c2jName" : "issueType",
"c2jShape" : "IssueType",
"deprecated" : false,
"documentation" : "The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"
\n@return The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "issueType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "issueType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IssueType",
"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.\"*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "issueType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "issueType",
"variableType" : "String",
"documentation" : "The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Language" : {
"c2jName" : "language",
"c2jShape" : "Language",
"deprecated" : false,
"documentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
\n@return The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "language",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "language",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Language",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "language",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "language",
"variableType" : "String",
"documentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ServiceCode" : {
"c2jName" : "serviceCode",
"c2jShape" : "ServiceCode",
"deprecated" : false,
"documentation" : "The code for the AWS service returned by the call to DescribeServices.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The code for the AWS service returned by the call to DescribeServices.
\n@return The code for the AWS service returned by the call to DescribeServices.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "serviceCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "serviceCode",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ServiceCode",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serviceCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serviceCode",
"variableType" : "String",
"documentation" : "The code for the AWS service returned by the call to DescribeServices.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SeverityCode" : {
"c2jName" : "severityCode",
"c2jShape" : "SeverityCode",
"deprecated" : false,
"documentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The code for the severity level returned by the call to DescribeSeverityLevels.
The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
\n@return The code for the severity level returned by the call to DescribeSeverityLevels. The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "severityCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "severityCode",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SeverityCode",
"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.
*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "severityCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "severityCode",
"variableType" : "String",
"documentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Subject" : {
"c2jName" : "subject",
"c2jShape" : "Subject",
"deprecated" : false,
"documentation" : "The title of the AWS Support case.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The title of the AWS Support case.
\n@return The title of the AWS Support case.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "subject",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "subject",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Subject",
"setterDocumentation" : "/**The title of the AWS Support case.
\n@param subject The title of the AWS Support case.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "subject",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "subject",
"variableType" : "String",
"documentation" : "The title of the AWS Support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "subject", "communicationBody" ],
"shapeName" : "CreateCaseRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateCaseRequest",
"variableName" : "createCaseRequest",
"variableType" : "CreateCaseRequest",
"documentation" : null,
"simpleType" : "CreateCaseRequest",
"variableSetterType" : "CreateCaseRequest"
},
"wrapper" : false
},
"CreateCaseResult" : {
"c2jName" : "CreateCaseResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The AWS Support case ID returned by a successful completion of the CreateCase operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "caseId",
"c2jShape" : "CaseId",
"deprecated" : false,
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "caseId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "caseId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CaseId",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "caseId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "caseId",
"variableType" : "String",
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CaseId" : {
"c2jName" : "caseId",
"c2jShape" : "CaseId",
"deprecated" : false,
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "caseId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "caseId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CaseId",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "caseId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "caseId",
"variableType" : "String",
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "CreateCaseResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateCaseResult",
"variableName" : "createCaseResult",
"variableType" : "CreateCaseResult",
"documentation" : null,
"simpleType" : "CreateCaseResult",
"variableSetterType" : "CreateCaseResult"
},
"wrapper" : false
},
"DescribeAttachmentLimitExceededException" : {
"c2jName" : "DescribeAttachmentLimitExceeded",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The limit for the number of DescribeAttachment requests in a short period of time has been exceeded.
",
"enums" : null,
"errorCode" : "DescribeAttachmentLimitExceeded",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"required" : null,
"shapeName" : "DescribeAttachmentLimitExceededException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeAttachmentLimitExceededException",
"variableName" : "describeAttachmentLimitExceededException",
"variableType" : "DescribeAttachmentLimitExceededException",
"documentation" : null,
"simpleType" : "DescribeAttachmentLimitExceededException",
"variableSetterType" : "DescribeAttachmentLimitExceededException"
},
"wrapper" : false
},
"DescribeAttachmentRequest" : {
"c2jName" : "DescribeAttachmentRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DescribeAttachment",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSSupport_20130415.DescribeAttachment",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "attachmentId",
"c2jShape" : "AttachmentId",
"deprecated" : false,
"documentation" : "The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.
\n@return The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "attachmentId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attachmentId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AttachmentId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentId",
"variableType" : "String",
"documentation" : "The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AttachmentId" : {
"c2jName" : "attachmentId",
"c2jShape" : "AttachmentId",
"deprecated" : false,
"documentation" : "The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.
\n@return The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "attachmentId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attachmentId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AttachmentId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentId",
"variableType" : "String",
"documentation" : "The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "attachmentId" ],
"shapeName" : "DescribeAttachmentRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeAttachmentRequest",
"variableName" : "describeAttachmentRequest",
"variableType" : "DescribeAttachmentRequest",
"documentation" : null,
"simpleType" : "DescribeAttachmentRequest",
"variableSetterType" : "DescribeAttachmentRequest"
},
"wrapper" : false
},
"DescribeAttachmentResult" : {
"c2jName" : "DescribeAttachmentResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The content and file name of the attachment returned by the DescribeAttachment operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "attachment",
"c2jShape" : "Attachment",
"deprecated" : false,
"documentation" : "The attachment content and file name.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The attachment content and file name.
\n@return The attachment content and file name.*/",
"getterModel" : {
"returnType" : "Attachment",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "attachment",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attachment",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Attachment",
"setterDocumentation" : "/**The attachment content and file name.
\n@param attachment The attachment content and file name.*/",
"setterModel" : {
"variableDeclarationType" : "Attachment",
"variableName" : "attachment",
"variableType" : "Attachment",
"documentation" : "",
"simpleType" : "Attachment",
"variableSetterType" : "Attachment"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "Attachment",
"variableName" : "attachment",
"variableType" : "Attachment",
"documentation" : "The attachment content and file name.
",
"simpleType" : "Attachment",
"variableSetterType" : "Attachment"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Attachment" : {
"c2jName" : "attachment",
"c2jShape" : "Attachment",
"deprecated" : false,
"documentation" : "The attachment content and file name.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The attachment content and file name.
\n@return The attachment content and file name.*/",
"getterModel" : {
"returnType" : "Attachment",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "attachment",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attachment",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Attachment",
"setterDocumentation" : "/**The attachment content and file name.
\n@param attachment The attachment content and file name.*/",
"setterModel" : {
"variableDeclarationType" : "Attachment",
"variableName" : "attachment",
"variableType" : "Attachment",
"documentation" : "",
"simpleType" : "Attachment",
"variableSetterType" : "Attachment"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "Attachment",
"variableName" : "attachment",
"variableType" : "Attachment",
"documentation" : "The attachment content and file name.
",
"simpleType" : "Attachment",
"variableSetterType" : "Attachment"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "DescribeAttachmentResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DescribeAttachmentResult",
"variableName" : "describeAttachmentResult",
"variableType" : "DescribeAttachmentResult",
"documentation" : null,
"simpleType" : "DescribeAttachmentResult",
"variableSetterType" : "DescribeAttachmentResult"
},
"wrapper" : false
},
"DescribeCasesRequest" : {
"c2jName" : "DescribeCasesRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DescribeCases",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSSupport_20130415.DescribeCases",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "caseIdList",
"c2jShape" : "CaseIdList",
"deprecated" : false,
"documentation" : "A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "caseIdList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "caseIdList",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "CaseId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "CaseIdList",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "caseIdList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "caseIdList",
"variableType" : "java.util.List",
"documentation" : "A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "displayId",
"c2jShape" : "DisplayId",
"deprecated" : false,
"documentation" : "The ID displayed for a case in the AWS Support Center user interface.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ID displayed for a case in the AWS Support Center user interface.
\n@return The ID displayed for a case in the AWS Support Center user interface.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "displayId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "displayId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DisplayId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "displayId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "displayId",
"variableType" : "String",
"documentation" : "The ID displayed for a case in the AWS Support Center user interface.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "afterTime",
"c2jShape" : "AfterTime",
"deprecated" : false,
"documentation" : "The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
\n@return The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "afterTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "afterTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AfterTime",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "afterTime",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "afterTime",
"variableType" : "String",
"documentation" : "The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "beforeTime",
"c2jShape" : "BeforeTime",
"deprecated" : false,
"documentation" : "The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
\n@return The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "beforeTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "beforeTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "BeforeTime",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "beforeTime",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "beforeTime",
"variableType" : "String",
"documentation" : "The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "includeResolvedCases",
"c2jShape" : "IncludeResolvedCases",
"deprecated" : false,
"documentation" : "Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.
\n@return Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "includeResolvedCases",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "includeResolvedCases",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IncludeResolvedCases",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "includeResolvedCases",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "includeResolvedCases",
"variableType" : "Boolean",
"documentation" : "Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"deprecated" : false,
"documentation" : "A resumption point for pagination.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**A resumption point for pagination.
\n@return A resumption point for pagination.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "nextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextToken",
"setterDocumentation" : "/**A resumption point for pagination.
\n@param nextToken A resumption point for pagination.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "A resumption point for pagination.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "maxResults",
"c2jShape" : "MaxResults",
"deprecated" : false,
"documentation" : "The maximum number of results to return before paginating.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The maximum number of results to return before paginating.
\n@return The maximum number of results to return before paginating.*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "maxResults",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "maxResults",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MaxResults",
"setterDocumentation" : "/**The maximum number of results to return before paginating.
\n@param maxResults The maximum number of results to return before paginating.*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of results to return before paginating.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "language",
"c2jShape" : "Language",
"deprecated" : false,
"documentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
\n@return The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "language",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "language",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Language",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "language",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "language",
"variableType" : "String",
"documentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "includeCommunications",
"c2jShape" : "IncludeCommunications",
"deprecated" : false,
"documentation" : "Specifies whether communications should be included in the DescribeCases results. The default is true.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**Specifies whether communications should be included in the DescribeCases results. The default is true.
\n@return Specifies whether communications should be included in the DescribeCases results. The default is true.*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "includeCommunications",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "includeCommunications",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IncludeCommunications",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "includeCommunications",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "includeCommunications",
"variableType" : "Boolean",
"documentation" : "Specifies whether communications should be included in the DescribeCases results. The default is true.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AfterTime" : {
"c2jName" : "afterTime",
"c2jShape" : "AfterTime",
"deprecated" : false,
"documentation" : "The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
\n@return The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "afterTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "afterTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AfterTime",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "afterTime",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "afterTime",
"variableType" : "String",
"documentation" : "The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"BeforeTime" : {
"c2jName" : "beforeTime",
"c2jShape" : "BeforeTime",
"deprecated" : false,
"documentation" : "The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
\n@return The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "beforeTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "beforeTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "BeforeTime",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "beforeTime",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "beforeTime",
"variableType" : "String",
"documentation" : "The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CaseIdList" : {
"c2jName" : "caseIdList",
"c2jShape" : "CaseIdList",
"deprecated" : false,
"documentation" : "A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "caseIdList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "caseIdList",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "CaseId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "CaseIdList",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "caseIdList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "caseIdList",
"variableType" : "java.util.List",
"documentation" : "A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"DisplayId" : {
"c2jName" : "displayId",
"c2jShape" : "DisplayId",
"deprecated" : false,
"documentation" : "The ID displayed for a case in the AWS Support Center user interface.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ID displayed for a case in the AWS Support Center user interface.
\n@return The ID displayed for a case in the AWS Support Center user interface.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "displayId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "displayId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DisplayId",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "displayId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "displayId",
"variableType" : "String",
"documentation" : "The ID displayed for a case in the AWS Support Center user interface.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"IncludeCommunications" : {
"c2jName" : "includeCommunications",
"c2jShape" : "IncludeCommunications",
"deprecated" : false,
"documentation" : "Specifies whether communications should be included in the DescribeCases results. The default is true.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**Specifies whether communications should be included in the DescribeCases results. The default is true.
\n@return Specifies whether communications should be included in the DescribeCases results. The default is true.*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "includeCommunications",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "includeCommunications",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IncludeCommunications",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "includeCommunications",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "includeCommunications",
"variableType" : "Boolean",
"documentation" : "Specifies whether communications should be included in the DescribeCases results. The default is true.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"IncludeResolvedCases" : {
"c2jName" : "includeResolvedCases",
"c2jShape" : "IncludeResolvedCases",
"deprecated" : false,
"documentation" : "Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.
\n@return Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "includeResolvedCases",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "includeResolvedCases",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IncludeResolvedCases",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "includeResolvedCases",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "includeResolvedCases",
"variableType" : "Boolean",
"documentation" : "Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"Language" : {
"c2jName" : "language",
"c2jShape" : "Language",
"deprecated" : false,
"documentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
\n@return The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "language",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "language",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Language",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "language",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "language",
"variableType" : "String",
"documentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"MaxResults" : {
"c2jName" : "maxResults",
"c2jShape" : "MaxResults",
"deprecated" : false,
"documentation" : "The maximum number of results to return before paginating.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The maximum number of results to return before paginating.
\n@return The maximum number of results to return before paginating.*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "maxResults",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "maxResults",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MaxResults",
"setterDocumentation" : "/**The maximum number of results to return before paginating.
\n@param maxResults The maximum number of results to return before paginating.*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of results to return before paginating.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"NextToken" : {
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"deprecated" : false,
"documentation" : "A resumption point for pagination.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**A resumption point for pagination.
\n@return A resumption point for pagination.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "nextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextToken",
"setterDocumentation" : "/**A resumption point for pagination.
\n@param nextToken A resumption point for pagination.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "A resumption point for pagination.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "DescribeCasesRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeCasesRequest",
"variableName" : "describeCasesRequest",
"variableType" : "DescribeCasesRequest",
"documentation" : null,
"simpleType" : "DescribeCasesRequest",
"variableSetterType" : "DescribeCasesRequest"
},
"wrapper" : false
},
"DescribeCasesResult" : {
"c2jName" : "DescribeCasesResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Returns an array of CaseDetails objects and a nextToken
that defines a point for pagination in the result set.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "cases",
"c2jShape" : "CaseList",
"deprecated" : false,
"documentation" : "The details for the cases that match the request.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The details for the cases that match the request.
\n@return The details for the cases that match the request.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "cases",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "cases",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "CaseDetails",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "CaseDetails",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "CaseDetails",
"variableName" : "member",
"variableType" : "CaseDetails",
"documentation" : "",
"simpleType" : "CaseDetails",
"variableSetterType" : "CaseDetails"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "CaseDetails",
"variableName" : "member",
"variableType" : "CaseDetails",
"documentation" : "",
"simpleType" : "CaseDetails",
"variableSetterType" : "CaseDetails"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CaseDetails",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "CaseDetails",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Cases",
"setterDocumentation" : "/**The details for the cases that match the request.
\n@param cases The details for the cases that match the request.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "cases",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The details for the cases that match the request.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "cases",
"variableType" : "java.util.List",
"documentation" : "The details for the cases that match the request.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"deprecated" : false,
"documentation" : "A resumption point for pagination.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**A resumption point for pagination.
\n@return A resumption point for pagination.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "nextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextToken",
"setterDocumentation" : "/**A resumption point for pagination.
\n@param nextToken A resumption point for pagination.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "A resumption point for pagination.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Cases" : {
"c2jName" : "cases",
"c2jShape" : "CaseList",
"deprecated" : false,
"documentation" : "The details for the cases that match the request.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The details for the cases that match the request.
\n@return The details for the cases that match the request.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "cases",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "cases",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "CaseDetails",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "CaseDetails",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "CaseDetails",
"variableName" : "member",
"variableType" : "CaseDetails",
"documentation" : "",
"simpleType" : "CaseDetails",
"variableSetterType" : "CaseDetails"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "CaseDetails",
"variableName" : "member",
"variableType" : "CaseDetails",
"documentation" : "",
"simpleType" : "CaseDetails",
"variableSetterType" : "CaseDetails"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CaseDetails",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "CaseDetails",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Cases",
"setterDocumentation" : "/**The details for the cases that match the request.
\n@param cases The details for the cases that match the request.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "cases",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The details for the cases that match the request.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "cases",
"variableType" : "java.util.List",
"documentation" : "The details for the cases that match the request.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"NextToken" : {
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"deprecated" : false,
"documentation" : "A resumption point for pagination.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**A resumption point for pagination.
\n@return A resumption point for pagination.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "nextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextToken",
"setterDocumentation" : "/**A resumption point for pagination.
\n@param nextToken A resumption point for pagination.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "A resumption point for pagination.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "DescribeCasesResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DescribeCasesResult",
"variableName" : "describeCasesResult",
"variableType" : "DescribeCasesResult",
"documentation" : null,
"simpleType" : "DescribeCasesResult",
"variableSetterType" : "DescribeCasesResult"
},
"wrapper" : false
},
"DescribeCommunicationsRequest" : {
"c2jName" : "DescribeCommunicationsRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DescribeCommunications",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSSupport_20130415.DescribeCommunications",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "caseId",
"c2jShape" : "CaseId",
"deprecated" : false,
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "caseId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "caseId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CaseId",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "caseId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "caseId",
"variableType" : "String",
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "beforeTime",
"c2jShape" : "BeforeTime",
"deprecated" : false,
"documentation" : "The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
\n@return The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "beforeTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "beforeTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "BeforeTime",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "beforeTime",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "beforeTime",
"variableType" : "String",
"documentation" : "The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "afterTime",
"c2jShape" : "AfterTime",
"deprecated" : false,
"documentation" : "The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
\n@return The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "afterTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "afterTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AfterTime",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "afterTime",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "afterTime",
"variableType" : "String",
"documentation" : "The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"deprecated" : false,
"documentation" : "A resumption point for pagination.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**A resumption point for pagination.
\n@return A resumption point for pagination.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "nextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextToken",
"setterDocumentation" : "/**A resumption point for pagination.
\n@param nextToken A resumption point for pagination.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "A resumption point for pagination.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "maxResults",
"c2jShape" : "MaxResults",
"deprecated" : false,
"documentation" : "The maximum number of results to return before paginating.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The maximum number of results to return before paginating.
\n@return The maximum number of results to return before paginating.*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "maxResults",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "maxResults",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MaxResults",
"setterDocumentation" : "/**The maximum number of results to return before paginating.
\n@param maxResults The maximum number of results to return before paginating.*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of results to return before paginating.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AfterTime" : {
"c2jName" : "afterTime",
"c2jShape" : "AfterTime",
"deprecated" : false,
"documentation" : "The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
\n@return The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "afterTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "afterTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AfterTime",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "afterTime",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "afterTime",
"variableType" : "String",
"documentation" : "The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"BeforeTime" : {
"c2jName" : "beforeTime",
"c2jShape" : "BeforeTime",
"deprecated" : false,
"documentation" : "The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
\n@return The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "beforeTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "beforeTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "BeforeTime",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "beforeTime",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "beforeTime",
"variableType" : "String",
"documentation" : "The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CaseId" : {
"c2jName" : "caseId",
"c2jShape" : "CaseId",
"deprecated" : false,
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "caseId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "caseId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CaseId",
"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*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "caseId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "caseId",
"variableType" : "String",
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"MaxResults" : {
"c2jName" : "maxResults",
"c2jShape" : "MaxResults",
"deprecated" : false,
"documentation" : "The maximum number of results to return before paginating.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The maximum number of results to return before paginating.
\n@return The maximum number of results to return before paginating.*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "maxResults",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "maxResults",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MaxResults",
"setterDocumentation" : "/**The maximum number of results to return before paginating.
\n@param maxResults The maximum number of results to return before paginating.*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of results to return before paginating.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"NextToken" : {
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"deprecated" : false,
"documentation" : "A resumption point for pagination.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**A resumption point for pagination.
\n@return A resumption point for pagination.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "nextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextToken",
"setterDocumentation" : "/**A resumption point for pagination.
\n@param nextToken A resumption point for pagination.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "A resumption point for pagination.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "caseId" ],
"shapeName" : "DescribeCommunicationsRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeCommunicationsRequest",
"variableName" : "describeCommunicationsRequest",
"variableType" : "DescribeCommunicationsRequest",
"documentation" : null,
"simpleType" : "DescribeCommunicationsRequest",
"variableSetterType" : "DescribeCommunicationsRequest"
},
"wrapper" : false
},
"DescribeCommunicationsResult" : {
"c2jName" : "DescribeCommunicationsResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The communications returned by the DescribeCommunications operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "communications",
"c2jShape" : "CommunicationList",
"deprecated" : false,
"documentation" : "The communications for the case.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The communications for the case.
\n@return The communications for the case.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "communications",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "communications",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Communication",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Communication",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Communication",
"variableName" : "member",
"variableType" : "Communication",
"documentation" : "",
"simpleType" : "Communication",
"variableSetterType" : "Communication"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Communication",
"variableName" : "member",
"variableType" : "Communication",
"documentation" : "",
"simpleType" : "Communication",
"variableSetterType" : "Communication"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Communication",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Communication",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Communications",
"setterDocumentation" : "/**The communications for the case.
\n@param communications The communications for the case.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "communications",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The communications for the case.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "communications",
"variableType" : "java.util.List",
"documentation" : "The communications for the case.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"deprecated" : false,
"documentation" : "A resumption point for pagination.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**A resumption point for pagination.
\n@return A resumption point for pagination.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "nextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextToken",
"setterDocumentation" : "/**A resumption point for pagination.
\n@param nextToken A resumption point for pagination.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "A resumption point for pagination.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Communications" : {
"c2jName" : "communications",
"c2jShape" : "CommunicationList",
"deprecated" : false,
"documentation" : "The communications for the case.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The communications for the case.
\n@return The communications for the case.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "communications",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "communications",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Communication",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Communication",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Communication",
"variableName" : "member",
"variableType" : "Communication",
"documentation" : "",
"simpleType" : "Communication",
"variableSetterType" : "Communication"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Communication",
"variableName" : "member",
"variableType" : "Communication",
"documentation" : "",
"simpleType" : "Communication",
"variableSetterType" : "Communication"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Communication",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Communication",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Communications",
"setterDocumentation" : "/**The communications for the case.
\n@param communications The communications for the case.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "communications",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The communications for the case.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "communications",
"variableType" : "java.util.List",
"documentation" : "The communications for the case.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"NextToken" : {
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"deprecated" : false,
"documentation" : "A resumption point for pagination.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**A resumption point for pagination.
\n@return A resumption point for pagination.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "nextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NextToken",
"setterDocumentation" : "/**A resumption point for pagination.
\n@param nextToken A resumption point for pagination.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "A resumption point for pagination.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "DescribeCommunicationsResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DescribeCommunicationsResult",
"variableName" : "describeCommunicationsResult",
"variableType" : "DescribeCommunicationsResult",
"documentation" : null,
"simpleType" : "DescribeCommunicationsResult",
"variableSetterType" : "DescribeCommunicationsResult"
},
"wrapper" : false
},
"DescribeServicesRequest" : {
"c2jName" : "DescribeServicesRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DescribeServices",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSSupport_20130415.DescribeServices",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "serviceCodeList",
"c2jShape" : "ServiceCodeList",
"deprecated" : false,
"documentation" : "A JSON-formatted list of service codes available for AWS services.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "serviceCodeList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "serviceCodeList",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ServiceCode",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ServiceCodeList",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "serviceCodeList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A JSON-formatted list of service codes available for AWS services.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "serviceCodeList",
"variableType" : "java.util.List",
"documentation" : "A JSON-formatted list of service codes available for AWS services.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "language",
"c2jShape" : "Language",
"deprecated" : false,
"documentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
\n@return The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "language",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "language",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Language",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "language",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "language",
"variableType" : "String",
"documentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Language" : {
"c2jName" : "language",
"c2jShape" : "Language",
"deprecated" : false,
"documentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
\n@return The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "language",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "language",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Language",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "language",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "language",
"variableType" : "String",
"documentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ServiceCodeList" : {
"c2jName" : "serviceCodeList",
"c2jShape" : "ServiceCodeList",
"deprecated" : false,
"documentation" : "A JSON-formatted list of service codes available for AWS services.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "serviceCodeList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "serviceCodeList",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ServiceCode",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ServiceCodeList",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "serviceCodeList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A JSON-formatted list of service codes available for AWS services.
\nNOTE: 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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "serviceCodeList",
"variableType" : "java.util.List",
"documentation" : "A JSON-formatted list of service codes available for AWS services.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "DescribeServicesRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeServicesRequest",
"variableName" : "describeServicesRequest",
"variableType" : "DescribeServicesRequest",
"documentation" : null,
"simpleType" : "DescribeServicesRequest",
"variableSetterType" : "DescribeServicesRequest"
},
"wrapper" : false
},
"DescribeServicesResult" : {
"c2jName" : "DescribeServicesResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The list of AWS services returned by the DescribeServices operation.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "services",
"c2jShape" : "ServiceList",
"deprecated" : false,
"documentation" : "A JSON-formatted list of AWS services.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**A JSON-formatted list of AWS services.
\n@return A JSON-formatted list of AWS services.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "services",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "services",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Service",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Service",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Service",
"variableName" : "member",
"variableType" : "Service",
"documentation" : "",
"simpleType" : "Service",
"variableSetterType" : "Service"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Service",
"variableName" : "member",
"variableType" : "Service",
"documentation" : "",
"simpleType" : "Service",
"variableSetterType" : "Service"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Service",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Service",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List