models.support-2013-04-15-intermediate.json Maven / Gradle / Ivy
Show all versions of support Show documentation
{
"customizationConfig" : {
"attachPayloadTraitToMember" : { },
"blacklistedSimpleMethods" : [ "resolveCase", "describeSeverityLevels", "describeCases", "describeServices" ],
"calculateCrc32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customErrorCodeFieldName" : null,
"customProtocolFactoryFqcn" : null,
"customResponseMetadata" : null,
"customRetryPolicy" : null,
"customServiceMetadata" : null,
"defaultSimpleMethodTestRegion" : null,
"deprecatedOperations" : [ ],
"deprecatedShapes" : [ ],
"excludeClientCreateMethod" : false,
"modelMarshallerDefaultValueSupplier" : { },
"operationModifiers" : null,
"renameShapes" : null,
"sdkModeledExceptionBaseClassName" : null,
"sdkRequestBaseClassName" : null,
"sdkResponseBaseClassName" : null,
"serviceSpecificClientConfigClass" : null,
"serviceSpecificHttpConfig" : null,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"shareModelConfig" : null,
"skipSyncClientGeneration" : false,
"useAutoConstructList" : true,
"useAutoConstructMap" : true,
"verifiedSimpleMethods" : [ ]
},
"metadata" : {
"apiVersion" : "2013-04-15",
"asyncBuilder" : "DefaultSupportAsyncClientBuilder",
"asyncBuilderInterface" : "SupportAsyncClientBuilder",
"asyncClient" : "DefaultSupportAsyncClient",
"asyncInterface" : "SupportAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V4",
"baseBuilder" : "DefaultSupportBaseClientBuilder",
"baseBuilderInterface" : "SupportBaseClientBuilder",
"baseExceptionName" : "SupportException",
"baseRequestName" : "SupportRequest",
"baseResponseName" : "SupportResponse",
"cborProtocol" : false,
"clientPackageName" : "support",
"contentType" : null,
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : null,
"descriptiveServiceName" : "AWS Support",
"documentation" : "AWS Support The AWS Support API reference is intended for programmers who need detailed information about the AWS Support operations and data types. This service enables you to manage your AWS Support cases programmatically. It uses HTTP methods that return results in JSON format.
The AWS Support service also exposes a set of Trusted Advisor features. You can retrieve a list of checks and their descriptions, get check results, specify checks to refresh, and get the refresh status of checks.
The following list describes the AWS Support case management operations:
-
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",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.support",
"fullModelPackageName" : "software.amazon.awssdk.services.support.model",
"fullPaginatorsPackageName" : "software.amazon.awssdk.services.support.paginators",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.support.transform",
"fullTransformPackageName" : "software.amazon.awssdk.services.support.transform",
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"modelPackageName" : "support.model",
"paginatorsPackageName" : "support.paginators",
"protocol" : "json",
"requestTransformPackageName" : "support.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceName" : "Support",
"signingName" : "support",
"syncBuilder" : "DefaultSupportClientBuilder",
"syncBuilderInterface" : "SupportClientBuilder",
"syncClient" : "DefaultSupportClient",
"syncInterface" : "SupportClient",
"transformPackageName" : "support.transform",
"uid" : "support-2013-04-15",
"xmlProtocol" : false
},
"operations" : {
"AddAttachmentsToSet" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Adds one or more attachments to an attachment set. If an attachmentSetId
is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
is specified, the attachments are added to the specified set, if it exists.
An attachment set is a temporary container for attachments that are to be added to a case or case communication. The set is available for one hour after it is created; the expiryTime
returned in the response indicates when the set expires. The maximum number of attachments in a set is 3, and the maximum size of any attachment in the set is 5 MB.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An internal server error occurred.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AttachmentSetIdNotFoundException",
"documentation" : "An attachment set with the specified ID could not be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AttachmentSetExpiredException",
"documentation" : "The expiration time of the attachment set has passed. The set expires 1 hour after it is created.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AttachmentSetSizeLimitExceededException",
"documentation" : "A limit for the size of an attachment set has been exceeded. The limits are 3 attachments and 5 MB per attachment.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AttachmentLimitExceededException",
"documentation" : "The limit for the number of attachment sets created in a short period of time has been exceeded.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "AddAttachmentsToSetRequest",
"variableName" : "addAttachmentsToSetRequest",
"variableType" : "AddAttachmentsToSetRequest",
"documentation" : "",
"simpleType" : "AddAttachmentsToSetRequest",
"variableSetterType" : "AddAttachmentsToSetRequest"
},
"methodName" : "addAttachmentsToSet",
"operationName" : "AddAttachmentsToSet",
"paginated" : false,
"returnType" : {
"returnType" : "AddAttachmentsToSetResponse",
"documentation" : "The ID and expiry time of the attachment set returned by the AddAttachmentsToSet operation.
"
},
"syncReturnType" : "AddAttachmentsToSetResponse"
},
"AddCommunicationToCase" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Adds additional customer communication to an AWS Support case. You use the caseId
value to identify the case to add communication to. You can list a set of email addresses to copy on the communication using the ccEmailAddresses
value. The communicationBody
value contains the text of the communication.
The response indicates the success or failure of the request.
This operation implements a subset of the features of the AWS Support Center.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An internal server error occurred.
",
"httpStatusCode" : null
}, {
"exceptionName" : "CaseIdNotFoundException",
"documentation" : "The requested caseId
could not be located.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AttachmentSetIdNotFoundException",
"documentation" : "An attachment set with the specified ID could not be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AttachmentSetExpiredException",
"documentation" : "The expiration time of the attachment set has passed. The set expires 1 hour after it is created.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "AddCommunicationToCaseRequest",
"variableName" : "addCommunicationToCaseRequest",
"variableType" : "AddCommunicationToCaseRequest",
"documentation" : "To be written.
",
"simpleType" : "AddCommunicationToCaseRequest",
"variableSetterType" : "AddCommunicationToCaseRequest"
},
"methodName" : "addCommunicationToCase",
"operationName" : "AddCommunicationToCase",
"paginated" : false,
"returnType" : {
"returnType" : "AddCommunicationToCaseResponse",
"documentation" : "The result of the AddCommunicationToCase operation.
"
},
"syncReturnType" : "AddCommunicationToCaseResponse"
},
"CreateCase" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a new case in the AWS Support Center. This operation is modeled on the behavior of the AWS Support Center Create Case page. Its parameters require you to specify the following information:
-
issueType. The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"
-
serviceCode. The code for an AWS service. You obtain the serviceCode
by calling DescribeServices.
-
categoryCode. The category for the service defined for the serviceCode
value. You also obtain the category code for a service by calling DescribeServices. Each AWS service defines its own set of category codes.
-
severityCode. A value that indicates the urgency of the case, which in turn determines the response time according to your service level agreement with AWS Support. You obtain the SeverityCode by calling DescribeSeverityLevels.
-
subject. The Subject field on the AWS Support Center Create Case page.
-
communicationBody. The Description field on the AWS Support Center Create Case page.
-
attachmentSetId. The ID of a set of attachments that has been created by using AddAttachmentsToSet.
-
language. The human language in which AWS Support handles the case. English and Japanese are currently supported.
-
ccEmailAddresses. The AWS Support Center CC field on the Create Case page. You can list email addresses to be copied on any correspondence about the case. The account that opens the case is already identified by passing the AWS Credentials in the HTTP POST method or in a method or function call from one of the programming languages supported by an AWS SDK.
To add additional communication or attachments to an existing case, use AddCommunicationToCase.
A successful CreateCase request returns an AWS Support case number. Case numbers are used by the DescribeCases operation to retrieve existing AWS Support cases.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An internal server error occurred.
",
"httpStatusCode" : null
}, {
"exceptionName" : "CaseCreationLimitExceededException",
"documentation" : "The case creation limit for the account has been exceeded.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AttachmentSetIdNotFoundException",
"documentation" : "An attachment set with the specified ID could not be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AttachmentSetExpiredException",
"documentation" : "The expiration time of the attachment set has passed. The set expires 1 hour after it is created.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateCaseRequest",
"variableName" : "createCaseRequest",
"variableType" : "CreateCaseRequest",
"documentation" : "",
"simpleType" : "CreateCaseRequest",
"variableSetterType" : "CreateCaseRequest"
},
"methodName" : "createCase",
"operationName" : "CreateCase",
"paginated" : false,
"returnType" : {
"returnType" : "CreateCaseResponse",
"documentation" : "The AWS Support case ID returned by a successful completion of the CreateCase operation.
"
},
"syncReturnType" : "CreateCaseResponse"
},
"DescribeAttachment" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the attachment that has the specified ID. Attachment IDs are generated by the case management system when you add an attachment to a case or case communication. Attachment IDs are returned in the AttachmentDetails objects that are returned by the DescribeCommunications operation.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An internal server error occurred.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DescribeAttachmentLimitExceededException",
"documentation" : "The limit for the number of DescribeAttachment requests in a short period of time has been exceeded.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AttachmentIdNotFoundException",
"documentation" : "An attachment with the specified ID could not be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeAttachmentRequest",
"variableName" : "describeAttachmentRequest",
"variableType" : "DescribeAttachmentRequest",
"documentation" : "",
"simpleType" : "DescribeAttachmentRequest",
"variableSetterType" : "DescribeAttachmentRequest"
},
"methodName" : "describeAttachment",
"operationName" : "DescribeAttachment",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeAttachmentResponse",
"documentation" : "The content and file name of the attachment returned by the DescribeAttachment operation.
"
},
"syncReturnType" : "DescribeAttachmentResponse"
},
"DescribeCases" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of cases that you specify by passing one or more case IDs. In addition, you can filter the cases by date by setting values for the afterTime
and beforeTime
request parameters. You can set values for the includeResolvedCases
and includeCommunications
request parameters to control how much information is returned.
Case data is available for 12 months after creation. If a case was created more than 12 months ago, a request for data might cause an error.
The response returns the following in JSON format:
-
One or more CaseDetails data types.
-
One or more nextToken
values, which specify where to paginate the returned records represented by the CaseDetails
objects.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An internal server error occurred.
",
"httpStatusCode" : null
}, {
"exceptionName" : "CaseIdNotFoundException",
"documentation" : "The requested caseId
could not be located.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeCasesRequest",
"variableName" : "describeCasesRequest",
"variableType" : "DescribeCasesRequest",
"documentation" : "",
"simpleType" : "DescribeCasesRequest",
"variableSetterType" : "DescribeCasesRequest"
},
"methodName" : "describeCases",
"operationName" : "DescribeCases",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeCasesResponse",
"documentation" : "Returns an array of CaseDetails objects and a nextToken
that defines a point for pagination in the result set.
"
},
"syncReturnType" : "DescribeCasesResponse"
},
"DescribeCommunications" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns communications (and attachments) for one or more support cases. You can use the afterTime
and beforeTime
parameters to filter by date. You can use the caseId
parameter to restrict the results to a particular case.
Case data is available for 12 months after creation. If a case was created more than 12 months ago, a request for data might cause an error.
You can use the maxResults
and nextToken
parameters to control the pagination of the result set. Set maxResults
to the number of cases you want displayed on each page, and use nextToken
to specify the resumption of pagination.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An internal server error occurred.
",
"httpStatusCode" : null
}, {
"exceptionName" : "CaseIdNotFoundException",
"documentation" : "The requested caseId
could not be located.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeCommunicationsRequest",
"variableName" : "describeCommunicationsRequest",
"variableType" : "DescribeCommunicationsRequest",
"documentation" : "",
"simpleType" : "DescribeCommunicationsRequest",
"variableSetterType" : "DescribeCommunicationsRequest"
},
"methodName" : "describeCommunications",
"operationName" : "DescribeCommunications",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeCommunicationsResponse",
"documentation" : "The communications returned by the DescribeCommunications operation.
"
},
"syncReturnType" : "DescribeCommunicationsResponse"
},
"DescribeServices" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the current list of AWS services and a list of service categories that applies to each one. You then use service names and categories in your CreateCase requests. Each AWS service has its own set of categories.
The service codes and category codes correspond to the values that are displayed in the Service and Category drop-down lists on the AWS Support Center Create Case page. The values in those fields, however, do not necessarily match the service codes and categories returned by the DescribeServices
request. Always use the service codes and categories obtained programmatically. This practice ensures that you always have the most recent set of service and category codes.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An internal server error occurred.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeServicesRequest",
"variableName" : "describeServicesRequest",
"variableType" : "DescribeServicesRequest",
"documentation" : "",
"simpleType" : "DescribeServicesRequest",
"variableSetterType" : "DescribeServicesRequest"
},
"methodName" : "describeServices",
"operationName" : "DescribeServices",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeServicesResponse",
"documentation" : "The list of AWS services returned by the DescribeServices operation.
"
},
"syncReturnType" : "DescribeServicesResponse"
},
"DescribeSeverityLevels" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the list of severity levels that you can assign to an AWS Support case. The severity level for a case is also a field in the CaseDetails data type included in any CreateCase request.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An internal server error occurred.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeSeverityLevelsRequest",
"variableName" : "describeSeverityLevelsRequest",
"variableType" : "DescribeSeverityLevelsRequest",
"documentation" : "",
"simpleType" : "DescribeSeverityLevelsRequest",
"variableSetterType" : "DescribeSeverityLevelsRequest"
},
"methodName" : "describeSeverityLevels",
"operationName" : "DescribeSeverityLevels",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeSeverityLevelsResponse",
"documentation" : "The list of severity levels returned by the DescribeSeverityLevels operation.
"
},
"syncReturnType" : "DescribeSeverityLevelsResponse"
},
"DescribeTrustedAdvisorCheckRefreshStatuses" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the refresh status of the Trusted Advisor checks that have the specified check IDs. Check IDs can be obtained by calling DescribeTrustedAdvisorChecks.
Some checks are refreshed automatically, and their refresh statuses cannot be retrieved by using this operation. Use of the DescribeTrustedAdvisorCheckRefreshStatuses
operation for these checks causes an InvalidParameterValue
error.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An internal server error occurred.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeTrustedAdvisorCheckRefreshStatusesRequest",
"variableName" : "describeTrustedAdvisorCheckRefreshStatusesRequest",
"variableType" : "DescribeTrustedAdvisorCheckRefreshStatusesRequest",
"documentation" : "",
"simpleType" : "DescribeTrustedAdvisorCheckRefreshStatusesRequest",
"variableSetterType" : "DescribeTrustedAdvisorCheckRefreshStatusesRequest"
},
"methodName" : "describeTrustedAdvisorCheckRefreshStatuses",
"operationName" : "DescribeTrustedAdvisorCheckRefreshStatuses",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeTrustedAdvisorCheckRefreshStatusesResponse",
"documentation" : "The statuses of the Trusted Advisor checks returned by the DescribeTrustedAdvisorCheckRefreshStatuses operation.
"
},
"syncReturnType" : "DescribeTrustedAdvisorCheckRefreshStatusesResponse"
},
"DescribeTrustedAdvisorCheckResult" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the results of the Trusted Advisor check that has the specified check ID. Check IDs can be obtained by calling DescribeTrustedAdvisorChecks.
The response contains a TrustedAdvisorCheckResult object, which contains these three objects:
In addition, the response contains these fields:
-
status. The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".
-
timestamp. The time of the last refresh of the check.
-
checkId. The unique identifier for the check.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An internal server error occurred.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeTrustedAdvisorCheckResultRequest",
"variableName" : "describeTrustedAdvisorCheckResultRequest",
"variableType" : "DescribeTrustedAdvisorCheckResultRequest",
"documentation" : "",
"simpleType" : "DescribeTrustedAdvisorCheckResultRequest",
"variableSetterType" : "DescribeTrustedAdvisorCheckResultRequest"
},
"methodName" : "describeTrustedAdvisorCheckResult",
"operationName" : "DescribeTrustedAdvisorCheckResult",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeTrustedAdvisorCheckResultResponse",
"documentation" : "The result of the Trusted Advisor check returned by the DescribeTrustedAdvisorCheckResult operation.
"
},
"syncReturnType" : "DescribeTrustedAdvisorCheckResultResponse"
},
"DescribeTrustedAdvisorCheckSummaries" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the summaries of the results of the Trusted Advisor checks that have the specified check IDs. Check IDs can be obtained by calling DescribeTrustedAdvisorChecks.
The response contains an array of TrustedAdvisorCheckSummary objects.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An internal server error occurred.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeTrustedAdvisorCheckSummariesRequest",
"variableName" : "describeTrustedAdvisorCheckSummariesRequest",
"variableType" : "DescribeTrustedAdvisorCheckSummariesRequest",
"documentation" : "",
"simpleType" : "DescribeTrustedAdvisorCheckSummariesRequest",
"variableSetterType" : "DescribeTrustedAdvisorCheckSummariesRequest"
},
"methodName" : "describeTrustedAdvisorCheckSummaries",
"operationName" : "DescribeTrustedAdvisorCheckSummaries",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeTrustedAdvisorCheckSummariesResponse",
"documentation" : "The summaries of the Trusted Advisor checks returned by the DescribeTrustedAdvisorCheckSummaries operation.
"
},
"syncReturnType" : "DescribeTrustedAdvisorCheckSummariesResponse"
},
"DescribeTrustedAdvisorChecks" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about all available Trusted Advisor checks, including name, ID, category, description, and metadata. You must specify a language code; English (\"en\") and Japanese (\"ja\") are currently supported. The response contains a TrustedAdvisorCheckDescription for each check.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An internal server error occurred.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeTrustedAdvisorChecksRequest",
"variableName" : "describeTrustedAdvisorChecksRequest",
"variableType" : "DescribeTrustedAdvisorChecksRequest",
"documentation" : "",
"simpleType" : "DescribeTrustedAdvisorChecksRequest",
"variableSetterType" : "DescribeTrustedAdvisorChecksRequest"
},
"methodName" : "describeTrustedAdvisorChecks",
"operationName" : "DescribeTrustedAdvisorChecks",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeTrustedAdvisorChecksResponse",
"documentation" : "Information about the Trusted Advisor checks returned by the DescribeTrustedAdvisorChecks operation.
"
},
"syncReturnType" : "DescribeTrustedAdvisorChecksResponse"
},
"RefreshTrustedAdvisorCheck" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Requests a refresh of the Trusted Advisor check that has the specified check ID. Check IDs can be obtained by calling DescribeTrustedAdvisorChecks.
Some checks are refreshed automatically, and they cannot be refreshed by using this operation. Use of the RefreshTrustedAdvisorCheck
operation for these checks causes an InvalidParameterValue
error.
The response contains a TrustedAdvisorCheckRefreshStatus object, which contains these fields:
-
status. The refresh status of the check: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".
-
millisUntilNextRefreshable. The amount of time, in milliseconds, until the check is eligible for refresh.
-
checkId. The unique identifier for the check.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An internal server error occurred.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "RefreshTrustedAdvisorCheckRequest",
"variableName" : "refreshTrustedAdvisorCheckRequest",
"variableType" : "RefreshTrustedAdvisorCheckRequest",
"documentation" : "",
"simpleType" : "RefreshTrustedAdvisorCheckRequest",
"variableSetterType" : "RefreshTrustedAdvisorCheckRequest"
},
"methodName" : "refreshTrustedAdvisorCheck",
"operationName" : "RefreshTrustedAdvisorCheck",
"paginated" : false,
"returnType" : {
"returnType" : "RefreshTrustedAdvisorCheckResponse",
"documentation" : "The current refresh status of a Trusted Advisor check.
"
},
"syncReturnType" : "RefreshTrustedAdvisorCheckResponse"
},
"ResolveCase" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Takes a caseId
and returns the initial state of the case along with the state of the case after the call to ResolveCase completed.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InternalServerErrorException",
"documentation" : "An internal server error occurred.
",
"httpStatusCode" : null
}, {
"exceptionName" : "CaseIdNotFoundException",
"documentation" : "The requested caseId
could not be located.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ResolveCaseRequest",
"variableName" : "resolveCaseRequest",
"variableType" : "ResolveCaseRequest",
"documentation" : "",
"simpleType" : "ResolveCaseRequest",
"variableSetterType" : "ResolveCaseRequest"
},
"methodName" : "resolveCase",
"operationName" : "ResolveCase",
"paginated" : false,
"returnType" : {
"returnType" : "ResolveCaseResponse",
"documentation" : "The status of the case returned by the ResolveCase operation.
"
},
"syncReturnType" : "ResolveCaseResponse"
}
},
"shapes" : {
"AddAttachmentsToSetRequest" : {
"c2jName" : "AddAttachmentsToSetRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "AddAttachmentsToSet",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSSupport_20130415.AddAttachmentsToSet",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getAttachmentSetId",
"beanStyleSetterMethodName" : "setAttachmentSetId",
"c2jName" : "attachmentSetId",
"c2jShape" : "AttachmentSetId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the attachment set. If an attachmentSetId
is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
is specified, the attachments are added to the specified set, if it exists.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attachmentSetId(String)}.\n@param attachmentSetId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachmentSetId(String)",
"deprecated" : false,
"documentation" : "The ID of the attachment set. If an attachmentSetId
is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
is specified, the attachments are added to the specified set, if it exists.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "attachmentSetId",
"fluentSetterDocumentation" : "The ID of the attachment set. If an attachmentSetId
is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
is specified, the attachments are added to the specified set, if it exists.
\n@param attachmentSetId The ID of the attachment set. If an attachmentSetId
is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
is specified, the attachments are added to the specified set, if it exists.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attachmentSetId",
"getterDocumentation" : "The ID of the attachment set. If an attachmentSetId
is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
is specified, the attachments are added to the specified set, if it exists.
\n@return The ID of the attachment set. If an attachmentSetId
is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
is specified, the attachments are added to the specified set, if it exists.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "attachmentSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attachmentSetId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AttachmentSetId",
"sensitive" : false,
"setterDocumentation" : "The ID of the attachment set. If an attachmentSetId
is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
is specified, the attachments are added to the specified set, if it exists.
\n@param attachmentSetId The ID of the attachment set. If an attachmentSetId
is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
is specified, the attachments are added to the specified set, if it exists.",
"setterMethodName" : "setAttachmentSetId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentSetId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentSetId",
"variableType" : "String",
"documentation" : "The ID of the attachment set. If an attachmentSetId
is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
is specified, the attachments are added to the specified set, if it exists.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAttachments",
"beanStyleSetterMethodName" : "setAttachments",
"c2jName" : "attachments",
"c2jShape" : "Attachments",
"defaultConsumerFluentSetterDocumentation" : "One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #attachments(List)}.\n@param attachments a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachments(List)",
"deprecated" : false,
"documentation" : "One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "attachments",
"fluentSetterDocumentation" : "One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.
\n@param attachments One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attachments",
"getterDocumentation" : "One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "attachments",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attachments",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Attachment",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Attachment.Builder} avoiding the need to create one manually via {@link Attachment#builder()}.\n\nWhen the {@link Consumer} completes, {@link Attachment.Builder#build()} is called immediately and its result is passed to {@link #member(Attachment)}.\n@param member a consumer that will call methods on {@link Attachment.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Attachment)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Attachment",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Attachment",
"variableName" : "member",
"variableType" : "Attachment",
"documentation" : null,
"simpleType" : "Attachment",
"variableSetterType" : "Attachment"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Attachment",
"variableName" : "member",
"variableType" : "Attachment",
"documentation" : "",
"simpleType" : "Attachment",
"variableSetterType" : "Attachment"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Attachment",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Attachment",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Attachments",
"sensitive" : false,
"setterDocumentation" : "One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.
\n@param attachments One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.",
"setterMethodName" : "setAttachments",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "attachments",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "attachments",
"variableType" : "java.util.List",
"documentation" : "One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AttachmentSetId" : {
"beanStyleGetterMethodName" : "getAttachmentSetId",
"beanStyleSetterMethodName" : "setAttachmentSetId",
"c2jName" : "attachmentSetId",
"c2jShape" : "AttachmentSetId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the attachment set. If an attachmentSetId
is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
is specified, the attachments are added to the specified set, if it exists.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attachmentSetId(String)}.\n@param attachmentSetId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachmentSetId(String)",
"deprecated" : false,
"documentation" : "The ID of the attachment set. If an attachmentSetId
is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
is specified, the attachments are added to the specified set, if it exists.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "attachmentSetId",
"fluentSetterDocumentation" : "The ID of the attachment set. If an attachmentSetId
is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
is specified, the attachments are added to the specified set, if it exists.
\n@param attachmentSetId The ID of the attachment set. If an attachmentSetId
is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
is specified, the attachments are added to the specified set, if it exists.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attachmentSetId",
"getterDocumentation" : "The ID of the attachment set. If an attachmentSetId
is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
is specified, the attachments are added to the specified set, if it exists.
\n@return The ID of the attachment set. If an attachmentSetId
is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
is specified, the attachments are added to the specified set, if it exists.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "attachmentSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attachmentSetId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AttachmentSetId",
"sensitive" : false,
"setterDocumentation" : "The ID of the attachment set. If an attachmentSetId
is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
is specified, the attachments are added to the specified set, if it exists.
\n@param attachmentSetId The ID of the attachment set. If an attachmentSetId
is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
is specified, the attachments are added to the specified set, if it exists.",
"setterMethodName" : "setAttachmentSetId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentSetId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentSetId",
"variableType" : "String",
"documentation" : "The ID of the attachment set. If an attachmentSetId
is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
is specified, the attachments are added to the specified set, if it exists.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Attachments" : {
"beanStyleGetterMethodName" : "getAttachments",
"beanStyleSetterMethodName" : "setAttachments",
"c2jName" : "attachments",
"c2jShape" : "Attachments",
"defaultConsumerFluentSetterDocumentation" : "One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #attachments(List)}.\n@param attachments a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachments(List)",
"deprecated" : false,
"documentation" : "One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "attachments",
"fluentSetterDocumentation" : "One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.
\n@param attachments One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attachments",
"getterDocumentation" : "One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "attachments",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attachments",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Attachment",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Attachment.Builder} avoiding the need to create one manually via {@link Attachment#builder()}.\n\nWhen the {@link Consumer} completes, {@link Attachment.Builder#build()} is called immediately and its result is passed to {@link #member(Attachment)}.\n@param member a consumer that will call methods on {@link Attachment.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Attachment)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Attachment",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Attachment",
"variableName" : "member",
"variableType" : "Attachment",
"documentation" : null,
"simpleType" : "Attachment",
"variableSetterType" : "Attachment"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Attachment",
"variableName" : "member",
"variableType" : "Attachment",
"documentation" : "",
"simpleType" : "Attachment",
"variableSetterType" : "Attachment"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Attachment",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Attachment",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Attachments",
"sensitive" : false,
"setterDocumentation" : "One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.
\n@param attachments One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.",
"setterMethodName" : "setAttachments",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "attachments",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "attachments",
"variableType" : "java.util.List",
"documentation" : "One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getAttachmentSetId",
"beanStyleSetterMethodName" : "setAttachmentSetId",
"c2jName" : "attachmentSetId",
"c2jShape" : "AttachmentSetId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the attachment set. If an attachmentSetId
is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
is specified, the attachments are added to the specified set, if it exists.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attachmentSetId(String)}.\n@param attachmentSetId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachmentSetId(String)",
"deprecated" : false,
"documentation" : "The ID of the attachment set. If an attachmentSetId
is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
is specified, the attachments are added to the specified set, if it exists.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "attachmentSetId",
"fluentSetterDocumentation" : "The ID of the attachment set. If an attachmentSetId
is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
is specified, the attachments are added to the specified set, if it exists.
\n@param attachmentSetId The ID of the attachment set. If an attachmentSetId
is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
is specified, the attachments are added to the specified set, if it exists.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attachmentSetId",
"getterDocumentation" : "The ID of the attachment set. If an attachmentSetId
is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
is specified, the attachments are added to the specified set, if it exists.
\n@return The ID of the attachment set. If an attachmentSetId
is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
is specified, the attachments are added to the specified set, if it exists.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "attachmentSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attachmentSetId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AttachmentSetId",
"sensitive" : false,
"setterDocumentation" : "The ID of the attachment set. If an attachmentSetId
is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
is specified, the attachments are added to the specified set, if it exists.
\n@param attachmentSetId The ID of the attachment set. If an attachmentSetId
is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
is specified, the attachments are added to the specified set, if it exists.",
"setterMethodName" : "setAttachmentSetId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentSetId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentSetId",
"variableType" : "String",
"documentation" : "The ID of the attachment set. If an attachmentSetId
is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
is specified, the attachments are added to the specified set, if it exists.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAttachments",
"beanStyleSetterMethodName" : "setAttachments",
"c2jName" : "attachments",
"c2jShape" : "Attachments",
"defaultConsumerFluentSetterDocumentation" : "One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #attachments(List)}.\n@param attachments a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachments(List)",
"deprecated" : false,
"documentation" : "One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "attachments",
"fluentSetterDocumentation" : "One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.
\n@param attachments One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attachments",
"getterDocumentation" : "One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "attachments",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attachments",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Attachment",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Attachment.Builder} avoiding the need to create one manually via {@link Attachment#builder()}.\n\nWhen the {@link Consumer} completes, {@link Attachment.Builder#build()} is called immediately and its result is passed to {@link #member(Attachment)}.\n@param member a consumer that will call methods on {@link Attachment.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Attachment)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Attachment",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Attachment",
"variableName" : "member",
"variableType" : "Attachment",
"documentation" : null,
"simpleType" : "Attachment",
"variableSetterType" : "Attachment"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Attachment",
"variableName" : "member",
"variableType" : "Attachment",
"documentation" : "",
"simpleType" : "Attachment",
"variableSetterType" : "Attachment"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Attachment",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Attachment",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Attachments",
"sensitive" : false,
"setterDocumentation" : "One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.
\n@param attachments One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.",
"setterMethodName" : "setAttachments",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "attachments",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "attachments",
"variableType" : "java.util.List",
"documentation" : "One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "attachments" ],
"shapeName" : "AddAttachmentsToSetRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AddAttachmentsToSetRequest",
"variableName" : "addAttachmentsToSetRequest",
"variableType" : "AddAttachmentsToSetRequest",
"documentation" : null,
"simpleType" : "AddAttachmentsToSetRequest",
"variableSetterType" : "AddAttachmentsToSetRequest"
},
"wrapper" : false
},
"AddAttachmentsToSetResponse" : {
"c2jName" : "AddAttachmentsToSetResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The ID and expiry time of the attachment set returned by the AddAttachmentsToSet operation.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getAttachmentSetId",
"beanStyleSetterMethodName" : "setAttachmentSetId",
"c2jName" : "attachmentSetId",
"c2jShape" : "AttachmentSetId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the attachment set. If an attachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
was specified, the attachments are added to the specified set, if it exists.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attachmentSetId(String)}.\n@param attachmentSetId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachmentSetId(String)",
"deprecated" : false,
"documentation" : "The ID of the attachment set. If an attachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
was specified, the attachments are added to the specified set, if it exists.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "attachmentSetId",
"fluentSetterDocumentation" : "The ID of the attachment set. If an attachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
was specified, the attachments are added to the specified set, if it exists.
\n@param attachmentSetId The ID of the attachment set. If an attachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
was specified, the attachments are added to the specified set, if it exists.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attachmentSetId",
"getterDocumentation" : "The ID of the attachment set. If an attachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
was specified, the attachments are added to the specified set, if it exists.
\n@return The ID of the attachment set. If an attachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
was specified, the attachments are added to the specified set, if it exists.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "attachmentSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attachmentSetId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AttachmentSetId",
"sensitive" : false,
"setterDocumentation" : "The ID of the attachment set. If an attachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
was specified, the attachments are added to the specified set, if it exists.
\n@param attachmentSetId The ID of the attachment set. If an attachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
was specified, the attachments are added to the specified set, if it exists.",
"setterMethodName" : "setAttachmentSetId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentSetId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentSetId",
"variableType" : "String",
"documentation" : "The ID of the attachment set. If an attachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
was specified, the attachments are added to the specified set, if it exists.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getExpiryTime",
"beanStyleSetterMethodName" : "setExpiryTime",
"c2jName" : "expiryTime",
"c2jShape" : "ExpiryTime",
"defaultConsumerFluentSetterDocumentation" : "The time and date when the attachment set expires.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #expiryTime(String)}.\n@param expiryTime a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expiryTime(String)",
"deprecated" : false,
"documentation" : "The time and date when the attachment set expires.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "expiryTime",
"fluentSetterDocumentation" : "The time and date when the attachment set expires.
\n@param expiryTime The time and date when the attachment set expires.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "expiryTime",
"getterDocumentation" : "The time and date when the attachment set expires.
\n@return The time and date when the attachment set expires.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "expiryTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "expiryTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ExpiryTime",
"sensitive" : false,
"setterDocumentation" : "The time and date when the attachment set expires.
\n@param expiryTime The time and date when the attachment set expires.",
"setterMethodName" : "setExpiryTime",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "expiryTime",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "expiryTime",
"variableType" : "String",
"documentation" : "The time and date when the attachment set expires.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AttachmentSetId" : {
"beanStyleGetterMethodName" : "getAttachmentSetId",
"beanStyleSetterMethodName" : "setAttachmentSetId",
"c2jName" : "attachmentSetId",
"c2jShape" : "AttachmentSetId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the attachment set. If an attachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
was specified, the attachments are added to the specified set, if it exists.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attachmentSetId(String)}.\n@param attachmentSetId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachmentSetId(String)",
"deprecated" : false,
"documentation" : "The ID of the attachment set. If an attachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
was specified, the attachments are added to the specified set, if it exists.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "attachmentSetId",
"fluentSetterDocumentation" : "The ID of the attachment set. If an attachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
was specified, the attachments are added to the specified set, if it exists.
\n@param attachmentSetId The ID of the attachment set. If an attachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
was specified, the attachments are added to the specified set, if it exists.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attachmentSetId",
"getterDocumentation" : "The ID of the attachment set. If an attachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
was specified, the attachments are added to the specified set, if it exists.
\n@return The ID of the attachment set. If an attachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
was specified, the attachments are added to the specified set, if it exists.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "attachmentSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attachmentSetId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AttachmentSetId",
"sensitive" : false,
"setterDocumentation" : "The ID of the attachment set. If an attachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
was specified, the attachments are added to the specified set, if it exists.
\n@param attachmentSetId The ID of the attachment set. If an attachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
was specified, the attachments are added to the specified set, if it exists.",
"setterMethodName" : "setAttachmentSetId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentSetId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentSetId",
"variableType" : "String",
"documentation" : "The ID of the attachment set. If an attachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
was specified, the attachments are added to the specified set, if it exists.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ExpiryTime" : {
"beanStyleGetterMethodName" : "getExpiryTime",
"beanStyleSetterMethodName" : "setExpiryTime",
"c2jName" : "expiryTime",
"c2jShape" : "ExpiryTime",
"defaultConsumerFluentSetterDocumentation" : "The time and date when the attachment set expires.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #expiryTime(String)}.\n@param expiryTime a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expiryTime(String)",
"deprecated" : false,
"documentation" : "The time and date when the attachment set expires.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "expiryTime",
"fluentSetterDocumentation" : "The time and date when the attachment set expires.
\n@param expiryTime The time and date when the attachment set expires.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "expiryTime",
"getterDocumentation" : "The time and date when the attachment set expires.
\n@return The time and date when the attachment set expires.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "expiryTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "expiryTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ExpiryTime",
"sensitive" : false,
"setterDocumentation" : "The time and date when the attachment set expires.
\n@param expiryTime The time and date when the attachment set expires.",
"setterMethodName" : "setExpiryTime",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "expiryTime",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "expiryTime",
"variableType" : "String",
"documentation" : "The time and date when the attachment set expires.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getAttachmentSetId",
"beanStyleSetterMethodName" : "setAttachmentSetId",
"c2jName" : "attachmentSetId",
"c2jShape" : "AttachmentSetId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the attachment set. If an attachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
was specified, the attachments are added to the specified set, if it exists.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attachmentSetId(String)}.\n@param attachmentSetId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachmentSetId(String)",
"deprecated" : false,
"documentation" : "The ID of the attachment set. If an attachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
was specified, the attachments are added to the specified set, if it exists.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "attachmentSetId",
"fluentSetterDocumentation" : "The ID of the attachment set. If an attachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
was specified, the attachments are added to the specified set, if it exists.
\n@param attachmentSetId The ID of the attachment set. If an attachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
was specified, the attachments are added to the specified set, if it exists.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attachmentSetId",
"getterDocumentation" : "The ID of the attachment set. If an attachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
was specified, the attachments are added to the specified set, if it exists.
\n@return The ID of the attachment set. If an attachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
was specified, the attachments are added to the specified set, if it exists.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "attachmentSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attachmentSetId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AttachmentSetId",
"sensitive" : false,
"setterDocumentation" : "The ID of the attachment set. If an attachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
was specified, the attachments are added to the specified set, if it exists.
\n@param attachmentSetId The ID of the attachment set. If an attachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
was specified, the attachments are added to the specified set, if it exists.",
"setterMethodName" : "setAttachmentSetId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentSetId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentSetId",
"variableType" : "String",
"documentation" : "The ID of the attachment set. If an attachmentSetId
was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId
was specified, the attachments are added to the specified set, if it exists.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getExpiryTime",
"beanStyleSetterMethodName" : "setExpiryTime",
"c2jName" : "expiryTime",
"c2jShape" : "ExpiryTime",
"defaultConsumerFluentSetterDocumentation" : "The time and date when the attachment set expires.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #expiryTime(String)}.\n@param expiryTime a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expiryTime(String)",
"deprecated" : false,
"documentation" : "The time and date when the attachment set expires.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "expiryTime",
"fluentSetterDocumentation" : "The time and date when the attachment set expires.
\n@param expiryTime The time and date when the attachment set expires.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "expiryTime",
"getterDocumentation" : "The time and date when the attachment set expires.
\n@return The time and date when the attachment set expires.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "expiryTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "expiryTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ExpiryTime",
"sensitive" : false,
"setterDocumentation" : "The time and date when the attachment set expires.
\n@param expiryTime The time and date when the attachment set expires.",
"setterMethodName" : "setExpiryTime",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "expiryTime",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "expiryTime",
"variableType" : "String",
"documentation" : "The time and date when the attachment set expires.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AddAttachmentsToSetResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AddAttachmentsToSetResponse",
"variableName" : "addAttachmentsToSetResponse",
"variableType" : "AddAttachmentsToSetResponse",
"documentation" : null,
"simpleType" : "AddAttachmentsToSetResponse",
"variableSetterType" : "AddAttachmentsToSetResponse"
},
"wrapper" : false
},
"AddCommunicationToCaseRequest" : {
"c2jName" : "AddCommunicationToCaseRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "To be written.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "AddCommunicationToCase",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSSupport_20130415.AddCommunicationToCase",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getCaseId",
"beanStyleSetterMethodName" : "setCaseId",
"c2jName" : "caseId",
"c2jShape" : "CaseId",
"defaultConsumerFluentSetterDocumentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #caseId(String)}.\n@param caseId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #caseId(String)",
"deprecated" : false,
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "caseId",
"fluentSetterDocumentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "caseId",
"getterDocumentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "caseId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "caseId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CaseId",
"sensitive" : false,
"setterDocumentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47",
"setterMethodName" : "setCaseId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "caseId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "caseId",
"variableType" : "String",
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCommunicationBody",
"beanStyleSetterMethodName" : "setCommunicationBody",
"c2jName" : "communicationBody",
"c2jShape" : "CommunicationBody",
"defaultConsumerFluentSetterDocumentation" : "The body of an email communication to add to the support case.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #communicationBody(String)}.\n@param communicationBody a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #communicationBody(String)",
"deprecated" : false,
"documentation" : "The body of an email communication to add to the support case.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "communicationBody",
"fluentSetterDocumentation" : "The body of an email communication to add to the support case.
\n@param communicationBody The body of an email communication to add to the support case.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "communicationBody",
"getterDocumentation" : "The body of an email communication to add to the support case.
\n@return The body of an email communication to add to the support case.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "communicationBody",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "communicationBody",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CommunicationBody",
"sensitive" : false,
"setterDocumentation" : "The body of an email communication to add to the support case.
\n@param communicationBody The body of an email communication to add to the support case.",
"setterMethodName" : "setCommunicationBody",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "communicationBody",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "communicationBody",
"variableType" : "String",
"documentation" : "The body of an email communication to add to the support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCcEmailAddresses",
"beanStyleSetterMethodName" : "setCcEmailAddresses",
"c2jName" : "ccEmailAddresses",
"c2jShape" : "CcEmailAddressList",
"defaultConsumerFluentSetterDocumentation" : "The email addresses in the CC line of an email to be added to the support case.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #ccEmailAddresses(List)}.\n@param ccEmailAddresses a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ccEmailAddresses(List)",
"deprecated" : false,
"documentation" : "The email addresses in the CC line of an email to be added to the support case.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ccEmailAddresses",
"fluentSetterDocumentation" : "The email addresses in the CC line of an email to be added to the support case.
\n@param ccEmailAddresses The email addresses in the CC line of an email to be added to the support case.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ccEmailAddresses",
"getterDocumentation" : "The email addresses in the CC line of an email to be added to the support case.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The email addresses in the CC line of an email to be added to the support case.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ccEmailAddresses",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ccEmailAddresses",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "CcEmailAddress",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "CcEmailAddresses",
"sensitive" : false,
"setterDocumentation" : "The email addresses in the CC line of an email to be added to the support case.
\n@param ccEmailAddresses The email addresses in the CC line of an email to be added to the support case.",
"setterMethodName" : "setCcEmailAddresses",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ccEmailAddresses",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ccEmailAddresses",
"variableType" : "java.util.List",
"documentation" : "The email addresses in the CC line of an email to be added to the support case.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAttachmentSetId",
"beanStyleSetterMethodName" : "setAttachmentSetId",
"c2jName" : "attachmentSetId",
"c2jShape" : "AttachmentSetId",
"defaultConsumerFluentSetterDocumentation" : "The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attachmentSetId(String)}.\n@param attachmentSetId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachmentSetId(String)",
"deprecated" : false,
"documentation" : "The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "attachmentSetId",
"fluentSetterDocumentation" : "The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
\n@param attachmentSetId The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attachmentSetId",
"getterDocumentation" : "The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
\n@return The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "attachmentSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attachmentSetId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AttachmentSetId",
"sensitive" : false,
"setterDocumentation" : "The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
\n@param attachmentSetId The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet",
"setterMethodName" : "setAttachmentSetId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentSetId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentSetId",
"variableType" : "String",
"documentation" : "The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AttachmentSetId" : {
"beanStyleGetterMethodName" : "getAttachmentSetId",
"beanStyleSetterMethodName" : "setAttachmentSetId",
"c2jName" : "attachmentSetId",
"c2jShape" : "AttachmentSetId",
"defaultConsumerFluentSetterDocumentation" : "The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attachmentSetId(String)}.\n@param attachmentSetId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachmentSetId(String)",
"deprecated" : false,
"documentation" : "The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "attachmentSetId",
"fluentSetterDocumentation" : "The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
\n@param attachmentSetId The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attachmentSetId",
"getterDocumentation" : "The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
\n@return The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "attachmentSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attachmentSetId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AttachmentSetId",
"sensitive" : false,
"setterDocumentation" : "The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
\n@param attachmentSetId The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet",
"setterMethodName" : "setAttachmentSetId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentSetId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentSetId",
"variableType" : "String",
"documentation" : "The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CaseId" : {
"beanStyleGetterMethodName" : "getCaseId",
"beanStyleSetterMethodName" : "setCaseId",
"c2jName" : "caseId",
"c2jShape" : "CaseId",
"defaultConsumerFluentSetterDocumentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #caseId(String)}.\n@param caseId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #caseId(String)",
"deprecated" : false,
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "caseId",
"fluentSetterDocumentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "caseId",
"getterDocumentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "caseId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "caseId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CaseId",
"sensitive" : false,
"setterDocumentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47",
"setterMethodName" : "setCaseId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "caseId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "caseId",
"variableType" : "String",
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CcEmailAddresses" : {
"beanStyleGetterMethodName" : "getCcEmailAddresses",
"beanStyleSetterMethodName" : "setCcEmailAddresses",
"c2jName" : "ccEmailAddresses",
"c2jShape" : "CcEmailAddressList",
"defaultConsumerFluentSetterDocumentation" : "The email addresses in the CC line of an email to be added to the support case.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #ccEmailAddresses(List)}.\n@param ccEmailAddresses a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ccEmailAddresses(List)",
"deprecated" : false,
"documentation" : "The email addresses in the CC line of an email to be added to the support case.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ccEmailAddresses",
"fluentSetterDocumentation" : "The email addresses in the CC line of an email to be added to the support case.
\n@param ccEmailAddresses The email addresses in the CC line of an email to be added to the support case.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ccEmailAddresses",
"getterDocumentation" : "The email addresses in the CC line of an email to be added to the support case.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The email addresses in the CC line of an email to be added to the support case.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ccEmailAddresses",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ccEmailAddresses",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "CcEmailAddress",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "CcEmailAddresses",
"sensitive" : false,
"setterDocumentation" : "The email addresses in the CC line of an email to be added to the support case.
\n@param ccEmailAddresses The email addresses in the CC line of an email to be added to the support case.",
"setterMethodName" : "setCcEmailAddresses",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ccEmailAddresses",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ccEmailAddresses",
"variableType" : "java.util.List",
"documentation" : "The email addresses in the CC line of an email to be added to the support case.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"CommunicationBody" : {
"beanStyleGetterMethodName" : "getCommunicationBody",
"beanStyleSetterMethodName" : "setCommunicationBody",
"c2jName" : "communicationBody",
"c2jShape" : "CommunicationBody",
"defaultConsumerFluentSetterDocumentation" : "The body of an email communication to add to the support case.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #communicationBody(String)}.\n@param communicationBody a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #communicationBody(String)",
"deprecated" : false,
"documentation" : "The body of an email communication to add to the support case.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "communicationBody",
"fluentSetterDocumentation" : "The body of an email communication to add to the support case.
\n@param communicationBody The body of an email communication to add to the support case.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "communicationBody",
"getterDocumentation" : "The body of an email communication to add to the support case.
\n@return The body of an email communication to add to the support case.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "communicationBody",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "communicationBody",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CommunicationBody",
"sensitive" : false,
"setterDocumentation" : "The body of an email communication to add to the support case.
\n@param communicationBody The body of an email communication to add to the support case.",
"setterMethodName" : "setCommunicationBody",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "communicationBody",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "communicationBody",
"variableType" : "String",
"documentation" : "The body of an email communication to add to the support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getCaseId",
"beanStyleSetterMethodName" : "setCaseId",
"c2jName" : "caseId",
"c2jShape" : "CaseId",
"defaultConsumerFluentSetterDocumentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #caseId(String)}.\n@param caseId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #caseId(String)",
"deprecated" : false,
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "caseId",
"fluentSetterDocumentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "caseId",
"getterDocumentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "caseId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "caseId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CaseId",
"sensitive" : false,
"setterDocumentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47",
"setterMethodName" : "setCaseId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "caseId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "caseId",
"variableType" : "String",
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCommunicationBody",
"beanStyleSetterMethodName" : "setCommunicationBody",
"c2jName" : "communicationBody",
"c2jShape" : "CommunicationBody",
"defaultConsumerFluentSetterDocumentation" : "The body of an email communication to add to the support case.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #communicationBody(String)}.\n@param communicationBody a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #communicationBody(String)",
"deprecated" : false,
"documentation" : "The body of an email communication to add to the support case.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "communicationBody",
"fluentSetterDocumentation" : "The body of an email communication to add to the support case.
\n@param communicationBody The body of an email communication to add to the support case.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "communicationBody",
"getterDocumentation" : "The body of an email communication to add to the support case.
\n@return The body of an email communication to add to the support case.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "communicationBody",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "communicationBody",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CommunicationBody",
"sensitive" : false,
"setterDocumentation" : "The body of an email communication to add to the support case.
\n@param communicationBody The body of an email communication to add to the support case.",
"setterMethodName" : "setCommunicationBody",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "communicationBody",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "communicationBody",
"variableType" : "String",
"documentation" : "The body of an email communication to add to the support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCcEmailAddresses",
"beanStyleSetterMethodName" : "setCcEmailAddresses",
"c2jName" : "ccEmailAddresses",
"c2jShape" : "CcEmailAddressList",
"defaultConsumerFluentSetterDocumentation" : "The email addresses in the CC line of an email to be added to the support case.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #ccEmailAddresses(List)}.\n@param ccEmailAddresses a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ccEmailAddresses(List)",
"deprecated" : false,
"documentation" : "The email addresses in the CC line of an email to be added to the support case.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ccEmailAddresses",
"fluentSetterDocumentation" : "The email addresses in the CC line of an email to be added to the support case.
\n@param ccEmailAddresses The email addresses in the CC line of an email to be added to the support case.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ccEmailAddresses",
"getterDocumentation" : "The email addresses in the CC line of an email to be added to the support case.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The email addresses in the CC line of an email to be added to the support case.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ccEmailAddresses",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ccEmailAddresses",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "CcEmailAddress",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "CcEmailAddresses",
"sensitive" : false,
"setterDocumentation" : "The email addresses in the CC line of an email to be added to the support case.
\n@param ccEmailAddresses The email addresses in the CC line of an email to be added to the support case.",
"setterMethodName" : "setCcEmailAddresses",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ccEmailAddresses",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ccEmailAddresses",
"variableType" : "java.util.List",
"documentation" : "The email addresses in the CC line of an email to be added to the support case.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAttachmentSetId",
"beanStyleSetterMethodName" : "setAttachmentSetId",
"c2jName" : "attachmentSetId",
"c2jShape" : "AttachmentSetId",
"defaultConsumerFluentSetterDocumentation" : "The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attachmentSetId(String)}.\n@param attachmentSetId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachmentSetId(String)",
"deprecated" : false,
"documentation" : "The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "attachmentSetId",
"fluentSetterDocumentation" : "The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
\n@param attachmentSetId The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attachmentSetId",
"getterDocumentation" : "The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
\n@return The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "attachmentSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attachmentSetId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AttachmentSetId",
"sensitive" : false,
"setterDocumentation" : "The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
\n@param attachmentSetId The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet",
"setterMethodName" : "setAttachmentSetId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentSetId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentSetId",
"variableType" : "String",
"documentation" : "The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "communicationBody" ],
"shapeName" : "AddCommunicationToCaseRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AddCommunicationToCaseRequest",
"variableName" : "addCommunicationToCaseRequest",
"variableType" : "AddCommunicationToCaseRequest",
"documentation" : null,
"simpleType" : "AddCommunicationToCaseRequest",
"variableSetterType" : "AddCommunicationToCaseRequest"
},
"wrapper" : false
},
"AddCommunicationToCaseResponse" : {
"c2jName" : "AddCommunicationToCaseResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The result of the AddCommunicationToCase operation.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getResult",
"beanStyleSetterMethodName" : "setResult",
"c2jName" : "result",
"c2jShape" : "Result",
"defaultConsumerFluentSetterDocumentation" : "True if AddCommunicationToCase succeeds. Otherwise, returns an error.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #result(Boolean)}.\n@param result a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #result(Boolean)",
"deprecated" : false,
"documentation" : "True if AddCommunicationToCase succeeds. Otherwise, returns an error.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "result",
"fluentSetterDocumentation" : "True if AddCommunicationToCase succeeds. Otherwise, returns an error.
\n@param result True if AddCommunicationToCase succeeds. Otherwise, returns an error.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "result",
"getterDocumentation" : "True if AddCommunicationToCase succeeds. Otherwise, returns an error.
\n@return True if AddCommunicationToCase succeeds. Otherwise, returns an error.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "result",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "result",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "Result",
"sensitive" : false,
"setterDocumentation" : "True if AddCommunicationToCase succeeds. Otherwise, returns an error.
\n@param result True if AddCommunicationToCase succeeds. Otherwise, returns an error.",
"setterMethodName" : "setResult",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "result",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "result",
"variableType" : "Boolean",
"documentation" : "True if AddCommunicationToCase succeeds. Otherwise, returns an error.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Result" : {
"beanStyleGetterMethodName" : "getResult",
"beanStyleSetterMethodName" : "setResult",
"c2jName" : "result",
"c2jShape" : "Result",
"defaultConsumerFluentSetterDocumentation" : "True if AddCommunicationToCase succeeds. Otherwise, returns an error.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #result(Boolean)}.\n@param result a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #result(Boolean)",
"deprecated" : false,
"documentation" : "True if AddCommunicationToCase succeeds. Otherwise, returns an error.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "result",
"fluentSetterDocumentation" : "True if AddCommunicationToCase succeeds. Otherwise, returns an error.
\n@param result True if AddCommunicationToCase succeeds. Otherwise, returns an error.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "result",
"getterDocumentation" : "True if AddCommunicationToCase succeeds. Otherwise, returns an error.
\n@return True if AddCommunicationToCase succeeds. Otherwise, returns an error.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "result",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "result",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "Result",
"sensitive" : false,
"setterDocumentation" : "True if AddCommunicationToCase succeeds. Otherwise, returns an error.
\n@param result True if AddCommunicationToCase succeeds. Otherwise, returns an error.",
"setterMethodName" : "setResult",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "result",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "result",
"variableType" : "Boolean",
"documentation" : "True if AddCommunicationToCase succeeds. Otherwise, returns an error.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getResult",
"beanStyleSetterMethodName" : "setResult",
"c2jName" : "result",
"c2jShape" : "Result",
"defaultConsumerFluentSetterDocumentation" : "True if AddCommunicationToCase succeeds. Otherwise, returns an error.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #result(Boolean)}.\n@param result a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #result(Boolean)",
"deprecated" : false,
"documentation" : "True if AddCommunicationToCase succeeds. Otherwise, returns an error.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "result",
"fluentSetterDocumentation" : "True if AddCommunicationToCase succeeds. Otherwise, returns an error.
\n@param result True if AddCommunicationToCase succeeds. Otherwise, returns an error.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "result",
"getterDocumentation" : "True if AddCommunicationToCase succeeds. Otherwise, returns an error.
\n@return True if AddCommunicationToCase succeeds. Otherwise, returns an error.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "result",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "result",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "Result",
"sensitive" : false,
"setterDocumentation" : "True if AddCommunicationToCase succeeds. Otherwise, returns an error.
\n@param result True if AddCommunicationToCase succeeds. Otherwise, returns an error.",
"setterMethodName" : "setResult",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "result",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "result",
"variableType" : "Boolean",
"documentation" : "True if AddCommunicationToCase succeeds. Otherwise, returns an error.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AddCommunicationToCaseResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AddCommunicationToCaseResponse",
"variableName" : "addCommunicationToCaseResponse",
"variableType" : "AddCommunicationToCaseResponse",
"documentation" : null,
"simpleType" : "AddCommunicationToCaseResponse",
"variableSetterType" : "AddCommunicationToCaseResponse"
},
"wrapper" : false
},
"Attachment" : {
"c2jName" : "Attachment",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An attachment to a case communication. The attachment consists of the file name and the content of the file.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getFileName",
"beanStyleSetterMethodName" : "setFileName",
"c2jName" : "fileName",
"c2jShape" : "FileName",
"defaultConsumerFluentSetterDocumentation" : "The name of the attachment file.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fileName(String)}.\n@param fileName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fileName(String)",
"deprecated" : false,
"documentation" : "The name of the attachment file.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "fileName",
"fluentSetterDocumentation" : "The name of the attachment file.
\n@param fileName The name of the attachment file.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "fileName",
"getterDocumentation" : "The name of the attachment file.
\n@return The name of the attachment file.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "fileName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "fileName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FileName",
"sensitive" : false,
"setterDocumentation" : "The name of the attachment file.
\n@param fileName The name of the attachment file.",
"setterMethodName" : "setFileName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fileName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fileName",
"variableType" : "String",
"documentation" : "The name of the attachment file.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getData",
"beanStyleSetterMethodName" : "setData",
"c2jName" : "data",
"c2jShape" : "Data",
"defaultConsumerFluentSetterDocumentation" : "The content of the attachment file.
\nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #data(SdkBytes)}.\n@param data a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #data(SdkBytes)",
"deprecated" : false,
"documentation" : "The content of the attachment file.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "data",
"fluentSetterDocumentation" : "The content of the attachment file.
\n@param data The content of the attachment file.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "data",
"getterDocumentation" : "The content of the attachment file.
\n@return The content of the attachment file.",
"getterModel" : {
"returnType" : "software.amazon.awssdk.core.SdkBytes",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "data",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "data",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_BYTES",
"name" : "Data",
"sensitive" : false,
"setterDocumentation" : "The content of the attachment file.
\n@param data The content of the attachment file.",
"setterMethodName" : "setData",
"setterModel" : {
"variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes",
"variableName" : "data",
"variableType" : "software.amazon.awssdk.core.SdkBytes",
"documentation" : null,
"simpleType" : "SdkBytes",
"variableSetterType" : "software.amazon.awssdk.core.SdkBytes"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes",
"variableName" : "data",
"variableType" : "software.amazon.awssdk.core.SdkBytes",
"documentation" : "The content of the attachment file.
",
"simpleType" : "SdkBytes",
"variableSetterType" : "software.amazon.awssdk.core.SdkBytes"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Data" : {
"beanStyleGetterMethodName" : "getData",
"beanStyleSetterMethodName" : "setData",
"c2jName" : "data",
"c2jShape" : "Data",
"defaultConsumerFluentSetterDocumentation" : "The content of the attachment file.
\nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #data(SdkBytes)}.\n@param data a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #data(SdkBytes)",
"deprecated" : false,
"documentation" : "The content of the attachment file.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "data",
"fluentSetterDocumentation" : "The content of the attachment file.
\n@param data The content of the attachment file.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "data",
"getterDocumentation" : "The content of the attachment file.
\n@return The content of the attachment file.",
"getterModel" : {
"returnType" : "software.amazon.awssdk.core.SdkBytes",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "data",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "data",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_BYTES",
"name" : "Data",
"sensitive" : false,
"setterDocumentation" : "The content of the attachment file.
\n@param data The content of the attachment file.",
"setterMethodName" : "setData",
"setterModel" : {
"variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes",
"variableName" : "data",
"variableType" : "software.amazon.awssdk.core.SdkBytes",
"documentation" : null,
"simpleType" : "SdkBytes",
"variableSetterType" : "software.amazon.awssdk.core.SdkBytes"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes",
"variableName" : "data",
"variableType" : "software.amazon.awssdk.core.SdkBytes",
"documentation" : "The content of the attachment file.
",
"simpleType" : "SdkBytes",
"variableSetterType" : "software.amazon.awssdk.core.SdkBytes"
},
"xmlNameSpaceUri" : null
},
"FileName" : {
"beanStyleGetterMethodName" : "getFileName",
"beanStyleSetterMethodName" : "setFileName",
"c2jName" : "fileName",
"c2jShape" : "FileName",
"defaultConsumerFluentSetterDocumentation" : "The name of the attachment file.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fileName(String)}.\n@param fileName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fileName(String)",
"deprecated" : false,
"documentation" : "The name of the attachment file.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "fileName",
"fluentSetterDocumentation" : "The name of the attachment file.
\n@param fileName The name of the attachment file.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "fileName",
"getterDocumentation" : "The name of the attachment file.
\n@return The name of the attachment file.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "fileName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "fileName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FileName",
"sensitive" : false,
"setterDocumentation" : "The name of the attachment file.
\n@param fileName The name of the attachment file.",
"setterMethodName" : "setFileName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fileName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fileName",
"variableType" : "String",
"documentation" : "The name of the attachment file.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getFileName",
"beanStyleSetterMethodName" : "setFileName",
"c2jName" : "fileName",
"c2jShape" : "FileName",
"defaultConsumerFluentSetterDocumentation" : "The name of the attachment file.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fileName(String)}.\n@param fileName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fileName(String)",
"deprecated" : false,
"documentation" : "The name of the attachment file.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "fileName",
"fluentSetterDocumentation" : "The name of the attachment file.
\n@param fileName The name of the attachment file.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "fileName",
"getterDocumentation" : "The name of the attachment file.
\n@return The name of the attachment file.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "fileName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "fileName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FileName",
"sensitive" : false,
"setterDocumentation" : "The name of the attachment file.
\n@param fileName The name of the attachment file.",
"setterMethodName" : "setFileName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fileName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fileName",
"variableType" : "String",
"documentation" : "The name of the attachment file.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getData",
"beanStyleSetterMethodName" : "setData",
"c2jName" : "data",
"c2jShape" : "Data",
"defaultConsumerFluentSetterDocumentation" : "The content of the attachment file.
\nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #data(SdkBytes)}.\n@param data a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #data(SdkBytes)",
"deprecated" : false,
"documentation" : "The content of the attachment file.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "data",
"fluentSetterDocumentation" : "The content of the attachment file.
\n@param data The content of the attachment file.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "data",
"getterDocumentation" : "The content of the attachment file.
\n@return The content of the attachment file.",
"getterModel" : {
"returnType" : "software.amazon.awssdk.core.SdkBytes",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "data",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "data",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_BYTES",
"name" : "Data",
"sensitive" : false,
"setterDocumentation" : "The content of the attachment file.
\n@param data The content of the attachment file.",
"setterMethodName" : "setData",
"setterModel" : {
"variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes",
"variableName" : "data",
"variableType" : "software.amazon.awssdk.core.SdkBytes",
"documentation" : null,
"simpleType" : "SdkBytes",
"variableSetterType" : "software.amazon.awssdk.core.SdkBytes"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes",
"variableName" : "data",
"variableType" : "software.amazon.awssdk.core.SdkBytes",
"documentation" : "The content of the attachment file.
",
"simpleType" : "SdkBytes",
"variableSetterType" : "software.amazon.awssdk.core.SdkBytes"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Attachment",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Attachment",
"variableName" : "attachment",
"variableType" : "Attachment",
"documentation" : null,
"simpleType" : "Attachment",
"variableSetterType" : "Attachment"
},
"wrapper" : false
},
"AttachmentDetails" : {
"c2jName" : "AttachmentDetails",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The file name and ID of an attachment to a case communication. You can use the ID to retrieve the attachment with the DescribeAttachment operation.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getAttachmentId",
"beanStyleSetterMethodName" : "setAttachmentId",
"c2jName" : "attachmentId",
"c2jShape" : "AttachmentId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the attachment.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attachmentId(String)}.\n@param attachmentId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachmentId(String)",
"deprecated" : false,
"documentation" : "The ID of the attachment.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "attachmentId",
"fluentSetterDocumentation" : "The ID of the attachment.
\n@param attachmentId The ID of the attachment.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attachmentId",
"getterDocumentation" : "The ID of the attachment.
\n@return The ID of the attachment.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "attachmentId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attachmentId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AttachmentId",
"sensitive" : false,
"setterDocumentation" : "The ID of the attachment.
\n@param attachmentId The ID of the attachment.",
"setterMethodName" : "setAttachmentId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentId",
"variableType" : "String",
"documentation" : "The ID of the attachment.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFileName",
"beanStyleSetterMethodName" : "setFileName",
"c2jName" : "fileName",
"c2jShape" : "FileName",
"defaultConsumerFluentSetterDocumentation" : "The file name of the attachment.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fileName(String)}.\n@param fileName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fileName(String)",
"deprecated" : false,
"documentation" : "The file name of the attachment.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "fileName",
"fluentSetterDocumentation" : "The file name of the attachment.
\n@param fileName The file name of the attachment.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "fileName",
"getterDocumentation" : "The file name of the attachment.
\n@return The file name of the attachment.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "fileName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "fileName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FileName",
"sensitive" : false,
"setterDocumentation" : "The file name of the attachment.
\n@param fileName The file name of the attachment.",
"setterMethodName" : "setFileName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fileName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fileName",
"variableType" : "String",
"documentation" : "The file name of the attachment.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AttachmentId" : {
"beanStyleGetterMethodName" : "getAttachmentId",
"beanStyleSetterMethodName" : "setAttachmentId",
"c2jName" : "attachmentId",
"c2jShape" : "AttachmentId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the attachment.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attachmentId(String)}.\n@param attachmentId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachmentId(String)",
"deprecated" : false,
"documentation" : "The ID of the attachment.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "attachmentId",
"fluentSetterDocumentation" : "The ID of the attachment.
\n@param attachmentId The ID of the attachment.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attachmentId",
"getterDocumentation" : "The ID of the attachment.
\n@return The ID of the attachment.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "attachmentId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attachmentId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AttachmentId",
"sensitive" : false,
"setterDocumentation" : "The ID of the attachment.
\n@param attachmentId The ID of the attachment.",
"setterMethodName" : "setAttachmentId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentId",
"variableType" : "String",
"documentation" : "The ID of the attachment.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"FileName" : {
"beanStyleGetterMethodName" : "getFileName",
"beanStyleSetterMethodName" : "setFileName",
"c2jName" : "fileName",
"c2jShape" : "FileName",
"defaultConsumerFluentSetterDocumentation" : "The file name of the attachment.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fileName(String)}.\n@param fileName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fileName(String)",
"deprecated" : false,
"documentation" : "The file name of the attachment.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "fileName",
"fluentSetterDocumentation" : "The file name of the attachment.
\n@param fileName The file name of the attachment.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "fileName",
"getterDocumentation" : "The file name of the attachment.
\n@return The file name of the attachment.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "fileName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "fileName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FileName",
"sensitive" : false,
"setterDocumentation" : "The file name of the attachment.
\n@param fileName The file name of the attachment.",
"setterMethodName" : "setFileName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fileName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fileName",
"variableType" : "String",
"documentation" : "The file name of the attachment.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getAttachmentId",
"beanStyleSetterMethodName" : "setAttachmentId",
"c2jName" : "attachmentId",
"c2jShape" : "AttachmentId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the attachment.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attachmentId(String)}.\n@param attachmentId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachmentId(String)",
"deprecated" : false,
"documentation" : "The ID of the attachment.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "attachmentId",
"fluentSetterDocumentation" : "The ID of the attachment.
\n@param attachmentId The ID of the attachment.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attachmentId",
"getterDocumentation" : "The ID of the attachment.
\n@return The ID of the attachment.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "attachmentId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attachmentId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AttachmentId",
"sensitive" : false,
"setterDocumentation" : "The ID of the attachment.
\n@param attachmentId The ID of the attachment.",
"setterMethodName" : "setAttachmentId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentId",
"variableType" : "String",
"documentation" : "The ID of the attachment.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFileName",
"beanStyleSetterMethodName" : "setFileName",
"c2jName" : "fileName",
"c2jShape" : "FileName",
"defaultConsumerFluentSetterDocumentation" : "The file name of the attachment.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #fileName(String)}.\n@param fileName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fileName(String)",
"deprecated" : false,
"documentation" : "The file name of the attachment.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "fileName",
"fluentSetterDocumentation" : "The file name of the attachment.
\n@param fileName The file name of the attachment.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "fileName",
"getterDocumentation" : "The file name of the attachment.
\n@return The file name of the attachment.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "fileName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "fileName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FileName",
"sensitive" : false,
"setterDocumentation" : "The file name of the attachment.
\n@param fileName The file name of the attachment.",
"setterMethodName" : "setFileName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fileName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fileName",
"variableType" : "String",
"documentation" : "The file name of the attachment.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AttachmentDetails",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AttachmentDetails",
"variableName" : "attachmentDetails",
"variableType" : "AttachmentDetails",
"documentation" : null,
"simpleType" : "AttachmentDetails",
"variableSetterType" : "AttachmentDetails"
},
"wrapper" : false
},
"AttachmentIdNotFoundException" : {
"c2jName" : "AttachmentIdNotFound",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An attachment with the specified ID could not be found.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "AttachmentIdNotFound",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AttachmentIdNotFoundException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AttachmentIdNotFoundException",
"variableName" : "attachmentIdNotFoundException",
"variableType" : "AttachmentIdNotFoundException",
"documentation" : null,
"simpleType" : "AttachmentIdNotFoundException",
"variableSetterType" : "AttachmentIdNotFoundException"
},
"wrapper" : false
},
"AttachmentLimitExceededException" : {
"c2jName" : "AttachmentLimitExceeded",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The limit for the number of attachment sets created in a short period of time has been exceeded.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "AttachmentLimitExceeded",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AttachmentLimitExceededException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AttachmentLimitExceededException",
"variableName" : "attachmentLimitExceededException",
"variableType" : "AttachmentLimitExceededException",
"documentation" : null,
"simpleType" : "AttachmentLimitExceededException",
"variableSetterType" : "AttachmentLimitExceededException"
},
"wrapper" : false
},
"AttachmentSetExpiredException" : {
"c2jName" : "AttachmentSetExpired",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The expiration time of the attachment set has passed. The set expires 1 hour after it is created.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "AttachmentSetExpired",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AttachmentSetExpiredException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AttachmentSetExpiredException",
"variableName" : "attachmentSetExpiredException",
"variableType" : "AttachmentSetExpiredException",
"documentation" : null,
"simpleType" : "AttachmentSetExpiredException",
"variableSetterType" : "AttachmentSetExpiredException"
},
"wrapper" : false
},
"AttachmentSetIdNotFoundException" : {
"c2jName" : "AttachmentSetIdNotFound",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An attachment set with the specified ID could not be found.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "AttachmentSetIdNotFound",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AttachmentSetIdNotFoundException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AttachmentSetIdNotFoundException",
"variableName" : "attachmentSetIdNotFoundException",
"variableType" : "AttachmentSetIdNotFoundException",
"documentation" : null,
"simpleType" : "AttachmentSetIdNotFoundException",
"variableSetterType" : "AttachmentSetIdNotFoundException"
},
"wrapper" : false
},
"AttachmentSetSizeLimitExceededException" : {
"c2jName" : "AttachmentSetSizeLimitExceeded",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "A limit for the size of an attachment set has been exceeded. The limits are 3 attachments and 5 MB per attachment.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "AttachmentSetSizeLimitExceeded",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AttachmentSetSizeLimitExceededException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AttachmentSetSizeLimitExceededException",
"variableName" : "attachmentSetSizeLimitExceededException",
"variableType" : "AttachmentSetSizeLimitExceededException",
"documentation" : null,
"simpleType" : "AttachmentSetSizeLimitExceededException",
"variableSetterType" : "AttachmentSetSizeLimitExceededException"
},
"wrapper" : false
},
"CaseCreationLimitExceededException" : {
"c2jName" : "CaseCreationLimitExceeded",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The case creation limit for the account has been exceeded.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "CaseCreationLimitExceeded",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CaseCreationLimitExceededException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CaseCreationLimitExceededException",
"variableName" : "caseCreationLimitExceededException",
"variableType" : "CaseCreationLimitExceededException",
"documentation" : null,
"simpleType" : "CaseCreationLimitExceededException",
"variableSetterType" : "CaseCreationLimitExceededException"
},
"wrapper" : false
},
"CaseDetails" : {
"c2jName" : "CaseDetails",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "A JSON-formatted object that contains the metadata for a support case. It is contained the response from a DescribeCases request. CaseDetails contains the following fields:
-
caseId. The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47.
-
categoryCode. The category of problem for the AWS Support case. Corresponds to the CategoryCode values returned by a call to DescribeServices.
-
displayId. The identifier for the case on pages in the AWS Support Center.
-
language. The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
-
recentCommunications. One or more Communication objects. Fields of these objects are attachments
, body
, caseId
, submittedBy
, and timeCreated
.
-
nextToken. A resumption point for pagination.
-
serviceCode. The identifier for the AWS service that corresponds to the service code defined in the call to DescribeServices.
-
severityCode. The severity code assigned to the case. Contains one of the values returned by the call to DescribeSeverityLevels.
-
status. The status of the case in the AWS Support Center.
-
subject. The subject line of the case.
-
submittedBy. The email address of the account that submitted the case.
-
timeCreated. The time the case was created, in ISO-8601 format.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getCaseId",
"beanStyleSetterMethodName" : "setCaseId",
"c2jName" : "caseId",
"c2jShape" : "CaseId",
"defaultConsumerFluentSetterDocumentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #caseId(String)}.\n@param caseId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #caseId(String)",
"deprecated" : false,
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "caseId",
"fluentSetterDocumentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "caseId",
"getterDocumentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "caseId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "caseId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CaseId",
"sensitive" : false,
"setterDocumentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47",
"setterMethodName" : "setCaseId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "caseId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "caseId",
"variableType" : "String",
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDisplayId",
"beanStyleSetterMethodName" : "setDisplayId",
"c2jName" : "displayId",
"c2jShape" : "DisplayId",
"defaultConsumerFluentSetterDocumentation" : "The ID displayed for the case in the AWS Support Center. This is a numeric string.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #displayId(String)}.\n@param displayId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #displayId(String)",
"deprecated" : false,
"documentation" : "The ID displayed for the case in the AWS Support Center. This is a numeric string.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "displayId",
"fluentSetterDocumentation" : "The ID displayed for the case in the AWS Support Center. This is a numeric string.
\n@param displayId The ID displayed for the case in the AWS Support Center. This is a numeric string.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "displayId",
"getterDocumentation" : "The ID displayed for the case in the AWS Support Center. This is a numeric string.
\n@return The ID displayed for the case in the AWS Support Center. This is a numeric string.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "displayId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "displayId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DisplayId",
"sensitive" : false,
"setterDocumentation" : "The ID displayed for the case in the AWS Support Center. This is a numeric string.
\n@param displayId The ID displayed for the case in the AWS Support Center. This is a numeric string.",
"setterMethodName" : "setDisplayId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "displayId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "displayId",
"variableType" : "String",
"documentation" : "The ID displayed for the case in the AWS Support Center. This is a numeric string.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSubject",
"beanStyleSetterMethodName" : "setSubject",
"c2jName" : "subject",
"c2jShape" : "Subject",
"defaultConsumerFluentSetterDocumentation" : "The subject line for the case in the AWS Support Center.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subject(String)}.\n@param subject a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subject(String)",
"deprecated" : false,
"documentation" : "The subject line for the case in the AWS Support Center.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "subject",
"fluentSetterDocumentation" : "The subject line for the case in the AWS Support Center.
\n@param subject The subject line for the case in the AWS Support Center.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "subject",
"getterDocumentation" : "The subject line for the case in the AWS Support Center.
\n@return The subject line for the case in the AWS Support Center.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "subject",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "subject",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Subject",
"sensitive" : false,
"setterDocumentation" : "The subject line for the case in the AWS Support Center.
\n@param subject The subject line for the case in the AWS Support Center.",
"setterMethodName" : "setSubject",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "subject",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "subject",
"variableType" : "String",
"documentation" : "The subject line for the case in the AWS Support Center.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : "The status of the case.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"documentation" : "The status of the case.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "The status of the case.
\n@param status The status of the case.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the case.
\n@return The status of the case.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of the case.
\n@param status The status of the case.",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getServiceCode",
"beanStyleSetterMethodName" : "setServiceCode",
"c2jName" : "serviceCode",
"c2jShape" : "ServiceCode",
"defaultConsumerFluentSetterDocumentation" : "The code for the AWS service returned by the call to DescribeServices.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceCode(String)}.\n@param serviceCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceCode(String)",
"deprecated" : false,
"documentation" : "The code for the AWS service returned by the call to DescribeServices.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "serviceCode",
"fluentSetterDocumentation" : "The code for the AWS service returned by the call to DescribeServices.
\n@param serviceCode The code for the AWS service returned by the call to DescribeServices.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "serviceCode",
"getterDocumentation" : "The code for the AWS service returned by the call to DescribeServices.
\n@return The code for the AWS service returned by the call to DescribeServices.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "serviceCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "serviceCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ServiceCode",
"sensitive" : false,
"setterDocumentation" : "The code for the AWS service returned by the call to DescribeServices.
\n@param serviceCode The code for the AWS service returned by the call to DescribeServices.",
"setterMethodName" : "setServiceCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serviceCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serviceCode",
"variableType" : "String",
"documentation" : "The code for the AWS service returned by the call to DescribeServices.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCategoryCode",
"beanStyleSetterMethodName" : "setCategoryCode",
"c2jName" : "categoryCode",
"c2jShape" : "CategoryCode",
"defaultConsumerFluentSetterDocumentation" : "The category of problem for the AWS Support case.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #categoryCode(String)}.\n@param categoryCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #categoryCode(String)",
"deprecated" : false,
"documentation" : "The category of problem for the AWS Support case.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "categoryCode",
"fluentSetterDocumentation" : "The category of problem for the AWS Support case.
\n@param categoryCode The category of problem for the AWS Support case.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "categoryCode",
"getterDocumentation" : "The category of problem for the AWS Support case.
\n@return The category of problem for the AWS Support case.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "categoryCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "categoryCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CategoryCode",
"sensitive" : false,
"setterDocumentation" : "The category of problem for the AWS Support case.
\n@param categoryCode The category of problem for the AWS Support case.",
"setterMethodName" : "setCategoryCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "categoryCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "categoryCode",
"variableType" : "String",
"documentation" : "The category of problem for the AWS Support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSeverityCode",
"beanStyleSetterMethodName" : "setSeverityCode",
"c2jName" : "severityCode",
"c2jShape" : "SeverityCode",
"defaultConsumerFluentSetterDocumentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #severityCode(String)}.\n@param severityCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #severityCode(String)",
"deprecated" : false,
"documentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "severityCode",
"fluentSetterDocumentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
\n@param severityCode The code for the severity level returned by the call to DescribeSeverityLevels.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "severityCode",
"getterDocumentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
\n@return The code for the severity level returned by the call to DescribeSeverityLevels.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "severityCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "severityCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SeverityCode",
"sensitive" : false,
"setterDocumentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
\n@param severityCode The code for the severity level returned by the call to DescribeSeverityLevels.",
"setterMethodName" : "setSeverityCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "severityCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "severityCode",
"variableType" : "String",
"documentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSubmittedBy",
"beanStyleSetterMethodName" : "setSubmittedBy",
"c2jName" : "submittedBy",
"c2jShape" : "SubmittedBy",
"defaultConsumerFluentSetterDocumentation" : "The email address of the account that submitted the case.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #submittedBy(String)}.\n@param submittedBy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #submittedBy(String)",
"deprecated" : false,
"documentation" : "The email address of the account that submitted the case.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "submittedBy",
"fluentSetterDocumentation" : "The email address of the account that submitted the case.
\n@param submittedBy The email address of the account that submitted the case.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "submittedBy",
"getterDocumentation" : "The email address of the account that submitted the case.
\n@return The email address of the account that submitted the case.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "submittedBy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "submittedBy",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SubmittedBy",
"sensitive" : false,
"setterDocumentation" : "The email address of the account that submitted the case.
\n@param submittedBy The email address of the account that submitted the case.",
"setterMethodName" : "setSubmittedBy",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "submittedBy",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "submittedBy",
"variableType" : "String",
"documentation" : "The email address of the account that submitted the case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTimeCreated",
"beanStyleSetterMethodName" : "setTimeCreated",
"c2jName" : "timeCreated",
"c2jShape" : "TimeCreated",
"defaultConsumerFluentSetterDocumentation" : "The time that the case was case created in the AWS Support Center.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #timeCreated(String)}.\n@param timeCreated a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timeCreated(String)",
"deprecated" : false,
"documentation" : "The time that the case was case created in the AWS Support Center.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "timeCreated",
"fluentSetterDocumentation" : "The time that the case was case created in the AWS Support Center.
\n@param timeCreated The time that the case was case created in the AWS Support Center.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "timeCreated",
"getterDocumentation" : "The time that the case was case created in the AWS Support Center.
\n@return The time that the case was case created in the AWS Support Center.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "timeCreated",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "timeCreated",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TimeCreated",
"sensitive" : false,
"setterDocumentation" : "The time that the case was case created in the AWS Support Center.
\n@param timeCreated The time that the case was case created in the AWS Support Center.",
"setterMethodName" : "setTimeCreated",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "timeCreated",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "timeCreated",
"variableType" : "String",
"documentation" : "The time that the case was case created in the AWS Support Center.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRecentCommunications",
"beanStyleSetterMethodName" : "setRecentCommunications",
"c2jName" : "recentCommunications",
"c2jShape" : "RecentCaseCommunications",
"defaultConsumerFluentSetterDocumentation" : "The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.
\nThis is a convenience that creates an instance of the {@link RecentCaseCommunications.Builder} avoiding the need to create one manually via {@link RecentCaseCommunications#builder()}.\n\nWhen the {@link Consumer} completes, {@link RecentCaseCommunications.Builder#build()} is called immediately and its result is passed to {@link #recentCommunications(RecentCaseCommunications)}.\n@param recentCommunications a consumer that will call methods on {@link RecentCaseCommunications.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recentCommunications(RecentCaseCommunications)",
"deprecated" : false,
"documentation" : "The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "recentCommunications",
"fluentSetterDocumentation" : "The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.
\n@param recentCommunications The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "recentCommunications",
"getterDocumentation" : "The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.
\n@return The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.",
"getterModel" : {
"returnType" : "RecentCaseCommunications",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "recentCommunications",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "recentCommunications",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "RecentCommunications",
"sensitive" : false,
"setterDocumentation" : "The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.
\n@param recentCommunications The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.",
"setterMethodName" : "setRecentCommunications",
"setterModel" : {
"variableDeclarationType" : "RecentCaseCommunications",
"variableName" : "recentCommunications",
"variableType" : "RecentCaseCommunications",
"documentation" : null,
"simpleType" : "RecentCaseCommunications",
"variableSetterType" : "RecentCaseCommunications"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "RecentCaseCommunications",
"variableName" : "recentCommunications",
"variableType" : "RecentCaseCommunications",
"documentation" : "The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.
",
"simpleType" : "RecentCaseCommunications",
"variableSetterType" : "RecentCaseCommunications"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCcEmailAddresses",
"beanStyleSetterMethodName" : "setCcEmailAddresses",
"c2jName" : "ccEmailAddresses",
"c2jShape" : "CcEmailAddressList",
"defaultConsumerFluentSetterDocumentation" : "The email addresses that receive copies of communication about the case.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #ccEmailAddresses(List)}.\n@param ccEmailAddresses a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ccEmailAddresses(List)",
"deprecated" : false,
"documentation" : "The email addresses that receive copies of communication about the case.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ccEmailAddresses",
"fluentSetterDocumentation" : "The email addresses that receive copies of communication about the case.
\n@param ccEmailAddresses The email addresses that receive copies of communication about the case.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ccEmailAddresses",
"getterDocumentation" : "The email addresses that receive copies of communication about the case.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The email addresses that receive copies of communication about the case.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ccEmailAddresses",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ccEmailAddresses",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "CcEmailAddress",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "CcEmailAddresses",
"sensitive" : false,
"setterDocumentation" : "The email addresses that receive copies of communication about the case.
\n@param ccEmailAddresses The email addresses that receive copies of communication about the case.",
"setterMethodName" : "setCcEmailAddresses",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ccEmailAddresses",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ccEmailAddresses",
"variableType" : "java.util.List",
"documentation" : "The email addresses that receive copies of communication about the case.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLanguage",
"beanStyleSetterMethodName" : "setLanguage",
"c2jName" : "language",
"c2jShape" : "Language",
"defaultConsumerFluentSetterDocumentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #language(String)}.\n@param language a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #language(String)",
"deprecated" : false,
"documentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "language",
"fluentSetterDocumentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "language",
"getterDocumentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
\n@return The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "language",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "language",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Language",
"sensitive" : false,
"setterDocumentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.",
"setterMethodName" : "setLanguage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "language",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "language",
"variableType" : "String",
"documentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CaseId" : {
"beanStyleGetterMethodName" : "getCaseId",
"beanStyleSetterMethodName" : "setCaseId",
"c2jName" : "caseId",
"c2jShape" : "CaseId",
"defaultConsumerFluentSetterDocumentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #caseId(String)}.\n@param caseId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #caseId(String)",
"deprecated" : false,
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "caseId",
"fluentSetterDocumentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "caseId",
"getterDocumentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "caseId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "caseId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CaseId",
"sensitive" : false,
"setterDocumentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47",
"setterMethodName" : "setCaseId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "caseId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "caseId",
"variableType" : "String",
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CategoryCode" : {
"beanStyleGetterMethodName" : "getCategoryCode",
"beanStyleSetterMethodName" : "setCategoryCode",
"c2jName" : "categoryCode",
"c2jShape" : "CategoryCode",
"defaultConsumerFluentSetterDocumentation" : "The category of problem for the AWS Support case.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #categoryCode(String)}.\n@param categoryCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #categoryCode(String)",
"deprecated" : false,
"documentation" : "The category of problem for the AWS Support case.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "categoryCode",
"fluentSetterDocumentation" : "The category of problem for the AWS Support case.
\n@param categoryCode The category of problem for the AWS Support case.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "categoryCode",
"getterDocumentation" : "The category of problem for the AWS Support case.
\n@return The category of problem for the AWS Support case.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "categoryCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "categoryCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CategoryCode",
"sensitive" : false,
"setterDocumentation" : "The category of problem for the AWS Support case.
\n@param categoryCode The category of problem for the AWS Support case.",
"setterMethodName" : "setCategoryCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "categoryCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "categoryCode",
"variableType" : "String",
"documentation" : "The category of problem for the AWS Support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CcEmailAddresses" : {
"beanStyleGetterMethodName" : "getCcEmailAddresses",
"beanStyleSetterMethodName" : "setCcEmailAddresses",
"c2jName" : "ccEmailAddresses",
"c2jShape" : "CcEmailAddressList",
"defaultConsumerFluentSetterDocumentation" : "The email addresses that receive copies of communication about the case.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #ccEmailAddresses(List)}.\n@param ccEmailAddresses a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ccEmailAddresses(List)",
"deprecated" : false,
"documentation" : "The email addresses that receive copies of communication about the case.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ccEmailAddresses",
"fluentSetterDocumentation" : "The email addresses that receive copies of communication about the case.
\n@param ccEmailAddresses The email addresses that receive copies of communication about the case.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ccEmailAddresses",
"getterDocumentation" : "The email addresses that receive copies of communication about the case.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The email addresses that receive copies of communication about the case.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ccEmailAddresses",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ccEmailAddresses",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "CcEmailAddress",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "CcEmailAddresses",
"sensitive" : false,
"setterDocumentation" : "The email addresses that receive copies of communication about the case.
\n@param ccEmailAddresses The email addresses that receive copies of communication about the case.",
"setterMethodName" : "setCcEmailAddresses",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ccEmailAddresses",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ccEmailAddresses",
"variableType" : "java.util.List",
"documentation" : "The email addresses that receive copies of communication about the case.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"DisplayId" : {
"beanStyleGetterMethodName" : "getDisplayId",
"beanStyleSetterMethodName" : "setDisplayId",
"c2jName" : "displayId",
"c2jShape" : "DisplayId",
"defaultConsumerFluentSetterDocumentation" : "The ID displayed for the case in the AWS Support Center. This is a numeric string.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #displayId(String)}.\n@param displayId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #displayId(String)",
"deprecated" : false,
"documentation" : "The ID displayed for the case in the AWS Support Center. This is a numeric string.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "displayId",
"fluentSetterDocumentation" : "The ID displayed for the case in the AWS Support Center. This is a numeric string.
\n@param displayId The ID displayed for the case in the AWS Support Center. This is a numeric string.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "displayId",
"getterDocumentation" : "The ID displayed for the case in the AWS Support Center. This is a numeric string.
\n@return The ID displayed for the case in the AWS Support Center. This is a numeric string.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "displayId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "displayId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DisplayId",
"sensitive" : false,
"setterDocumentation" : "The ID displayed for the case in the AWS Support Center. This is a numeric string.
\n@param displayId The ID displayed for the case in the AWS Support Center. This is a numeric string.",
"setterMethodName" : "setDisplayId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "displayId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "displayId",
"variableType" : "String",
"documentation" : "The ID displayed for the case in the AWS Support Center. This is a numeric string.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Language" : {
"beanStyleGetterMethodName" : "getLanguage",
"beanStyleSetterMethodName" : "setLanguage",
"c2jName" : "language",
"c2jShape" : "Language",
"defaultConsumerFluentSetterDocumentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #language(String)}.\n@param language a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #language(String)",
"deprecated" : false,
"documentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "language",
"fluentSetterDocumentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "language",
"getterDocumentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
\n@return The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "language",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "language",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Language",
"sensitive" : false,
"setterDocumentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.",
"setterMethodName" : "setLanguage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "language",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "language",
"variableType" : "String",
"documentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RecentCommunications" : {
"beanStyleGetterMethodName" : "getRecentCommunications",
"beanStyleSetterMethodName" : "setRecentCommunications",
"c2jName" : "recentCommunications",
"c2jShape" : "RecentCaseCommunications",
"defaultConsumerFluentSetterDocumentation" : "The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.
\nThis is a convenience that creates an instance of the {@link RecentCaseCommunications.Builder} avoiding the need to create one manually via {@link RecentCaseCommunications#builder()}.\n\nWhen the {@link Consumer} completes, {@link RecentCaseCommunications.Builder#build()} is called immediately and its result is passed to {@link #recentCommunications(RecentCaseCommunications)}.\n@param recentCommunications a consumer that will call methods on {@link RecentCaseCommunications.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recentCommunications(RecentCaseCommunications)",
"deprecated" : false,
"documentation" : "The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "recentCommunications",
"fluentSetterDocumentation" : "The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.
\n@param recentCommunications The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "recentCommunications",
"getterDocumentation" : "The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.
\n@return The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.",
"getterModel" : {
"returnType" : "RecentCaseCommunications",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "recentCommunications",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "recentCommunications",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "RecentCommunications",
"sensitive" : false,
"setterDocumentation" : "The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.
\n@param recentCommunications The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.",
"setterMethodName" : "setRecentCommunications",
"setterModel" : {
"variableDeclarationType" : "RecentCaseCommunications",
"variableName" : "recentCommunications",
"variableType" : "RecentCaseCommunications",
"documentation" : null,
"simpleType" : "RecentCaseCommunications",
"variableSetterType" : "RecentCaseCommunications"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "RecentCaseCommunications",
"variableName" : "recentCommunications",
"variableType" : "RecentCaseCommunications",
"documentation" : "The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.
",
"simpleType" : "RecentCaseCommunications",
"variableSetterType" : "RecentCaseCommunications"
},
"xmlNameSpaceUri" : null
},
"ServiceCode" : {
"beanStyleGetterMethodName" : "getServiceCode",
"beanStyleSetterMethodName" : "setServiceCode",
"c2jName" : "serviceCode",
"c2jShape" : "ServiceCode",
"defaultConsumerFluentSetterDocumentation" : "The code for the AWS service returned by the call to DescribeServices.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceCode(String)}.\n@param serviceCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceCode(String)",
"deprecated" : false,
"documentation" : "The code for the AWS service returned by the call to DescribeServices.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "serviceCode",
"fluentSetterDocumentation" : "The code for the AWS service returned by the call to DescribeServices.
\n@param serviceCode The code for the AWS service returned by the call to DescribeServices.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "serviceCode",
"getterDocumentation" : "The code for the AWS service returned by the call to DescribeServices.
\n@return The code for the AWS service returned by the call to DescribeServices.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "serviceCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "serviceCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ServiceCode",
"sensitive" : false,
"setterDocumentation" : "The code for the AWS service returned by the call to DescribeServices.
\n@param serviceCode The code for the AWS service returned by the call to DescribeServices.",
"setterMethodName" : "setServiceCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serviceCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serviceCode",
"variableType" : "String",
"documentation" : "The code for the AWS service returned by the call to DescribeServices.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SeverityCode" : {
"beanStyleGetterMethodName" : "getSeverityCode",
"beanStyleSetterMethodName" : "setSeverityCode",
"c2jName" : "severityCode",
"c2jShape" : "SeverityCode",
"defaultConsumerFluentSetterDocumentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #severityCode(String)}.\n@param severityCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #severityCode(String)",
"deprecated" : false,
"documentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "severityCode",
"fluentSetterDocumentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
\n@param severityCode The code for the severity level returned by the call to DescribeSeverityLevels.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "severityCode",
"getterDocumentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
\n@return The code for the severity level returned by the call to DescribeSeverityLevels.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "severityCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "severityCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SeverityCode",
"sensitive" : false,
"setterDocumentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
\n@param severityCode The code for the severity level returned by the call to DescribeSeverityLevels.",
"setterMethodName" : "setSeverityCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "severityCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "severityCode",
"variableType" : "String",
"documentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Status" : {
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : "The status of the case.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"documentation" : "The status of the case.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "The status of the case.
\n@param status The status of the case.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the case.
\n@return The status of the case.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of the case.
\n@param status The status of the case.",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Subject" : {
"beanStyleGetterMethodName" : "getSubject",
"beanStyleSetterMethodName" : "setSubject",
"c2jName" : "subject",
"c2jShape" : "Subject",
"defaultConsumerFluentSetterDocumentation" : "The subject line for the case in the AWS Support Center.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subject(String)}.\n@param subject a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subject(String)",
"deprecated" : false,
"documentation" : "The subject line for the case in the AWS Support Center.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "subject",
"fluentSetterDocumentation" : "The subject line for the case in the AWS Support Center.
\n@param subject The subject line for the case in the AWS Support Center.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "subject",
"getterDocumentation" : "The subject line for the case in the AWS Support Center.
\n@return The subject line for the case in the AWS Support Center.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "subject",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "subject",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Subject",
"sensitive" : false,
"setterDocumentation" : "The subject line for the case in the AWS Support Center.
\n@param subject The subject line for the case in the AWS Support Center.",
"setterMethodName" : "setSubject",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "subject",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "subject",
"variableType" : "String",
"documentation" : "The subject line for the case in the AWS Support Center.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SubmittedBy" : {
"beanStyleGetterMethodName" : "getSubmittedBy",
"beanStyleSetterMethodName" : "setSubmittedBy",
"c2jName" : "submittedBy",
"c2jShape" : "SubmittedBy",
"defaultConsumerFluentSetterDocumentation" : "The email address of the account that submitted the case.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #submittedBy(String)}.\n@param submittedBy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #submittedBy(String)",
"deprecated" : false,
"documentation" : "The email address of the account that submitted the case.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "submittedBy",
"fluentSetterDocumentation" : "The email address of the account that submitted the case.
\n@param submittedBy The email address of the account that submitted the case.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "submittedBy",
"getterDocumentation" : "The email address of the account that submitted the case.
\n@return The email address of the account that submitted the case.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "submittedBy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "submittedBy",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SubmittedBy",
"sensitive" : false,
"setterDocumentation" : "The email address of the account that submitted the case.
\n@param submittedBy The email address of the account that submitted the case.",
"setterMethodName" : "setSubmittedBy",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "submittedBy",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "submittedBy",
"variableType" : "String",
"documentation" : "The email address of the account that submitted the case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"TimeCreated" : {
"beanStyleGetterMethodName" : "getTimeCreated",
"beanStyleSetterMethodName" : "setTimeCreated",
"c2jName" : "timeCreated",
"c2jShape" : "TimeCreated",
"defaultConsumerFluentSetterDocumentation" : "The time that the case was case created in the AWS Support Center.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #timeCreated(String)}.\n@param timeCreated a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timeCreated(String)",
"deprecated" : false,
"documentation" : "The time that the case was case created in the AWS Support Center.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "timeCreated",
"fluentSetterDocumentation" : "The time that the case was case created in the AWS Support Center.
\n@param timeCreated The time that the case was case created in the AWS Support Center.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "timeCreated",
"getterDocumentation" : "The time that the case was case created in the AWS Support Center.
\n@return The time that the case was case created in the AWS Support Center.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "timeCreated",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "timeCreated",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TimeCreated",
"sensitive" : false,
"setterDocumentation" : "The time that the case was case created in the AWS Support Center.
\n@param timeCreated The time that the case was case created in the AWS Support Center.",
"setterMethodName" : "setTimeCreated",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "timeCreated",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "timeCreated",
"variableType" : "String",
"documentation" : "The time that the case was case created in the AWS Support Center.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getCaseId",
"beanStyleSetterMethodName" : "setCaseId",
"c2jName" : "caseId",
"c2jShape" : "CaseId",
"defaultConsumerFluentSetterDocumentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #caseId(String)}.\n@param caseId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #caseId(String)",
"deprecated" : false,
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "caseId",
"fluentSetterDocumentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "caseId",
"getterDocumentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "caseId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "caseId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CaseId",
"sensitive" : false,
"setterDocumentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47",
"setterMethodName" : "setCaseId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "caseId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "caseId",
"variableType" : "String",
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDisplayId",
"beanStyleSetterMethodName" : "setDisplayId",
"c2jName" : "displayId",
"c2jShape" : "DisplayId",
"defaultConsumerFluentSetterDocumentation" : "The ID displayed for the case in the AWS Support Center. This is a numeric string.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #displayId(String)}.\n@param displayId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #displayId(String)",
"deprecated" : false,
"documentation" : "The ID displayed for the case in the AWS Support Center. This is a numeric string.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "displayId",
"fluentSetterDocumentation" : "The ID displayed for the case in the AWS Support Center. This is a numeric string.
\n@param displayId The ID displayed for the case in the AWS Support Center. This is a numeric string.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "displayId",
"getterDocumentation" : "The ID displayed for the case in the AWS Support Center. This is a numeric string.
\n@return The ID displayed for the case in the AWS Support Center. This is a numeric string.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "displayId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "displayId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DisplayId",
"sensitive" : false,
"setterDocumentation" : "The ID displayed for the case in the AWS Support Center. This is a numeric string.
\n@param displayId The ID displayed for the case in the AWS Support Center. This is a numeric string.",
"setterMethodName" : "setDisplayId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "displayId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "displayId",
"variableType" : "String",
"documentation" : "The ID displayed for the case in the AWS Support Center. This is a numeric string.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSubject",
"beanStyleSetterMethodName" : "setSubject",
"c2jName" : "subject",
"c2jShape" : "Subject",
"defaultConsumerFluentSetterDocumentation" : "The subject line for the case in the AWS Support Center.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subject(String)}.\n@param subject a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subject(String)",
"deprecated" : false,
"documentation" : "The subject line for the case in the AWS Support Center.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "subject",
"fluentSetterDocumentation" : "The subject line for the case in the AWS Support Center.
\n@param subject The subject line for the case in the AWS Support Center.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "subject",
"getterDocumentation" : "The subject line for the case in the AWS Support Center.
\n@return The subject line for the case in the AWS Support Center.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "subject",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "subject",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Subject",
"sensitive" : false,
"setterDocumentation" : "The subject line for the case in the AWS Support Center.
\n@param subject The subject line for the case in the AWS Support Center.",
"setterMethodName" : "setSubject",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "subject",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "subject",
"variableType" : "String",
"documentation" : "The subject line for the case in the AWS Support Center.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : "The status of the case.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"documentation" : "The status of the case.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "The status of the case.
\n@param status The status of the case.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the case.
\n@return The status of the case.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of the case.
\n@param status The status of the case.",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getServiceCode",
"beanStyleSetterMethodName" : "setServiceCode",
"c2jName" : "serviceCode",
"c2jShape" : "ServiceCode",
"defaultConsumerFluentSetterDocumentation" : "The code for the AWS service returned by the call to DescribeServices.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceCode(String)}.\n@param serviceCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceCode(String)",
"deprecated" : false,
"documentation" : "The code for the AWS service returned by the call to DescribeServices.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "serviceCode",
"fluentSetterDocumentation" : "The code for the AWS service returned by the call to DescribeServices.
\n@param serviceCode The code for the AWS service returned by the call to DescribeServices.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "serviceCode",
"getterDocumentation" : "The code for the AWS service returned by the call to DescribeServices.
\n@return The code for the AWS service returned by the call to DescribeServices.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "serviceCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "serviceCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ServiceCode",
"sensitive" : false,
"setterDocumentation" : "The code for the AWS service returned by the call to DescribeServices.
\n@param serviceCode The code for the AWS service returned by the call to DescribeServices.",
"setterMethodName" : "setServiceCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serviceCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serviceCode",
"variableType" : "String",
"documentation" : "The code for the AWS service returned by the call to DescribeServices.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCategoryCode",
"beanStyleSetterMethodName" : "setCategoryCode",
"c2jName" : "categoryCode",
"c2jShape" : "CategoryCode",
"defaultConsumerFluentSetterDocumentation" : "The category of problem for the AWS Support case.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #categoryCode(String)}.\n@param categoryCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #categoryCode(String)",
"deprecated" : false,
"documentation" : "The category of problem for the AWS Support case.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "categoryCode",
"fluentSetterDocumentation" : "The category of problem for the AWS Support case.
\n@param categoryCode The category of problem for the AWS Support case.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "categoryCode",
"getterDocumentation" : "The category of problem for the AWS Support case.
\n@return The category of problem for the AWS Support case.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "categoryCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "categoryCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CategoryCode",
"sensitive" : false,
"setterDocumentation" : "The category of problem for the AWS Support case.
\n@param categoryCode The category of problem for the AWS Support case.",
"setterMethodName" : "setCategoryCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "categoryCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "categoryCode",
"variableType" : "String",
"documentation" : "The category of problem for the AWS Support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSeverityCode",
"beanStyleSetterMethodName" : "setSeverityCode",
"c2jName" : "severityCode",
"c2jShape" : "SeverityCode",
"defaultConsumerFluentSetterDocumentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #severityCode(String)}.\n@param severityCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #severityCode(String)",
"deprecated" : false,
"documentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "severityCode",
"fluentSetterDocumentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
\n@param severityCode The code for the severity level returned by the call to DescribeSeverityLevels.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "severityCode",
"getterDocumentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
\n@return The code for the severity level returned by the call to DescribeSeverityLevels.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "severityCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "severityCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SeverityCode",
"sensitive" : false,
"setterDocumentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
\n@param severityCode The code for the severity level returned by the call to DescribeSeverityLevels.",
"setterMethodName" : "setSeverityCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "severityCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "severityCode",
"variableType" : "String",
"documentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSubmittedBy",
"beanStyleSetterMethodName" : "setSubmittedBy",
"c2jName" : "submittedBy",
"c2jShape" : "SubmittedBy",
"defaultConsumerFluentSetterDocumentation" : "The email address of the account that submitted the case.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #submittedBy(String)}.\n@param submittedBy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #submittedBy(String)",
"deprecated" : false,
"documentation" : "The email address of the account that submitted the case.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "submittedBy",
"fluentSetterDocumentation" : "The email address of the account that submitted the case.
\n@param submittedBy The email address of the account that submitted the case.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "submittedBy",
"getterDocumentation" : "The email address of the account that submitted the case.
\n@return The email address of the account that submitted the case.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "submittedBy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "submittedBy",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SubmittedBy",
"sensitive" : false,
"setterDocumentation" : "The email address of the account that submitted the case.
\n@param submittedBy The email address of the account that submitted the case.",
"setterMethodName" : "setSubmittedBy",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "submittedBy",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "submittedBy",
"variableType" : "String",
"documentation" : "The email address of the account that submitted the case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTimeCreated",
"beanStyleSetterMethodName" : "setTimeCreated",
"c2jName" : "timeCreated",
"c2jShape" : "TimeCreated",
"defaultConsumerFluentSetterDocumentation" : "The time that the case was case created in the AWS Support Center.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #timeCreated(String)}.\n@param timeCreated a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timeCreated(String)",
"deprecated" : false,
"documentation" : "The time that the case was case created in the AWS Support Center.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "timeCreated",
"fluentSetterDocumentation" : "The time that the case was case created in the AWS Support Center.
\n@param timeCreated The time that the case was case created in the AWS Support Center.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "timeCreated",
"getterDocumentation" : "The time that the case was case created in the AWS Support Center.
\n@return The time that the case was case created in the AWS Support Center.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "timeCreated",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "timeCreated",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TimeCreated",
"sensitive" : false,
"setterDocumentation" : "The time that the case was case created in the AWS Support Center.
\n@param timeCreated The time that the case was case created in the AWS Support Center.",
"setterMethodName" : "setTimeCreated",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "timeCreated",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "timeCreated",
"variableType" : "String",
"documentation" : "The time that the case was case created in the AWS Support Center.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRecentCommunications",
"beanStyleSetterMethodName" : "setRecentCommunications",
"c2jName" : "recentCommunications",
"c2jShape" : "RecentCaseCommunications",
"defaultConsumerFluentSetterDocumentation" : "The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.
\nThis is a convenience that creates an instance of the {@link RecentCaseCommunications.Builder} avoiding the need to create one manually via {@link RecentCaseCommunications#builder()}.\n\nWhen the {@link Consumer} completes, {@link RecentCaseCommunications.Builder#build()} is called immediately and its result is passed to {@link #recentCommunications(RecentCaseCommunications)}.\n@param recentCommunications a consumer that will call methods on {@link RecentCaseCommunications.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recentCommunications(RecentCaseCommunications)",
"deprecated" : false,
"documentation" : "The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "recentCommunications",
"fluentSetterDocumentation" : "The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.
\n@param recentCommunications The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "recentCommunications",
"getterDocumentation" : "The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.
\n@return The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.",
"getterModel" : {
"returnType" : "RecentCaseCommunications",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "recentCommunications",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "recentCommunications",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "RecentCommunications",
"sensitive" : false,
"setterDocumentation" : "The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.
\n@param recentCommunications The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.",
"setterMethodName" : "setRecentCommunications",
"setterModel" : {
"variableDeclarationType" : "RecentCaseCommunications",
"variableName" : "recentCommunications",
"variableType" : "RecentCaseCommunications",
"documentation" : null,
"simpleType" : "RecentCaseCommunications",
"variableSetterType" : "RecentCaseCommunications"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "RecentCaseCommunications",
"variableName" : "recentCommunications",
"variableType" : "RecentCaseCommunications",
"documentation" : "The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a nextToken
that you can use to retrieve earlier communications.
",
"simpleType" : "RecentCaseCommunications",
"variableSetterType" : "RecentCaseCommunications"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCcEmailAddresses",
"beanStyleSetterMethodName" : "setCcEmailAddresses",
"c2jName" : "ccEmailAddresses",
"c2jShape" : "CcEmailAddressList",
"defaultConsumerFluentSetterDocumentation" : "The email addresses that receive copies of communication about the case.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #ccEmailAddresses(List)}.\n@param ccEmailAddresses a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ccEmailAddresses(List)",
"deprecated" : false,
"documentation" : "The email addresses that receive copies of communication about the case.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ccEmailAddresses",
"fluentSetterDocumentation" : "The email addresses that receive copies of communication about the case.
\n@param ccEmailAddresses The email addresses that receive copies of communication about the case.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ccEmailAddresses",
"getterDocumentation" : "The email addresses that receive copies of communication about the case.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The email addresses that receive copies of communication about the case.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ccEmailAddresses",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ccEmailAddresses",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "CcEmailAddress",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "CcEmailAddresses",
"sensitive" : false,
"setterDocumentation" : "The email addresses that receive copies of communication about the case.
\n@param ccEmailAddresses The email addresses that receive copies of communication about the case.",
"setterMethodName" : "setCcEmailAddresses",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ccEmailAddresses",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ccEmailAddresses",
"variableType" : "java.util.List",
"documentation" : "The email addresses that receive copies of communication about the case.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLanguage",
"beanStyleSetterMethodName" : "setLanguage",
"c2jName" : "language",
"c2jShape" : "Language",
"defaultConsumerFluentSetterDocumentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #language(String)}.\n@param language a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #language(String)",
"deprecated" : false,
"documentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "language",
"fluentSetterDocumentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "language",
"getterDocumentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
\n@return The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "language",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "language",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Language",
"sensitive" : false,
"setterDocumentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.",
"setterMethodName" : "setLanguage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "language",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "language",
"variableType" : "String",
"documentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CaseDetails",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CaseDetails",
"variableName" : "caseDetails",
"variableType" : "CaseDetails",
"documentation" : null,
"simpleType" : "CaseDetails",
"variableSetterType" : "CaseDetails"
},
"wrapper" : false
},
"CaseIdNotFoundException" : {
"c2jName" : "CaseIdNotFound",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The requested caseId
could not be located.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "CaseIdNotFound",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CaseIdNotFoundException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CaseIdNotFoundException",
"variableName" : "caseIdNotFoundException",
"variableType" : "CaseIdNotFoundException",
"documentation" : null,
"simpleType" : "CaseIdNotFoundException",
"variableSetterType" : "CaseIdNotFoundException"
},
"wrapper" : false
},
"Category" : {
"c2jName" : "Category",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "A JSON-formatted name/value pair that represents the category name and category code of the problem, selected from the DescribeServices response for each AWS service.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getCode",
"beanStyleSetterMethodName" : "setCode",
"c2jName" : "code",
"c2jShape" : "CategoryCode",
"defaultConsumerFluentSetterDocumentation" : "The category code for the support case.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #code(String)}.\n@param code a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #code(String)",
"deprecated" : false,
"documentation" : "The category code for the support case.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "code",
"fluentSetterDocumentation" : "The category code for the support case.
\n@param code The category code for the support case.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "code",
"getterDocumentation" : "The category code for the support case.
\n@return The category code for the support case.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "code",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "code",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Code",
"sensitive" : false,
"setterDocumentation" : "The category code for the support case.
\n@param code The category code for the support case.",
"setterMethodName" : "setCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "code",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "code",
"variableType" : "String",
"documentation" : "The category code for the support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "CategoryName",
"defaultConsumerFluentSetterDocumentation" : "The category name for the support case.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The category name for the support case.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The category name for the support case.
\n@param name The category name for the support case.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The category name for the support case.
\n@return The category name for the support case.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The category name for the support case.
\n@param name The category name for the support case.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The category name for the support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Code" : {
"beanStyleGetterMethodName" : "getCode",
"beanStyleSetterMethodName" : "setCode",
"c2jName" : "code",
"c2jShape" : "CategoryCode",
"defaultConsumerFluentSetterDocumentation" : "The category code for the support case.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #code(String)}.\n@param code a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #code(String)",
"deprecated" : false,
"documentation" : "The category code for the support case.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "code",
"fluentSetterDocumentation" : "The category code for the support case.
\n@param code The category code for the support case.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "code",
"getterDocumentation" : "The category code for the support case.
\n@return The category code for the support case.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "code",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "code",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Code",
"sensitive" : false,
"setterDocumentation" : "The category code for the support case.
\n@param code The category code for the support case.",
"setterMethodName" : "setCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "code",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "code",
"variableType" : "String",
"documentation" : "The category code for the support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "CategoryName",
"defaultConsumerFluentSetterDocumentation" : "The category name for the support case.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The category name for the support case.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The category name for the support case.
\n@param name The category name for the support case.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The category name for the support case.
\n@return The category name for the support case.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The category name for the support case.
\n@param name The category name for the support case.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The category name for the support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getCode",
"beanStyleSetterMethodName" : "setCode",
"c2jName" : "code",
"c2jShape" : "CategoryCode",
"defaultConsumerFluentSetterDocumentation" : "The category code for the support case.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #code(String)}.\n@param code a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #code(String)",
"deprecated" : false,
"documentation" : "The category code for the support case.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "code",
"fluentSetterDocumentation" : "The category code for the support case.
\n@param code The category code for the support case.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "code",
"getterDocumentation" : "The category code for the support case.
\n@return The category code for the support case.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "code",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "code",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Code",
"sensitive" : false,
"setterDocumentation" : "The category code for the support case.
\n@param code The category code for the support case.",
"setterMethodName" : "setCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "code",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "code",
"variableType" : "String",
"documentation" : "The category code for the support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "CategoryName",
"defaultConsumerFluentSetterDocumentation" : "The category name for the support case.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The category name for the support case.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The category name for the support case.
\n@param name The category name for the support case.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The category name for the support case.
\n@return The category name for the support case.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The category name for the support case.
\n@param name The category name for the support case.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The category name for the support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Category",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Category",
"variableName" : "category",
"variableType" : "Category",
"documentation" : null,
"simpleType" : "Category",
"variableSetterType" : "Category"
},
"wrapper" : false
},
"Communication" : {
"c2jName" : "Communication",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "A communication associated with an AWS Support case. The communication consists of the case ID, the message body, attachment information, the account email address, and the date and time of the communication.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getCaseId",
"beanStyleSetterMethodName" : "setCaseId",
"c2jName" : "caseId",
"c2jShape" : "CaseId",
"defaultConsumerFluentSetterDocumentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #caseId(String)}.\n@param caseId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #caseId(String)",
"deprecated" : false,
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "caseId",
"fluentSetterDocumentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "caseId",
"getterDocumentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "caseId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "caseId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CaseId",
"sensitive" : false,
"setterDocumentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47",
"setterMethodName" : "setCaseId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "caseId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "caseId",
"variableType" : "String",
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getBody",
"beanStyleSetterMethodName" : "setBody",
"c2jName" : "body",
"c2jShape" : "CommunicationBody",
"defaultConsumerFluentSetterDocumentation" : "The text of the communication between the customer and AWS Support.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #body(String)}.\n@param body a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #body(String)",
"deprecated" : false,
"documentation" : "The text of the communication between the customer and AWS Support.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "body",
"fluentSetterDocumentation" : "The text of the communication between the customer and AWS Support.
\n@param body The text of the communication between the customer and AWS Support.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "body",
"getterDocumentation" : "The text of the communication between the customer and AWS Support.
\n@return The text of the communication between the customer and AWS Support.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "body",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "body",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Body",
"sensitive" : false,
"setterDocumentation" : "The text of the communication between the customer and AWS Support.
\n@param body The text of the communication between the customer and AWS Support.",
"setterMethodName" : "setBody",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "body",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "body",
"variableType" : "String",
"documentation" : "The text of the communication between the customer and AWS Support.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSubmittedBy",
"beanStyleSetterMethodName" : "setSubmittedBy",
"c2jName" : "submittedBy",
"c2jShape" : "SubmittedBy",
"defaultConsumerFluentSetterDocumentation" : "The email address of the account that submitted the AWS Support case.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #submittedBy(String)}.\n@param submittedBy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #submittedBy(String)",
"deprecated" : false,
"documentation" : "The email address of the account that submitted the AWS Support case.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "submittedBy",
"fluentSetterDocumentation" : "The email address of the account that submitted the AWS Support case.
\n@param submittedBy The email address of the account that submitted the AWS Support case.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "submittedBy",
"getterDocumentation" : "The email address of the account that submitted the AWS Support case.
\n@return The email address of the account that submitted the AWS Support case.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "submittedBy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "submittedBy",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SubmittedBy",
"sensitive" : false,
"setterDocumentation" : "The email address of the account that submitted the AWS Support case.
\n@param submittedBy The email address of the account that submitted the AWS Support case.",
"setterMethodName" : "setSubmittedBy",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "submittedBy",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "submittedBy",
"variableType" : "String",
"documentation" : "The email address of the account that submitted the AWS Support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTimeCreated",
"beanStyleSetterMethodName" : "setTimeCreated",
"c2jName" : "timeCreated",
"c2jShape" : "TimeCreated",
"defaultConsumerFluentSetterDocumentation" : "The time the communication was created.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #timeCreated(String)}.\n@param timeCreated a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timeCreated(String)",
"deprecated" : false,
"documentation" : "The time the communication was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "timeCreated",
"fluentSetterDocumentation" : "The time the communication was created.
\n@param timeCreated The time the communication was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "timeCreated",
"getterDocumentation" : "The time the communication was created.
\n@return The time the communication was created.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "timeCreated",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "timeCreated",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TimeCreated",
"sensitive" : false,
"setterDocumentation" : "The time the communication was created.
\n@param timeCreated The time the communication was created.",
"setterMethodName" : "setTimeCreated",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "timeCreated",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "timeCreated",
"variableType" : "String",
"documentation" : "The time the communication was created.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAttachmentSet",
"beanStyleSetterMethodName" : "setAttachmentSet",
"c2jName" : "attachmentSet",
"c2jShape" : "AttachmentSet",
"defaultConsumerFluentSetterDocumentation" : "Information about the attachments to the case communication.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #attachmentSet(List)}.\n@param attachmentSet a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachmentSet(List)",
"deprecated" : false,
"documentation" : "Information about the attachments to the case communication.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "attachmentSet",
"fluentSetterDocumentation" : "Information about the attachments to the case communication.
\n@param attachmentSet Information about the attachments to the case communication.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attachmentSet",
"getterDocumentation" : "Information about the attachments to the case communication.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Information about the attachments to the case communication.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "attachmentSet",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attachmentSet",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "AttachmentDetails",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttachmentDetails.Builder} avoiding the need to create one manually via {@link AttachmentDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttachmentDetails.Builder#build()} is called immediately and its result is passed to {@link #member(AttachmentDetails)}.\n@param member a consumer that will call methods on {@link AttachmentDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttachmentDetails)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "AttachmentDetails",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "AttachmentDetails",
"variableName" : "member",
"variableType" : "AttachmentDetails",
"documentation" : null,
"simpleType" : "AttachmentDetails",
"variableSetterType" : "AttachmentDetails"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AttachmentDetails",
"variableName" : "member",
"variableType" : "AttachmentDetails",
"documentation" : "",
"simpleType" : "AttachmentDetails",
"variableSetterType" : "AttachmentDetails"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "AttachmentDetails",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "AttachmentDetails",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "AttachmentSet",
"sensitive" : false,
"setterDocumentation" : "Information about the attachments to the case communication.
\n@param attachmentSet Information about the attachments to the case communication.",
"setterMethodName" : "setAttachmentSet",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "attachmentSet",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "attachmentSet",
"variableType" : "java.util.List",
"documentation" : "Information about the attachments to the case communication.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AttachmentSet" : {
"beanStyleGetterMethodName" : "getAttachmentSet",
"beanStyleSetterMethodName" : "setAttachmentSet",
"c2jName" : "attachmentSet",
"c2jShape" : "AttachmentSet",
"defaultConsumerFluentSetterDocumentation" : "Information about the attachments to the case communication.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #attachmentSet(List)}.\n@param attachmentSet a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachmentSet(List)",
"deprecated" : false,
"documentation" : "Information about the attachments to the case communication.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "attachmentSet",
"fluentSetterDocumentation" : "Information about the attachments to the case communication.
\n@param attachmentSet Information about the attachments to the case communication.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attachmentSet",
"getterDocumentation" : "Information about the attachments to the case communication.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Information about the attachments to the case communication.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "attachmentSet",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attachmentSet",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "AttachmentDetails",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttachmentDetails.Builder} avoiding the need to create one manually via {@link AttachmentDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttachmentDetails.Builder#build()} is called immediately and its result is passed to {@link #member(AttachmentDetails)}.\n@param member a consumer that will call methods on {@link AttachmentDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttachmentDetails)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "AttachmentDetails",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "AttachmentDetails",
"variableName" : "member",
"variableType" : "AttachmentDetails",
"documentation" : null,
"simpleType" : "AttachmentDetails",
"variableSetterType" : "AttachmentDetails"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AttachmentDetails",
"variableName" : "member",
"variableType" : "AttachmentDetails",
"documentation" : "",
"simpleType" : "AttachmentDetails",
"variableSetterType" : "AttachmentDetails"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "AttachmentDetails",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "AttachmentDetails",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "AttachmentSet",
"sensitive" : false,
"setterDocumentation" : "Information about the attachments to the case communication.
\n@param attachmentSet Information about the attachments to the case communication.",
"setterMethodName" : "setAttachmentSet",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "attachmentSet",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "attachmentSet",
"variableType" : "java.util.List",
"documentation" : "Information about the attachments to the case communication.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"Body" : {
"beanStyleGetterMethodName" : "getBody",
"beanStyleSetterMethodName" : "setBody",
"c2jName" : "body",
"c2jShape" : "CommunicationBody",
"defaultConsumerFluentSetterDocumentation" : "The text of the communication between the customer and AWS Support.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #body(String)}.\n@param body a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #body(String)",
"deprecated" : false,
"documentation" : "The text of the communication between the customer and AWS Support.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "body",
"fluentSetterDocumentation" : "The text of the communication between the customer and AWS Support.
\n@param body The text of the communication between the customer and AWS Support.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "body",
"getterDocumentation" : "The text of the communication between the customer and AWS Support.
\n@return The text of the communication between the customer and AWS Support.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "body",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "body",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Body",
"sensitive" : false,
"setterDocumentation" : "The text of the communication between the customer and AWS Support.
\n@param body The text of the communication between the customer and AWS Support.",
"setterMethodName" : "setBody",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "body",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "body",
"variableType" : "String",
"documentation" : "The text of the communication between the customer and AWS Support.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CaseId" : {
"beanStyleGetterMethodName" : "getCaseId",
"beanStyleSetterMethodName" : "setCaseId",
"c2jName" : "caseId",
"c2jShape" : "CaseId",
"defaultConsumerFluentSetterDocumentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #caseId(String)}.\n@param caseId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #caseId(String)",
"deprecated" : false,
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "caseId",
"fluentSetterDocumentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "caseId",
"getterDocumentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "caseId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "caseId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CaseId",
"sensitive" : false,
"setterDocumentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47",
"setterMethodName" : "setCaseId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "caseId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "caseId",
"variableType" : "String",
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SubmittedBy" : {
"beanStyleGetterMethodName" : "getSubmittedBy",
"beanStyleSetterMethodName" : "setSubmittedBy",
"c2jName" : "submittedBy",
"c2jShape" : "SubmittedBy",
"defaultConsumerFluentSetterDocumentation" : "The email address of the account that submitted the AWS Support case.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #submittedBy(String)}.\n@param submittedBy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #submittedBy(String)",
"deprecated" : false,
"documentation" : "The email address of the account that submitted the AWS Support case.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "submittedBy",
"fluentSetterDocumentation" : "The email address of the account that submitted the AWS Support case.
\n@param submittedBy The email address of the account that submitted the AWS Support case.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "submittedBy",
"getterDocumentation" : "The email address of the account that submitted the AWS Support case.
\n@return The email address of the account that submitted the AWS Support case.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "submittedBy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "submittedBy",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SubmittedBy",
"sensitive" : false,
"setterDocumentation" : "The email address of the account that submitted the AWS Support case.
\n@param submittedBy The email address of the account that submitted the AWS Support case.",
"setterMethodName" : "setSubmittedBy",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "submittedBy",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "submittedBy",
"variableType" : "String",
"documentation" : "The email address of the account that submitted the AWS Support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"TimeCreated" : {
"beanStyleGetterMethodName" : "getTimeCreated",
"beanStyleSetterMethodName" : "setTimeCreated",
"c2jName" : "timeCreated",
"c2jShape" : "TimeCreated",
"defaultConsumerFluentSetterDocumentation" : "The time the communication was created.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #timeCreated(String)}.\n@param timeCreated a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timeCreated(String)",
"deprecated" : false,
"documentation" : "The time the communication was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "timeCreated",
"fluentSetterDocumentation" : "The time the communication was created.
\n@param timeCreated The time the communication was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "timeCreated",
"getterDocumentation" : "The time the communication was created.
\n@return The time the communication was created.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "timeCreated",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "timeCreated",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TimeCreated",
"sensitive" : false,
"setterDocumentation" : "The time the communication was created.
\n@param timeCreated The time the communication was created.",
"setterMethodName" : "setTimeCreated",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "timeCreated",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "timeCreated",
"variableType" : "String",
"documentation" : "The time the communication was created.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getCaseId",
"beanStyleSetterMethodName" : "setCaseId",
"c2jName" : "caseId",
"c2jShape" : "CaseId",
"defaultConsumerFluentSetterDocumentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #caseId(String)}.\n@param caseId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #caseId(String)",
"deprecated" : false,
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "caseId",
"fluentSetterDocumentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "caseId",
"getterDocumentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@return The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "caseId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "caseId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CaseId",
"sensitive" : false,
"setterDocumentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
\n@param caseId The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47",
"setterMethodName" : "setCaseId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "caseId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "caseId",
"variableType" : "String",
"documentation" : "The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getBody",
"beanStyleSetterMethodName" : "setBody",
"c2jName" : "body",
"c2jShape" : "CommunicationBody",
"defaultConsumerFluentSetterDocumentation" : "The text of the communication between the customer and AWS Support.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #body(String)}.\n@param body a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #body(String)",
"deprecated" : false,
"documentation" : "The text of the communication between the customer and AWS Support.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "body",
"fluentSetterDocumentation" : "The text of the communication between the customer and AWS Support.
\n@param body The text of the communication between the customer and AWS Support.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "body",
"getterDocumentation" : "The text of the communication between the customer and AWS Support.
\n@return The text of the communication between the customer and AWS Support.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "body",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "body",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Body",
"sensitive" : false,
"setterDocumentation" : "The text of the communication between the customer and AWS Support.
\n@param body The text of the communication between the customer and AWS Support.",
"setterMethodName" : "setBody",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "body",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "body",
"variableType" : "String",
"documentation" : "The text of the communication between the customer and AWS Support.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSubmittedBy",
"beanStyleSetterMethodName" : "setSubmittedBy",
"c2jName" : "submittedBy",
"c2jShape" : "SubmittedBy",
"defaultConsumerFluentSetterDocumentation" : "The email address of the account that submitted the AWS Support case.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #submittedBy(String)}.\n@param submittedBy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #submittedBy(String)",
"deprecated" : false,
"documentation" : "The email address of the account that submitted the AWS Support case.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "submittedBy",
"fluentSetterDocumentation" : "The email address of the account that submitted the AWS Support case.
\n@param submittedBy The email address of the account that submitted the AWS Support case.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "submittedBy",
"getterDocumentation" : "The email address of the account that submitted the AWS Support case.
\n@return The email address of the account that submitted the AWS Support case.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "submittedBy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "submittedBy",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SubmittedBy",
"sensitive" : false,
"setterDocumentation" : "The email address of the account that submitted the AWS Support case.
\n@param submittedBy The email address of the account that submitted the AWS Support case.",
"setterMethodName" : "setSubmittedBy",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "submittedBy",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "submittedBy",
"variableType" : "String",
"documentation" : "The email address of the account that submitted the AWS Support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTimeCreated",
"beanStyleSetterMethodName" : "setTimeCreated",
"c2jName" : "timeCreated",
"c2jShape" : "TimeCreated",
"defaultConsumerFluentSetterDocumentation" : "The time the communication was created.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #timeCreated(String)}.\n@param timeCreated a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timeCreated(String)",
"deprecated" : false,
"documentation" : "The time the communication was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "timeCreated",
"fluentSetterDocumentation" : "The time the communication was created.
\n@param timeCreated The time the communication was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "timeCreated",
"getterDocumentation" : "The time the communication was created.
\n@return The time the communication was created.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "timeCreated",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "timeCreated",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TimeCreated",
"sensitive" : false,
"setterDocumentation" : "The time the communication was created.
\n@param timeCreated The time the communication was created.",
"setterMethodName" : "setTimeCreated",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "timeCreated",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "timeCreated",
"variableType" : "String",
"documentation" : "The time the communication was created.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAttachmentSet",
"beanStyleSetterMethodName" : "setAttachmentSet",
"c2jName" : "attachmentSet",
"c2jShape" : "AttachmentSet",
"defaultConsumerFluentSetterDocumentation" : "Information about the attachments to the case communication.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #attachmentSet(List)}.\n@param attachmentSet a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachmentSet(List)",
"deprecated" : false,
"documentation" : "Information about the attachments to the case communication.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "attachmentSet",
"fluentSetterDocumentation" : "Information about the attachments to the case communication.
\n@param attachmentSet Information about the attachments to the case communication.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attachmentSet",
"getterDocumentation" : "Information about the attachments to the case communication.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Information about the attachments to the case communication.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "attachmentSet",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attachmentSet",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "AttachmentDetails",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link AttachmentDetails.Builder} avoiding the need to create one manually via {@link AttachmentDetails#builder()}.\n\nWhen the {@link Consumer} completes, {@link AttachmentDetails.Builder#build()} is called immediately and its result is passed to {@link #member(AttachmentDetails)}.\n@param member a consumer that will call methods on {@link AttachmentDetails.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(AttachmentDetails)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "AttachmentDetails",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "AttachmentDetails",
"variableName" : "member",
"variableType" : "AttachmentDetails",
"documentation" : null,
"simpleType" : "AttachmentDetails",
"variableSetterType" : "AttachmentDetails"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AttachmentDetails",
"variableName" : "member",
"variableType" : "AttachmentDetails",
"documentation" : "",
"simpleType" : "AttachmentDetails",
"variableSetterType" : "AttachmentDetails"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "AttachmentDetails",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "AttachmentDetails",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "AttachmentSet",
"sensitive" : false,
"setterDocumentation" : "Information about the attachments to the case communication.
\n@param attachmentSet Information about the attachments to the case communication.",
"setterMethodName" : "setAttachmentSet",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "attachmentSet",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "attachmentSet",
"variableType" : "java.util.List",
"documentation" : "Information about the attachments to the case communication.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Communication",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Communication",
"variableName" : "communication",
"variableType" : "Communication",
"documentation" : null,
"simpleType" : "Communication",
"variableSetterType" : "Communication"
},
"wrapper" : false
},
"CreateCaseRequest" : {
"c2jName" : "CreateCaseRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CreateCase",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSSupport_20130415.CreateCase",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getSubject",
"beanStyleSetterMethodName" : "setSubject",
"c2jName" : "subject",
"c2jShape" : "Subject",
"defaultConsumerFluentSetterDocumentation" : "The title of the AWS Support case.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subject(String)}.\n@param subject a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subject(String)",
"deprecated" : false,
"documentation" : "The title of the AWS Support case.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "subject",
"fluentSetterDocumentation" : "The title of the AWS Support case.
\n@param subject The title of the AWS Support case.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "subject",
"getterDocumentation" : "The title of the AWS Support case.
\n@return The title of the AWS Support case.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "subject",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "subject",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Subject",
"sensitive" : false,
"setterDocumentation" : "The title of the AWS Support case.
\n@param subject The title of the AWS Support case.",
"setterMethodName" : "setSubject",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "subject",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "subject",
"variableType" : "String",
"documentation" : "The title of the AWS Support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getServiceCode",
"beanStyleSetterMethodName" : "setServiceCode",
"c2jName" : "serviceCode",
"c2jShape" : "ServiceCode",
"defaultConsumerFluentSetterDocumentation" : "The code for the AWS service returned by the call to DescribeServices.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceCode(String)}.\n@param serviceCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceCode(String)",
"deprecated" : false,
"documentation" : "The code for the AWS service returned by the call to DescribeServices.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "serviceCode",
"fluentSetterDocumentation" : "The code for the AWS service returned by the call to DescribeServices.
\n@param serviceCode The code for the AWS service returned by the call to DescribeServices.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "serviceCode",
"getterDocumentation" : "The code for the AWS service returned by the call to DescribeServices.
\n@return The code for the AWS service returned by the call to DescribeServices.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "serviceCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "serviceCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ServiceCode",
"sensitive" : false,
"setterDocumentation" : "The code for the AWS service returned by the call to DescribeServices.
\n@param serviceCode The code for the AWS service returned by the call to DescribeServices.",
"setterMethodName" : "setServiceCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serviceCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serviceCode",
"variableType" : "String",
"documentation" : "The code for the AWS service returned by the call to DescribeServices.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSeverityCode",
"beanStyleSetterMethodName" : "setSeverityCode",
"c2jName" : "severityCode",
"c2jShape" : "SeverityCode",
"defaultConsumerFluentSetterDocumentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #severityCode(String)}.\n@param severityCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #severityCode(String)",
"deprecated" : false,
"documentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "severityCode",
"fluentSetterDocumentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
\n@param severityCode The code for the severity level returned by the call to DescribeSeverityLevels. The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "severityCode",
"getterDocumentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
\n@return The code for the severity level returned by the call to DescribeSeverityLevels. The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "severityCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "severityCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SeverityCode",
"sensitive" : false,
"setterDocumentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
\n@param severityCode The code for the severity level returned by the call to DescribeSeverityLevels. The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
",
"setterMethodName" : "setSeverityCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "severityCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "severityCode",
"variableType" : "String",
"documentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCategoryCode",
"beanStyleSetterMethodName" : "setCategoryCode",
"c2jName" : "categoryCode",
"c2jShape" : "CategoryCode",
"defaultConsumerFluentSetterDocumentation" : "The category of problem for the AWS Support case.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #categoryCode(String)}.\n@param categoryCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #categoryCode(String)",
"deprecated" : false,
"documentation" : "The category of problem for the AWS Support case.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "categoryCode",
"fluentSetterDocumentation" : "The category of problem for the AWS Support case.
\n@param categoryCode The category of problem for the AWS Support case.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "categoryCode",
"getterDocumentation" : "The category of problem for the AWS Support case.
\n@return The category of problem for the AWS Support case.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "categoryCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "categoryCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CategoryCode",
"sensitive" : false,
"setterDocumentation" : "The category of problem for the AWS Support case.
\n@param categoryCode The category of problem for the AWS Support case.",
"setterMethodName" : "setCategoryCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "categoryCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "categoryCode",
"variableType" : "String",
"documentation" : "The category of problem for the AWS Support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCommunicationBody",
"beanStyleSetterMethodName" : "setCommunicationBody",
"c2jName" : "communicationBody",
"c2jShape" : "CommunicationBody",
"defaultConsumerFluentSetterDocumentation" : "The communication body text when you create an AWS Support case by calling CreateCase.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #communicationBody(String)}.\n@param communicationBody a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #communicationBody(String)",
"deprecated" : false,
"documentation" : "The communication body text when you create an AWS Support case by calling CreateCase.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "communicationBody",
"fluentSetterDocumentation" : "The communication body text when you create an AWS Support case by calling CreateCase.
\n@param communicationBody The communication body text when you create an AWS Support case by calling CreateCase.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "communicationBody",
"getterDocumentation" : "The communication body text when you create an AWS Support case by calling CreateCase.
\n@return The communication body text when you create an AWS Support case by calling CreateCase.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "communicationBody",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "communicationBody",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CommunicationBody",
"sensitive" : false,
"setterDocumentation" : "The communication body text when you create an AWS Support case by calling CreateCase.
\n@param communicationBody The communication body text when you create an AWS Support case by calling CreateCase.",
"setterMethodName" : "setCommunicationBody",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "communicationBody",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "communicationBody",
"variableType" : "String",
"documentation" : "The communication body text when you create an AWS Support case by calling CreateCase.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCcEmailAddresses",
"beanStyleSetterMethodName" : "setCcEmailAddresses",
"c2jName" : "ccEmailAddresses",
"c2jShape" : "CcEmailAddressList",
"defaultConsumerFluentSetterDocumentation" : "A list of email addresses that AWS Support copies on case correspondence.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #ccEmailAddresses(List)}.\n@param ccEmailAddresses a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ccEmailAddresses(List)",
"deprecated" : false,
"documentation" : "A list of email addresses that AWS Support copies on case correspondence.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ccEmailAddresses",
"fluentSetterDocumentation" : "A list of email addresses that AWS Support copies on case correspondence.
\n@param ccEmailAddresses A list of email addresses that AWS Support copies on case correspondence.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ccEmailAddresses",
"getterDocumentation" : "A list of email addresses that AWS Support copies on case correspondence.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of email addresses that AWS Support copies on case correspondence.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ccEmailAddresses",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ccEmailAddresses",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "CcEmailAddress",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "CcEmailAddresses",
"sensitive" : false,
"setterDocumentation" : "A list of email addresses that AWS Support copies on case correspondence.
\n@param ccEmailAddresses A list of email addresses that AWS Support copies on case correspondence.",
"setterMethodName" : "setCcEmailAddresses",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ccEmailAddresses",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ccEmailAddresses",
"variableType" : "java.util.List",
"documentation" : "A list of email addresses that AWS Support copies on case correspondence.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLanguage",
"beanStyleSetterMethodName" : "setLanguage",
"c2jName" : "language",
"c2jShape" : "Language",
"defaultConsumerFluentSetterDocumentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #language(String)}.\n@param language a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #language(String)",
"deprecated" : false,
"documentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "language",
"fluentSetterDocumentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "language",
"getterDocumentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
\n@return The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "language",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "language",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Language",
"sensitive" : false,
"setterDocumentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.",
"setterMethodName" : "setLanguage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "language",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "language",
"variableType" : "String",
"documentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getIssueType",
"beanStyleSetterMethodName" : "setIssueType",
"c2jName" : "issueType",
"c2jShape" : "IssueType",
"defaultConsumerFluentSetterDocumentation" : "The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #issueType(String)}.\n@param issueType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #issueType(String)",
"deprecated" : false,
"documentation" : "The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "issueType",
"fluentSetterDocumentation" : "The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"
\n@param issueType The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "issueType",
"getterDocumentation" : "The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"
\n@return The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "issueType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "issueType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "IssueType",
"sensitive" : false,
"setterDocumentation" : "The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"
\n@param issueType The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"",
"setterMethodName" : "setIssueType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "issueType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "issueType",
"variableType" : "String",
"documentation" : "The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAttachmentSetId",
"beanStyleSetterMethodName" : "setAttachmentSetId",
"c2jName" : "attachmentSetId",
"c2jShape" : "AttachmentSetId",
"defaultConsumerFluentSetterDocumentation" : "The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attachmentSetId(String)}.\n@param attachmentSetId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachmentSetId(String)",
"deprecated" : false,
"documentation" : "The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "attachmentSetId",
"fluentSetterDocumentation" : "The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.
\n@param attachmentSetId The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attachmentSetId",
"getterDocumentation" : "The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.
\n@return The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "attachmentSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attachmentSetId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AttachmentSetId",
"sensitive" : false,
"setterDocumentation" : "The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.
\n@param attachmentSetId The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.",
"setterMethodName" : "setAttachmentSetId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentSetId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentSetId",
"variableType" : "String",
"documentation" : "The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AttachmentSetId" : {
"beanStyleGetterMethodName" : "getAttachmentSetId",
"beanStyleSetterMethodName" : "setAttachmentSetId",
"c2jName" : "attachmentSetId",
"c2jShape" : "AttachmentSetId",
"defaultConsumerFluentSetterDocumentation" : "The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #attachmentSetId(String)}.\n@param attachmentSetId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attachmentSetId(String)",
"deprecated" : false,
"documentation" : "The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "attachmentSetId",
"fluentSetterDocumentation" : "The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.
\n@param attachmentSetId The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attachmentSetId",
"getterDocumentation" : "The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.
\n@return The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "attachmentSetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "attachmentSetId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AttachmentSetId",
"sensitive" : false,
"setterDocumentation" : "The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.
\n@param attachmentSetId The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.",
"setterMethodName" : "setAttachmentSetId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentSetId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "attachmentSetId",
"variableType" : "String",
"documentation" : "The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CategoryCode" : {
"beanStyleGetterMethodName" : "getCategoryCode",
"beanStyleSetterMethodName" : "setCategoryCode",
"c2jName" : "categoryCode",
"c2jShape" : "CategoryCode",
"defaultConsumerFluentSetterDocumentation" : "The category of problem for the AWS Support case.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #categoryCode(String)}.\n@param categoryCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #categoryCode(String)",
"deprecated" : false,
"documentation" : "The category of problem for the AWS Support case.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "categoryCode",
"fluentSetterDocumentation" : "The category of problem for the AWS Support case.
\n@param categoryCode The category of problem for the AWS Support case.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "categoryCode",
"getterDocumentation" : "The category of problem for the AWS Support case.
\n@return The category of problem for the AWS Support case.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "categoryCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "categoryCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CategoryCode",
"sensitive" : false,
"setterDocumentation" : "The category of problem for the AWS Support case.
\n@param categoryCode The category of problem for the AWS Support case.",
"setterMethodName" : "setCategoryCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "categoryCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "categoryCode",
"variableType" : "String",
"documentation" : "The category of problem for the AWS Support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CcEmailAddresses" : {
"beanStyleGetterMethodName" : "getCcEmailAddresses",
"beanStyleSetterMethodName" : "setCcEmailAddresses",
"c2jName" : "ccEmailAddresses",
"c2jShape" : "CcEmailAddressList",
"defaultConsumerFluentSetterDocumentation" : "A list of email addresses that AWS Support copies on case correspondence.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #ccEmailAddresses(List)}.\n@param ccEmailAddresses a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ccEmailAddresses(List)",
"deprecated" : false,
"documentation" : "A list of email addresses that AWS Support copies on case correspondence.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ccEmailAddresses",
"fluentSetterDocumentation" : "A list of email addresses that AWS Support copies on case correspondence.
\n@param ccEmailAddresses A list of email addresses that AWS Support copies on case correspondence.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ccEmailAddresses",
"getterDocumentation" : "A list of email addresses that AWS Support copies on case correspondence.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of email addresses that AWS Support copies on case correspondence.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ccEmailAddresses",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ccEmailAddresses",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "CcEmailAddress",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "CcEmailAddresses",
"sensitive" : false,
"setterDocumentation" : "A list of email addresses that AWS Support copies on case correspondence.
\n@param ccEmailAddresses A list of email addresses that AWS Support copies on case correspondence.",
"setterMethodName" : "setCcEmailAddresses",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ccEmailAddresses",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ccEmailAddresses",
"variableType" : "java.util.List",
"documentation" : "A list of email addresses that AWS Support copies on case correspondence.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"CommunicationBody" : {
"beanStyleGetterMethodName" : "getCommunicationBody",
"beanStyleSetterMethodName" : "setCommunicationBody",
"c2jName" : "communicationBody",
"c2jShape" : "CommunicationBody",
"defaultConsumerFluentSetterDocumentation" : "The communication body text when you create an AWS Support case by calling CreateCase.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #communicationBody(String)}.\n@param communicationBody a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #communicationBody(String)",
"deprecated" : false,
"documentation" : "The communication body text when you create an AWS Support case by calling CreateCase.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "communicationBody",
"fluentSetterDocumentation" : "The communication body text when you create an AWS Support case by calling CreateCase.
\n@param communicationBody The communication body text when you create an AWS Support case by calling CreateCase.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "communicationBody",
"getterDocumentation" : "The communication body text when you create an AWS Support case by calling CreateCase.
\n@return The communication body text when you create an AWS Support case by calling CreateCase.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "communicationBody",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "communicationBody",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CommunicationBody",
"sensitive" : false,
"setterDocumentation" : "The communication body text when you create an AWS Support case by calling CreateCase.
\n@param communicationBody The communication body text when you create an AWS Support case by calling CreateCase.",
"setterMethodName" : "setCommunicationBody",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "communicationBody",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "communicationBody",
"variableType" : "String",
"documentation" : "The communication body text when you create an AWS Support case by calling CreateCase.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"IssueType" : {
"beanStyleGetterMethodName" : "getIssueType",
"beanStyleSetterMethodName" : "setIssueType",
"c2jName" : "issueType",
"c2jShape" : "IssueType",
"defaultConsumerFluentSetterDocumentation" : "The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #issueType(String)}.\n@param issueType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #issueType(String)",
"deprecated" : false,
"documentation" : "The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "issueType",
"fluentSetterDocumentation" : "The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"
\n@param issueType The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "issueType",
"getterDocumentation" : "The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"
\n@return The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "issueType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "issueType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "IssueType",
"sensitive" : false,
"setterDocumentation" : "The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"
\n@param issueType The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"",
"setterMethodName" : "setIssueType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "issueType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "issueType",
"variableType" : "String",
"documentation" : "The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Language" : {
"beanStyleGetterMethodName" : "getLanguage",
"beanStyleSetterMethodName" : "setLanguage",
"c2jName" : "language",
"c2jShape" : "Language",
"defaultConsumerFluentSetterDocumentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #language(String)}.\n@param language a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #language(String)",
"deprecated" : false,
"documentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "language",
"fluentSetterDocumentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "language",
"getterDocumentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
\n@return The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "language",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "language",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Language",
"sensitive" : false,
"setterDocumentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
\n@param language The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.",
"setterMethodName" : "setLanguage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "language",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "language",
"variableType" : "String",
"documentation" : "The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ServiceCode" : {
"beanStyleGetterMethodName" : "getServiceCode",
"beanStyleSetterMethodName" : "setServiceCode",
"c2jName" : "serviceCode",
"c2jShape" : "ServiceCode",
"defaultConsumerFluentSetterDocumentation" : "The code for the AWS service returned by the call to DescribeServices.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceCode(String)}.\n@param serviceCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceCode(String)",
"deprecated" : false,
"documentation" : "The code for the AWS service returned by the call to DescribeServices.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "serviceCode",
"fluentSetterDocumentation" : "The code for the AWS service returned by the call to DescribeServices.
\n@param serviceCode The code for the AWS service returned by the call to DescribeServices.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "serviceCode",
"getterDocumentation" : "The code for the AWS service returned by the call to DescribeServices.
\n@return The code for the AWS service returned by the call to DescribeServices.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "serviceCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "serviceCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ServiceCode",
"sensitive" : false,
"setterDocumentation" : "The code for the AWS service returned by the call to DescribeServices.
\n@param serviceCode The code for the AWS service returned by the call to DescribeServices.",
"setterMethodName" : "setServiceCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serviceCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serviceCode",
"variableType" : "String",
"documentation" : "The code for the AWS service returned by the call to DescribeServices.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SeverityCode" : {
"beanStyleGetterMethodName" : "getSeverityCode",
"beanStyleSetterMethodName" : "setSeverityCode",
"c2jName" : "severityCode",
"c2jShape" : "SeverityCode",
"defaultConsumerFluentSetterDocumentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #severityCode(String)}.\n@param severityCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #severityCode(String)",
"deprecated" : false,
"documentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "severityCode",
"fluentSetterDocumentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
\n@param severityCode The code for the severity level returned by the call to DescribeSeverityLevels. The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "severityCode",
"getterDocumentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
\n@return The code for the severity level returned by the call to DescribeSeverityLevels. The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "severityCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "severityCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SeverityCode",
"sensitive" : false,
"setterDocumentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
\n@param severityCode The code for the severity level returned by the call to DescribeSeverityLevels. The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
",
"setterMethodName" : "setSeverityCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "severityCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "severityCode",
"variableType" : "String",
"documentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Subject" : {
"beanStyleGetterMethodName" : "getSubject",
"beanStyleSetterMethodName" : "setSubject",
"c2jName" : "subject",
"c2jShape" : "Subject",
"defaultConsumerFluentSetterDocumentation" : "The title of the AWS Support case.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subject(String)}.\n@param subject a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subject(String)",
"deprecated" : false,
"documentation" : "The title of the AWS Support case.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "subject",
"fluentSetterDocumentation" : "The title of the AWS Support case.
\n@param subject The title of the AWS Support case.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "subject",
"getterDocumentation" : "The title of the AWS Support case.
\n@return The title of the AWS Support case.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "subject",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "subject",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Subject",
"sensitive" : false,
"setterDocumentation" : "The title of the AWS Support case.
\n@param subject The title of the AWS Support case.",
"setterMethodName" : "setSubject",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "subject",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "subject",
"variableType" : "String",
"documentation" : "The title of the AWS Support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getSubject",
"beanStyleSetterMethodName" : "setSubject",
"c2jName" : "subject",
"c2jShape" : "Subject",
"defaultConsumerFluentSetterDocumentation" : "The title of the AWS Support case.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subject(String)}.\n@param subject a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subject(String)",
"deprecated" : false,
"documentation" : "The title of the AWS Support case.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "subject",
"fluentSetterDocumentation" : "The title of the AWS Support case.
\n@param subject The title of the AWS Support case.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "subject",
"getterDocumentation" : "The title of the AWS Support case.
\n@return The title of the AWS Support case.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "subject",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "subject",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Subject",
"sensitive" : false,
"setterDocumentation" : "The title of the AWS Support case.
\n@param subject The title of the AWS Support case.",
"setterMethodName" : "setSubject",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "subject",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "subject",
"variableType" : "String",
"documentation" : "The title of the AWS Support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getServiceCode",
"beanStyleSetterMethodName" : "setServiceCode",
"c2jName" : "serviceCode",
"c2jShape" : "ServiceCode",
"defaultConsumerFluentSetterDocumentation" : "The code for the AWS service returned by the call to DescribeServices.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serviceCode(String)}.\n@param serviceCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serviceCode(String)",
"deprecated" : false,
"documentation" : "The code for the AWS service returned by the call to DescribeServices.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "serviceCode",
"fluentSetterDocumentation" : "The code for the AWS service returned by the call to DescribeServices.
\n@param serviceCode The code for the AWS service returned by the call to DescribeServices.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "serviceCode",
"getterDocumentation" : "The code for the AWS service returned by the call to DescribeServices.
\n@return The code for the AWS service returned by the call to DescribeServices.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "serviceCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "serviceCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ServiceCode",
"sensitive" : false,
"setterDocumentation" : "The code for the AWS service returned by the call to DescribeServices.
\n@param serviceCode The code for the AWS service returned by the call to DescribeServices.",
"setterMethodName" : "setServiceCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serviceCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serviceCode",
"variableType" : "String",
"documentation" : "The code for the AWS service returned by the call to DescribeServices.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSeverityCode",
"beanStyleSetterMethodName" : "setSeverityCode",
"c2jName" : "severityCode",
"c2jShape" : "SeverityCode",
"defaultConsumerFluentSetterDocumentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #severityCode(String)}.\n@param severityCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #severityCode(String)",
"deprecated" : false,
"documentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "severityCode",
"fluentSetterDocumentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
\n@param severityCode The code for the severity level returned by the call to DescribeSeverityLevels. The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "severityCode",
"getterDocumentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
\n@return The code for the severity level returned by the call to DescribeSeverityLevels. The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "severityCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "severityCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SeverityCode",
"sensitive" : false,
"setterDocumentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
\n@param severityCode The code for the severity level returned by the call to DescribeSeverityLevels. The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
",
"setterMethodName" : "setSeverityCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "severityCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "severityCode",
"variableType" : "String",
"documentation" : "The code for the severity level returned by the call to DescribeSeverityLevels.
The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCategoryCode",
"beanStyleSetterMethodName" : "setCategoryCode",
"c2jName" : "categoryCode",
"c2jShape" : "CategoryCode",
"defaultConsumerFluentSetterDocumentation" : "The category of problem for the AWS Support case.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #categoryCode(String)}.\n@param categoryCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #categoryCode(String)",
"deprecated" : false,
"documentation" : "The category of problem for the AWS Support case.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "categoryCode",
"fluentSetterDocumentation" : "The category of problem for the AWS Support case.
\n@param categoryCode The category of problem for the AWS Support case.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "categoryCode",
"getterDocumentation" : "The category of problem for the AWS Support case.
\n@return The category of problem for the AWS Support case.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "categoryCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "categoryCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CategoryCode",
"sensitive" : false,
"setterDocumentation" : "The category of problem for the AWS Support case.
\n@param categoryCode The category of problem for the AWS Support case.",
"setterMethodName" : "setCategoryCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "categoryCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "categoryCode",
"variableType" : "String",
"documentation" : "The category of problem for the AWS Support case.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCommunicationBody",
"beanStyleSetterMethodName" : "setCommunicationBody",
"c2jName" : "communicationBody",
"c2jShape" : "CommunicationBody",
"defaultConsumerFluentSetterDocumentation" : "The communication body text when you create an AWS Support case by calling CreateCase.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #communicationBody(String)}.\n@param communicationBody a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #communicationBody(String)",
"deprecated" : false,
"documentation" : "The communication body text when you create an AWS Support case by calling CreateCase.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "communicationBody",
"fluentSetterDocumentation" : "The communication body text when you create an AWS Support case by calling CreateCase.
\n@param communicationBody The communication body text when you create an AWS Support case by calling CreateCase.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "communicationBody",
"getterDocumentation" : "The communication body text when you create an AWS Support case by calling CreateCase.
\n@return The communication body text when you create an AWS Support case by calling CreateCase.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "communicationBody",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "communicationBody",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CommunicationBody",
"sensitive" : false,
"setterDocumentation" : "The communication body text when you create an AWS Support case by calling CreateCase.
\n@param communicationBody The communication body text when you create an AWS Support case by calling CreateCase.",
"setterMethodName" : "setCommunicationBody",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "communicationBody",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "communicationBody",
"variableType" : "String",
"documentation" : "The communication body text when you create an AWS Support case by calling CreateCase.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCcEmailAddresses",
"beanStyleSetterMethodName" : "setCcEmailAddresses",
"c2jName" : "ccEmailAddresses",
"c2jShape" : "CcEmailAddressList",
"defaultConsumerFluentSetterDocumentation" : "A list of email addresses that AWS Support copies on case correspondence.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #ccEmailAddresses(List